mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[REF] fix precommit
This commit is contained in:
committed by
Darío Lodeiros
parent
587aac7f96
commit
66a985eb36
@@ -7,7 +7,7 @@
|
||||
<form string="Sale Channel">
|
||||
<sheet>
|
||||
<group>
|
||||
<field name="icon" widget="image"/>
|
||||
<field name="icon" widget="image" />
|
||||
<field name="name" colspan="1" />
|
||||
<field name="channel_type" />
|
||||
<field name="is_on_line" />
|
||||
|
||||
@@ -69,10 +69,7 @@
|
||||
<t t-call="portal.portal_layout">
|
||||
<t t-set="checkins_count" t-value="1" />
|
||||
<t t-foreach="reservation.checkin_partner_ids" t-as="checkin_partner">
|
||||
<form
|
||||
t-att-action="checkin_partner.get_portal_url()"
|
||||
method="post"
|
||||
>
|
||||
<form t-att-action="checkin_partner.get_portal_url()" method="post">
|
||||
<div class="checkin-card">
|
||||
<input
|
||||
class="d-none"
|
||||
@@ -1081,7 +1078,9 @@
|
||||
</form>
|
||||
</div>
|
||||
<center>
|
||||
<t t-if="len(folio.checkin_partner_ids.filtered(lambda c: c.state in ['dummy','draft'])) >= 1">
|
||||
<t
|
||||
t-if="len(folio.checkin_partner_ids.filtered(lambda c: c.state in ['dummy','draft'])) >= 1"
|
||||
>
|
||||
<div>
|
||||
If you wish, you can share with the rest of the guests the access to their check-in so that they can fill it out.<br
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user