mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
16 lines
669 B
XML
16 lines
669 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<openerp>
|
|
<data noupdate="0">
|
|
<record id="view_picking_out_form" model="ir.ui.view">
|
|
<field name="name">stock.picking.out.form</field>
|
|
<field name="model">stock.picking.out</field>
|
|
<field name="inherit_id" ref="delivery.view_delivery_order_inherit_stock"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="/form/header//button[@string='Print Delivery Order']" position="attributes">
|
|
<attribute name="name">%(stock.report_picking_list_out)d</attribute>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</data>
|
|
</openerp>
|