We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c89a323 + 37eff3d commit ad85740Copy full SHA for ad85740
1 file changed
fermente_hr_expense/views/view_hr_expense.xml
@@ -22,7 +22,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
22
<xpath expr="//field[@name='product_id']/.." position="replace">
23
<field name="name" placeholder="e.g. Lunch with Customer" attrs="{'readonly': [('sheet_is_editable', '=', False)]}"/>
24
</xpath>
25
- <xpath expr="//div[@class='oe_title']" position="replace">
+ <xpath expr="//div[hasclass('oe_title')]" position="replace">
26
<label for="product_id"/>
27
<h1>
28
<field name="product_id" required="1" attrs="{'readonly': [('sheet_is_editable', '=', False)]}"
0 commit comments