mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] xpath is not working with string
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<field name="model">res.partner</field>
|
||||
<field name="inherit_id" ref="base.view_partner_form" />
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//page[@string='Contacts & Addresses']" position='before'>
|
||||
<xpath expr="//page[@name='sales_purchases']" position='after'>
|
||||
<page string='Hotels & Users' autofocus="autofocus">
|
||||
<field name="node_user_ids" />
|
||||
</page>
|
||||
|
||||
Reference in New Issue
Block a user