Skip to content

Commit ad85740

Browse files
Merge PR #489 into 16.0
Signed-off-by legalsylvain
2 parents c89a323 + 37eff3d commit ad85740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fermente_hr_expense/views/view_hr_expense.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
2222
<xpath expr="//field[@name='product_id']/.." position="replace">
2323
<field name="name" placeholder="e.g. Lunch with Customer" attrs="{'readonly': [('sheet_is_editable', '=', False)]}"/>
2424
</xpath>
25-
<xpath expr="//div[@class='oe_title']" position="replace">
25+
<xpath expr="//div[hasclass('oe_title')]" position="replace">
2626
<label for="product_id"/>
2727
<h1>
2828
<field name="product_id" required="1" attrs="{'readonly': [('sheet_is_editable', '=', False)]}"

0 commit comments

Comments
 (0)