mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] pms: add field to take into account or not specific rooms when INE report is generated.
This commit is contained in:
13
pms_l10n_es/views/pms_room_views.xml
Normal file
13
pms_l10n_es/views/pms_room_views.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<record id="view_room_form_pms_l10n_es" model="ir.ui.view">
|
||||
<field name="name">Property Form l10n_es</field>
|
||||
<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='sequence']" position="after">
|
||||
<field name="in_ine" />
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user