mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-21 22:12:10 +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,29 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo noupdate="1">
|
||||
<record id="stock_buffer_fp01" model="stock.buffer">
|
||||
<field name="product_id" ref="product_product_fp01" />
|
||||
<field
|
||||
name="buffer_profile_id"
|
||||
ref="ddmrp.stock_buffer_profile_replenish_manufactured_medium_medium"
|
||||
/>
|
||||
<field name="adu_calculation_method" ref="ddmrp.adu_calculation_method_fixed" />
|
||||
<field name="adu_fixed">60</field>
|
||||
<field name="order_spike_horizon">15</field>
|
||||
<field name="warehouse_id" ref="stock.warehouse0" />
|
||||
<field name="location_id" ref="stock.stock_location_stock" />
|
||||
<field name="minimum_order_quantity">5</field>
|
||||
</record>
|
||||
<record id="stock_buffer_rm01" model="stock.buffer">
|
||||
<field name="product_id" ref="product_product_rm01" />
|
||||
<field
|
||||
name="buffer_profile_id"
|
||||
ref="ddmrp.stock_buffer_profile_replenish_purchased_medium_medium"
|
||||
/>
|
||||
<field name="adu_calculation_method" ref="ddmrp.adu_calculation_method_fixed" />
|
||||
<field name="adu_fixed">50</field>
|
||||
<field name="order_spike_horizon">30</field>
|
||||
<field name="warehouse_id" ref="stock.warehouse0" />
|
||||
<field name="location_id" ref="stock.stock_location_stock" />
|
||||
<field name="minimum_order_quantity">50</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue