mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX[ pms: hide send invitations button
This commit is contained in:
committed by
Darío Lodeiros
parent
e3deb0e789
commit
69f027e47c
@@ -333,7 +333,7 @@
|
|||||||
type="text"
|
type="text"
|
||||||
placeholder="Second Street (Optional)"
|
placeholder="Second Street (Optional)"
|
||||||
name="residence_street2"
|
name="residence_street2"
|
||||||
t-attf-class="form-control #{error.get('email') and 'is-invalid' or ''}"
|
t-attf-class="form-control #{error.get('address') and 'is-invalid' or ''}"
|
||||||
t-att-value="checkin_partner_id.residence_street2"
|
t-att-value="checkin_partner_id.residence_street2"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -357,7 +357,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div t-attf-class="form-group col-md-4">
|
<div t-attf-class="form-group col-md-4">
|
||||||
<select
|
<select
|
||||||
class="form-control"
|
class="form-control #{error.get('address') and 'is-invalid' or ''}"
|
||||||
id="residence-country"
|
id="residence-country"
|
||||||
name='residence_country_id'
|
name='residence_country_id'
|
||||||
onclick="changeCountryFormClass()"
|
onclick="changeCountryFormClass()"
|
||||||
@@ -654,27 +654,27 @@
|
|||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<center>
|
<!-- <center>-->
|
||||||
<t t-if="len(folio.checkin_partner_ids) > 1">
|
<!-- <t t-if="len(folio.checkin_partner_ids) > 1">-->
|
||||||
<div>
|
<!-- <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.
|
<!-- 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.-->
|
||||||
<a
|
<!-- <a-->
|
||||||
role="button"
|
<!-- role="button"-->
|
||||||
t-att-href="folio.get_portal_url(suffix='/invitations')"
|
<!-- t-att-href="folio.get_portal_url(suffix='/invitations')"-->
|
||||||
>
|
<!-- >-->
|
||||||
<button
|
<!-- <button-->
|
||||||
type="submit"
|
<!-- type="submit"-->
|
||||||
class="btn btn-primary"
|
<!-- class="btn btn-primary"-->
|
||||||
style="margin-top:40px;"
|
<!-- style="margin-top:40px;"-->
|
||||||
>
|
<!-- >-->
|
||||||
<span class="fa fa-share-square" />
|
<!-- <span class="fa fa-share-square" />-->
|
||||||
Send Invitations
|
<!-- Send Invitations-->
|
||||||
</button>
|
<!-- </button>-->
|
||||||
</a>
|
<!-- </a>-->
|
||||||
</div>
|
<!-- </div>-->
|
||||||
</t>
|
<!-- </t>-->
|
||||||
|
|
||||||
</center>
|
<!-- </center>-->
|
||||||
</t>
|
</t>
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user