[IMP]pms: manage lang folio field by compute readonly false

This commit is contained in:
Darío Lodeiros
2023-04-05 12:00:27 +02:00
parent 1f285bc1bd
commit fbf30dc917
2 changed files with 26 additions and 2 deletions

View File

@@ -300,6 +300,11 @@
placeholder="mobile"
attrs="{'invisible':[('reservation_type','in',('out'))]}"
/>
<field
name="lang"
placeholder="Language"
attrs="{'invisible':[('reservation_type','in',('out'))]}"
/>
<field
name="partner_internal_comment"
placeholder="Comments about the customer"