[FIX] website_mail_group: restore missing snippet icon
[odoo/odoo.git] / openerpcommand / addons / bench_sale_mrp / data.yml
1 -
2   This is a subset of `sale_mrp/test/sale_mrp.yml`.
3 -
4   I define a product category `Mobile Products Sellable`.
5 -
6   !record {model: product.category, id: my_product_category_0}:
7     name: Mobile Products Sellable
8 -
9   I define a product `Slider Mobile`
10 -
11   !record {model: product.product, id:  my_slider_mobile_0}:
12     categ_id: my_product_category_0
13     cost_method: standard
14     list_price: 200.0
15     mes_type: fixed
16     name: Slider Mobile
17     procure_method: make_to_order
18     seller_delay: '1'
19     seller_ids:
20       - delay: 1
21         name: base.res_partner_agrolait
22         min_qty: 2.0
23         qty: 5.0
24     standard_price: 189.0
25     supply_method: produce
26     type: product
27     uom_id: product.product_uom_unit
28     uom_po_id: product.product_uom_unit
29 -
30   I create a Bill of Material for the `Slider Mobile` product.
31 -
32   !record {model: mrp.bom, id: mrp_bom_slidermobile0}:
33     company_id: base.main_company
34     name: Slider Mobile
35     product_efficiency: 1.0
36     product_id: my_slider_mobile_0
37     product_qty: 1.0
38     product_uom: product.product_uom_unit
39     product_uos_qty: 0.0
40     sequence: 0.0
41     type: normal