mirror of
https://github.com/bringout/oca-ocb-mrp.git
synced 2026-04-25 10:12:05 +02:00
Initial commit: Mrp packages
This commit is contained in:
commit
50d736b3bd
739 changed files with 538193 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="stock_warn_insufficient_qty_unbuild_form_view" model="ir.ui.view">
|
||||
<field name="name">stock.warn.insufficient.qty.unbuild</field>
|
||||
<field name="model">stock.warn.insufficient.qty.unbuild</field>
|
||||
<field name="inherit_id" ref="stock.stock_warn_insufficient_qty_form_view"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//div[@name='description']" position="inside">
|
||||
Do you confirm you want to unbuild <strong><field name="quantity" readonly="True"/></strong><field name="product_uom_name" readonly="True" class="mx-1"/>from location <strong><field name="location_id" readonly="True"/></strong>? This may lead to inconsistencies in your inventory.
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue