mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms: Add adults/children board service manage
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
<form string="Board Service Line">
|
||||
<group>
|
||||
<field name="amount" />
|
||||
<field name="board_service_line_ids">
|
||||
<field name="pms_property_id" />
|
||||
<field name="board_service_line_ids">
|
||||
<tree editable="bottom">
|
||||
<field
|
||||
name="pms_board_service_room_type_id"
|
||||
@@ -16,6 +16,8 @@
|
||||
/>
|
||||
<field name="product_id" />
|
||||
<field name="amount" />
|
||||
<field name="adults" />
|
||||
<field name="children" />
|
||||
<field name="pms_property_id" invisible="1" />
|
||||
</tree>
|
||||
</field>
|
||||
|
||||
@@ -18,6 +18,8 @@
|
||||
<tree editable="bottom">
|
||||
<field name="product_id" />
|
||||
<field name="amount" />
|
||||
<field name="adults" />
|
||||
<field name="children" />
|
||||
<field name="pms_property_ids" invisible="1" />
|
||||
</tree>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user