mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-22 00:12:07 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
|
||||
<record id="mrp_bom_change_location_wizard" model="ir.ui.view">
|
||||
<field name="name">Mrp Bom Change Location Wizard</field>
|
||||
<field name="model">mrp.bom.change.location</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Change Bom Location">
|
||||
<p class="oe_grey">
|
||||
Change the inventory location that it is considered to compute when a product is buffered or not.
|
||||
This can potentially change the Decoupled Lead Time (DLT) value.
|
||||
This change is only informative and won't affect any process or buffer size or recommendations.
|
||||
</p>
|
||||
<group>
|
||||
<group>
|
||||
<field name="location_id" />
|
||||
</group>
|
||||
</group>
|
||||
<footer>
|
||||
<button
|
||||
name="action_change_location"
|
||||
string="Change"
|
||||
type="object"
|
||||
class="btn-primary"
|
||||
/>
|
||||
</footer>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue