mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[ADD] Board service in reservation
This commit is contained in:
@@ -245,6 +245,7 @@
|
||||
<tree string="Services">
|
||||
<!-- <field name="sequence" widget="handle"/> -->
|
||||
<field name="per_day" />
|
||||
<field name="is_board_service" />
|
||||
<field name="folio_id" invisible="1"/>
|
||||
<field name="product_id"
|
||||
domain="[('sale_ok', '=', True)]"
|
||||
@@ -253,7 +254,12 @@
|
||||
<field name="name"/>
|
||||
<field name="product_qty" attrs="{'readonly': [('per_day','=',True)]}" force_save="1"/>
|
||||
<field name="days_qty" />
|
||||
<field name="service_line_ids" />
|
||||
<field name="service_line_ids" invisible="1">
|
||||
<tree string="Days" >
|
||||
<field name="date" />
|
||||
<field name="day_qty" />
|
||||
</tree>
|
||||
</field>
|
||||
</tree>
|
||||
<form string="Services">
|
||||
<!-- <field name="sequence" widget="handle"/> -->
|
||||
|
||||
Reference in New Issue
Block a user