forked from OCA/delivery-carrier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcarrier_file_demo.yml
64 lines (64 loc) · 2.54 KB
/
carrier_file_demo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
-
!record {model: stock.location, id: location_refrigerator}:
name: Refrigerator
usage: internal
-
!record {model: stock.location, id: location_delivery_counter}:
name: Delivery Counter
usage: internal
-
!record {model: stock.location, id: location_opening}:
name: opening
usage: inventory
-
!record {model: product.product, id: product_icecream}:
default_code: 001
name: Ice Cream
type: product
categ_id: product.product_category_1
list_price: 100.0
standard_price: 70.0
uom_id: product.product_uom_kgm
uom_po_id: product.product_uom_kgm
property_stock_inventory: location_opening
valuation: real_time
cost_method: average
property_stock_account_input: account.o_expense
property_stock_account_output: account.o_income
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.
-
!record {model: stock.picking.type, id: outgoing_shipment_type_carrier_file}:
name: Outgoing Ice Cream
code: outgoing
sequence_id: stock.sequence_mrp_op
-
!record {model: stock.picking, id: outgoing_shipment_carrier_file}:
picking_type_id: outgoing_shipment_type_carrier_file
location_dest_id: location_delivery_counter
carrier_id: delivery.delivery_carrier
-
!record {model: stock.move, id: outgoing_shipment_icecream_carrier_file}:
picking_id: outgoing_shipment_carrier_file
product_id: product_icecream
product_uom: product.product_uom_kgm
product_uom_qty: 130.0
location_id: location_refrigerator
location_dest_id: location_delivery_counter
-
!record {model: stock.picking.type, id: outgoing_shipment_type_carrier_file_manual}:
name: Outgoing Ice Cream
code: outgoing
sequence_id: stock.sequence_mrp_op
-
!record {model: stock.picking, id: outgoing_shipment_carrier_file_manual}:
picking_type_id: outgoing_shipment_type_carrier_file_manual
location_dest_id: location_delivery_counter
carrier_id: delivery.free_delivery_carrier
-
!record {model: stock.move, id: outgoing_shipment_icecream_carrier_file_manual}:
picking_id: outgoing_shipment_carrier_file_manual
product_id: product_icecream
product_uom: product.product_uom_kgm
product_uom_qty: 130.0
location_id: location_refrigerator
location_dest_id: location_delivery_counter