[IMP] Demo data for stock: delivery order, in order to prepare a yaml test

bzr revid: fp@tinyerp.com-20111109001244-6k34kj68yul1wksl
This commit is contained in:
Fabien Pinckaers 2011-11-09 01:12:44 +01:00
parent 60748c2b06
commit ce0afa54f5
2 changed files with 4 additions and 9 deletions

View File

@ -49,7 +49,10 @@ Thanks to the double entry management, the inventory controlling is powerful and
"depends" : ["product", "account"],
"category" : "Warehouse Management",
"init_xml" : [],
"demo_xml" : ["stock_demo.xml"],
"demo_xml" : [
"stock_demo.xml",
"stock_demo_picking.yml",
],
"update_xml" : [
"security/stock_security.xml",
"security/ir.model.access.csv",

View File

@ -266,13 +266,5 @@
<field eval="'account.account,'+str(ref('account.a_recv'))" model="account.account" name="value"/>
<field name="company_id" ref="base.main_company"/>
</record>
<record id="stock_picking_1" model="stock.picking">
<field name="name">PACKO1</field>
<field name="type">out</field>
<field name="move_type">direct</field>
<field name="invoice_state">2binvoiced</field>
<field name="address_id" ref="res_partner_address_fabien0"/>
<field name="company_id" ref="base.main_company"/>
</record>
</data>
</openerp>