mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[WIP] Room Type Management
Added room type and room restriction for management in central node.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<notebook>
|
||||
<page name="Rooms" string="Rooms" attrs="{'invisible':[('id','=',False)]}">
|
||||
<group>
|
||||
<field name="room_ids" widget="many2many" domain="[('room_type_id','=',active_id)]"
|
||||
<field name="room_ids" domain="[('room_type_id','=',active_id)]"
|
||||
context="{'default_node_id': node_id, 'default_room_type_id': active_id}"/>
|
||||
</group>
|
||||
</page>
|
||||
|
||||
Reference in New Issue
Block a user