Browse Source

[FIX] Change the right field

pull/15/head
Thibault Francois 7 years ago
committed by GitHub
parent
commit
57d8fe90ed
  1. 4
      beesdoo_purchase/views/purchase_order.xml

4
beesdoo_purchase/views/purchase_order.xml

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

Loading…
Cancel
Save