You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
591 B

8 years ago
8 years ago
  1. <openerp>
  2. <data>
  3. <record model="ir.ui.view" id="beesdoo_purchase_order_form_view">
  4. <field name="name">beesdoo.purchase.order.form.view</field>
  5. <field name="model">purchase.order</field>
  6. <field name="inherit_id" ref="purchase.purchase_order_form" />
  7. <field name="arch" type="xml">
  8. <field name="product_id" position="attributes">
  9. <attribute name="domain">[('main_seller_id','=', parent.partner_id)]</attribute>
  10. </field>
  11. </field>
  12. </record>
  13. </data>
  14. </openerp>