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
575 B

4 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <record id="product_template_form_view_eater" model="ir.ui.view">
  4. <field name="name">product.template.share.form</field>
  5. <field name="model">product.template</field>
  6. <field name="inherit_id" ref="easy_my_coop.product_template_share_form_view"/>
  7. <field name="arch" type="xml">
  8. <xpath expr="//field[@name='minimum_quantity']" position="after">
  9. <field name="eater" attrs="{'invisible':[('is_share','=',False)]}"/>
  10. </xpath>
  11. </field>
  12. </record>
  13. </odoo>