[FIX] View inherited break checkins pending count

This commit is contained in:
Dario Lodeiros
2019-03-10 10:22:17 +01:00
parent c848e66892
commit de8d96a5d1

View File

@@ -8,7 +8,7 @@
<xpath expr="//field[@name='channel_type']" position="after"> <xpath expr="//field[@name='channel_type']" position="after">
<!-- field name="channel_reservation_id" attrs='{"readonly": [("able_to_modify_channel","=",False)], "invisible":[("channel_type","!=", "web")]}' string="OTA"/--> <!-- field name="channel_reservation_id" attrs='{"readonly": [("able_to_modify_channel","=",False)], "invisible":[("channel_type","!=", "web")]}' string="OTA"/-->
</xpath> </xpath>
<xpath expr="//field[@name='checkin_partner_pending_count']" position="before"> <xpath expr="//field[@name='shared_folio']" position="before">
<group colspan="6" col="6"> <group colspan="6" col="6">
<field name="is_from_ota" readonly="True" invisible="True"/> <field name="is_from_ota" readonly="True" invisible="True"/>
</group> </group>