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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <record id="view_picking_form_inherited" model="ir.ui.view">
  4. <field name="name">stock.picking.form.inherit</field>
  5. <field name="model">stock.picking</field>
  6. <field name="inherit_id" ref="stock.view_picking_form"></field>
  7. <field name="arch" type="xml">
  8. <button name="button_validate" position="after">
  9. <button name="actions_on_articles" string="Actions on articles" type="object" class="oe_highlight"/>
  10. </button>
  11. </field>
  12. </record>
  13. </odoo>