Files
pms/hotel_channel_connector/wizard/inherited_massive_changes.xml
QS5ELkMu c06f1db8db [ADD] no_ota in massive changes wizard (#57)
* [ADD] no_ota in massive changes wizard

* [FIX] view inherit
2018-11-10 02:11:59 +01:00

18 lines
680 B
XML

<?xml version="1.0" ?>
<odoo>
<record model="ir.ui.view" id="hotel_massive_changes_wizard_view_form">
<field name="model">hotel.wizard.massive.changes</field>
<field name="inherit_id" ref="hotel.view_hotel_massive_changes_wizard" />
<field name="arch" type="xml">
<xpath expr="//table[hasclass('oe_form_group')][1]/tbody" position="inside">
<tr class="oe_form_group_row">
<td class="oe_form_group_cell oe_form_group_cell_label"><field name="change_no_ota" /> <strong> No OTA</strong></td>
<td class="oe_form_group_cell"><field name="no_ota" attrs="{'readonly':[('change_no_ota', '=', False)]}" /></td>
</tr>
</xpath>
</field>
</record>
</odoo>