mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] Invalid XML: A page node must be below a notebook node
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user