mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
run pre-commit with new prettiers
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<record id="view_picking_type_form_inherit" model="ir.ui.view">
|
||||
<field name="name">Operation Types inherit</field>
|
||||
@@ -10,7 +10,6 @@
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record id="view_picking_form_inherit" model="ir.ui.view">
|
||||
<field name="name">stock.picking.form.inherit</field>
|
||||
<field name="inherit_id" ref="stock.view_picking_form" />
|
||||
@@ -18,13 +17,25 @@
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//h1" position="after">
|
||||
<label for="completion_info" invisible="1" />
|
||||
<div class="alert alert-success" attrs="{'invisible': [('completion_info', '!=', 'next_picking_ready')]}" role="alert">
|
||||
<div
|
||||
class="alert alert-success"
|
||||
attrs="{'invisible': [('completion_info', '!=', 'next_picking_ready')]}"
|
||||
role="alert"
|
||||
>
|
||||
<field name="completion_info" nolabel="1" />
|
||||
</div>
|
||||
<div class="alert alert-warning" attrs="{'invisible': [('completion_info', '!=', 'last_picking')]}" role="alert">
|
||||
<div
|
||||
class="alert alert-warning"
|
||||
attrs="{'invisible': [('completion_info', '!=', 'last_picking')]}"
|
||||
role="alert"
|
||||
>
|
||||
<field name="completion_info" nolabel="1" />
|
||||
</div>
|
||||
<div class="alert alert-primary" attrs="{'invisible': [('completion_info', '!=', 'full_order_picking')]}" role="alert">
|
||||
<div
|
||||
class="alert alert-primary"
|
||||
attrs="{'invisible': [('completion_info', '!=', 'full_order_picking')]}"
|
||||
role="alert"
|
||||
>
|
||||
<field name="completion_info" nolabel="1" />
|
||||
</div>
|
||||
</xpath>
|
||||
|
||||
Reference in New Issue
Block a user