add stock_inventory_product_exhausted: prevent for removing zero quantity stock quants. Add exhausted products to inventory adjustments
This commit is contained in:
parent
e4050a6e31
commit
17cc64c522
15 changed files with 565 additions and 0 deletions
12
stock_inventory_product_exhausted/views/stock_inventory.xml
Normal file
12
stock_inventory_product_exhausted/views/stock_inventory.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<odoo>
|
||||
<record id="view_stock_inventory_form_exhausted" model="ir.ui.view">
|
||||
<field name="name">stock.inventory.form.exhausted</field>
|
||||
<field name="model">stock.inventory</field>
|
||||
<field name="inherit_id" ref="stock_inventory.view_inventory_group_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="exclude_sublocation" position="after">
|
||||
<field name="include_exhausted_products"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue