[REM] completion in Gantt chart tasks and projects, not supported by OpenERP and...
[odoo/odoo.git] / addons / stock / stock_demo.yml
1 -
2  !record {model: stock.location, id: location_refrigerator}:
3     name: Refrigerator
4     usage: internal
5 -
6  !record {model: stock.location, id: location_delivery_counter}:
7     name: Delivery Counter
8     usage: internal
9 -
10  !record {model: stock.location, id: location_refrigerator_small}:
11     name: Small Refrigerator
12     usage: internal
13     location_id: location_refrigerator   
14 -
15  !record {model: stock.location, id: location_opening}:
16     name: opening
17     usage: inventory
18 -
19  !record {model: stock.location, id: location_convenience_shop}:
20     name: Convenient Store
21     chained_auto_packing: auto
22     chained_location_type: fixed
23     usage: supplier
24     chained_location_id: location_refrigerator
25     location_id: stock_location_suppliers
26 -
27  !record {model: stock.warehouse, id: warehouse_icecream}:
28     name: Ice Cream Shop
29     lot_input_id: location_refrigerator
30     lot_stock_id: location_refrigerator
31     lot_output_id: location_delivery_counter
32 -
33  !record {model: product.product, id: product_icecream}:
34     default_code: 001
35     name: Ice Cream
36     type: product
37     categ_id: product.cat1
38     supply_method: buy
39     list_price: 100.0
40     standard_price: 70.0
41     uom_id: product.product_uom_kgm
42     uom_po_id: product.product_uom_kgm
43     procure_method: make_to_stock
44     property_stock_inventory: location_opening
45     valuation: real_time
46     cost_method: average
47     property_stock_account_input: account.o_expense
48     property_stock_account_output: account.o_income
49     description: Ice cream can be mass-produced and thus is widely available in developed parts of the world. Ice cream can be purchased in large cartons (vats and squrounds) from supermarkets and grocery stores, in smaller quantities from ice cream shops, convenience stores, and milk bars, and in individual servings from small carts or vans at public events.
50
51 -
52  !record {model: stock.production.lot, id: lot_icecream_0}:
53     name: Lot0 for Ice cream
54     product_id: product_icecream
55 -
56  !record {model: stock.production.lot, id: lot_icecream_1}:
57     name: Lot1 for Ice cream
58     product_id: product_icecream
59 -
60  !record {model: stock.inventory, id: stock_inventory_icecream}:
61     name: Inventory for icecream
62 -
63  !record {model: stock.inventory.line, id: stock_inventory_line_icecream_lot0}:
64     product_id: product_icecream
65     product_uom: product.product_uom_kgm
66     inventory_id: stock_inventory_icecream
67     product_qty: 50.0
68     prod_lot_id: lot_icecream_0
69     location_id: location_refrigerator
70 -
71  !record {model: stock.inventory.line, id: stock_inventory_line_icecream_lot1}:
72     product_id: product_icecream
73     product_uom: product.product_uom_kgm
74     inventory_id: stock_inventory_icecream
75     product_qty: 40.0
76     prod_lot_id: lot_icecream_1
77     location_id: location_refrigerator
78         
79 -
80  !record {model: stock.picking, id: outgoing_shipment}:
81     type: out
82     location_dest_id: location_delivery_counter
83 -
84  !record {model: stock.move, id: outgoing_shipment_icecream}:
85     picking_id: outgoing_shipment
86     product_id: product_icecream
87     product_uom: product.product_uom_kgm
88     product_qty: 130.0
89     location_id: location_refrigerator
90     location_dest_id: location_delivery_counter
91 -
92  !record {model: stock.picking, id: incomming_shipment}:
93     type: in
94     invoice_state: 2binvoiced
95     address_id: base.res_partner_address_9
96     location_dest_id: location_refrigerator
97 -
98  !record {model: stock.move, id: incomming_shipment_icecream}:
99     picking_id: incomming_shipment
100     product_id: product_icecream
101     product_uom: product.product_uom_kgm
102     product_qty: 50.0
103     location_id: location_convenience_shop
104     location_dest_id: location_refrigerator