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.

20 lines
750 B

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <odoo>
  3. <record id="product_pricelist_view" model="ir.ui.view">
  4. <field name="model">product.pricelist</field>
  5. <field name="inherit_id" ref="product.product_pricelist_view" />
  6. <field name="arch" type="xml">
  7. <widget name="web_ribbon" position="before">
  8. <div class="oe_button_box" name="button_box">
  9. <button
  10. name="show_pricelist_partners"
  11. type="object"
  12. string="Customers"
  13. class="oe_stat_button"
  14. icon="fa-users"
  15. />
  16. </div>
  17. </widget>
  18. </field>
  19. </record>
  20. </odoo>