[FIX] Invalid XML: A page node must be below a notebook node

This commit is contained in:
Pablo
2019-07-30 12:30:01 +02:00
parent 9de984fadf
commit ca37f41bd9
2 changed files with 2 additions and 6 deletions

View File

@@ -6,9 +6,7 @@
<field name="inherit_id" ref="hotel.room_type_restriction_view_form" />
<field name="arch" type="xml">
<xpath expr="//form/sheet" position="inside">
<page string="Channel Bindings" invisible="1">
<field name="channel_bind_ids" />
</page>
<field name="channel_bind_ids" invisible="1" />
</xpath>
<xpath expr="//button[@name='toggle_active']" position="replace">

View File

@@ -6,9 +6,7 @@
<field name="inherit_id" ref="product.product_pricelist_view" />
<field name="arch" type="xml">
<xpath expr="//form/sheet" position="inside">
<page string="Channel Bindings" invisible="1">
<field name="channel_bind_ids" />
</page>
<field name="channel_bind_ids" invisible="1" />
</xpath>
<xpath expr="//button[@name='toggle_active']" position="replace">