Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Commit 5d81995

Browse files
committed
fix date planned
1 parent 6dade66 commit 5d81995

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

product_configurator_purchase/views/purchase_views.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@
4343
('state','not in',['draft','sent'])
4444
]}"/>
4545
</xpath>
46-
<field name="date_planned" position="attributes">
46+
47+
<xpath expr="//label[@for='date_planned']/../div/field[@name='date_planned']" position="attributes">
4748
<attribute name="required">0</attribute>
48-
</field>
49+
</xpath>
4950
</field>
5051
</record>
5152

0 commit comments

Comments
 (0)