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.
 
 
 
 
 

19 lines
895 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="quality_stock_picking" model="ir.ui.view">
<field name="name">quality.stock.picking.form</field>
<field name="model">stock.picking</field>
<field name="inherit_id" ref="stock.view_picking_form"/>
<field name="arch" type="xml">
<xpath expr="//div[hasclass('oe_button_box')]" position="inside">
<button type="object"
name="quality_alert_action"
class="oe_stat_button"
icon="fa-check-circle-o">
<field name="alert_count" widget="statinfo" string="Quality Alerts" help="Quality Alerts"/>
<field name="alert_ids" invisible="1"/>
</button>
</xpath>
</field>
</record>
</odoo>