Browse Source

[FIX] xpath in beesdoo_purchase

pull/15/head
Thibault Francois 7 years ago
parent
commit
0f340e5bf2
  1. 2
      beesdoo_purchase/views/purchase_order.xml

2
beesdoo_purchase/views/purchase_order.xml

@ -8,7 +8,7 @@
<field name="product_id" position="attributes">
<attribute name="domain">[('main_seller_id','=', parent.partner_id)]</attribute>
</field>
<xpath expr="//page/group/group/field[@name='date_planned']" position="attributes">
<xpath expr="//page/group/group//field[@name='date_planned']" position="attributes">
<attribute name="readonly">0</attribute>
</xpath>
</field>

Loading…
Cancel
Save