mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
14 lines
440 B
XML
14 lines
440 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
<record id="pms_housekeeping_room" model="ir.ui.view">
|
|
<field name="model">pms.room</field>
|
|
<field name="inherit_id" ref="pms.pms_room_view_form" />
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//field[@name='short_name']" position="after">
|
|
<field name="housekeeping_state" />
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
|
|
</odoo>
|