Guest User

Untitled

a guest
Jun 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <record id="" model="ir.ui.view">
  2. <field name="name">product.normal.form.rtc.inherit</field>
  3. <field name="model">product.product</field>
  4. <field name="type">form</field>
  5. <field name="inherit_id" ref="product.product_normal_form_view"/>
  6. <field name="arch" type="xml"/>
  7. <separator string="Base Prices" colspan="2"/>
  8. <xpath expr="//page[@string='Information'/group[2]" position="attributes">
  9. <attribute name="groups">group_sale_salesman</attribute>
  10. </xpath>
  11. </record>
Add Comment
Please, Sign In to add comment