summaryrefslogtreecommitdiff
path: root/addons/stock/data/stock_demo_pre.xml
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
commit3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch)
treea44932296ef4a9b71d5f010906253d8c53727726 /addons/stock/data/stock_demo_pre.xml
parent0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff)
initial commit 2
Diffstat (limited to 'addons/stock/data/stock_demo_pre.xml')
-rw-r--r--addons/stock/data/stock_demo_pre.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/addons/stock/data/stock_demo_pre.xml b/addons/stock/data/stock_demo_pre.xml
new file mode 100644
index 00000000..57fac7bc
--- /dev/null
+++ b/addons/stock/data/stock_demo_pre.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<odoo>
+ <data noupdate="1">
+ <record id="stock_location_14" model="stock.location">
+ <field name="name">Shelf 2</field>
+ <field name="posx">0</field>
+ <field name="barcode">2601985</field>
+ <field name="location_id" model="stock.location"
+ eval="obj().env.ref('stock.warehouse0').lot_stock_id.id"/>
+ </record>
+ <record id="stock_location_components" model="stock.location">
+ <field name="name">Shelf 1</field>
+ <field name="posx">0</field>
+ <field name="barcode">2601892</field>
+ <field name="location_id" model="stock.location"
+ eval="obj().env.ref('stock.warehouse0').lot_stock_id.id"/>
+ </record>
+ </data>
+</odoo>