mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP] search string fields
This commit is contained in:
@@ -78,8 +78,8 @@
|
||||
<field name="inherit_id" ref="hotel.hotel_reservation_view_search" />
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='folio_id']" position="after">
|
||||
<field name="ota_reservation_id" />
|
||||
<field name="ota_id" />
|
||||
<field name="ota_reservation_id" string="Id on OTA"/>
|
||||
<field name="ota_id" string="OTA"/>
|
||||
<field name="external_id" />
|
||||
</xpath>
|
||||
<xpath expr="//group" position="inside">
|
||||
|
||||
Reference in New Issue
Block a user