[IMP]pms: added short_name field in rooms and tests

This commit is contained in:
braisab
2022-05-06 17:44:15 +02:00
parent 70017477a2
commit a74a4e37e0
3 changed files with 185 additions and 3 deletions

View File

@@ -45,6 +45,7 @@
/>
<field name="capacity" />
<field name="extra_beds_allowed" />
<field name="short_name" />
<!-- <field name="uom_id" invisible="1" /> -->
</group>
<group>
@@ -185,7 +186,7 @@
<field name="capacity" />
<field name="extra_beds_allowed" />
<field name="room_amenity_ids" widget="many2many_tags" />
<field name="short_name" />
</tree>
</field>
</record>