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
13 lines
573 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<record id="view_picking_form_inherited" model="ir.ui.view">
|
|
<field name="name">stock.picking.form.inherit</field>
|
|
<field name="model">stock.picking</field>
|
|
<field name="inherit_id" ref="stock.view_picking_form"></field>
|
|
<field name="arch" type="xml">
|
|
<button name="button_validate" position="after">
|
|
<button name="actions_on_articles" string="Actions on articles" type="object" class="oe_highlight"/>
|
|
</button>
|
|
</field>
|
|
</record>
|
|
</odoo>
|