~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to msf_cross_docking/test/data.yml

  • Committer: Quentin THEURET
  • Date: 2011-12-12 08:02:59 UTC
  • mto: This revision was merged to the branch mainline in revision 724.
  • Revision ID: qt@tempo-consulting.fr-20111212080259-oul1f0g37hcpubyc
UF-641 [ADD] Added the empty purchase_followup module

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2
 
  Create a puchase journal
3
 
4
 
  !record {model: account.journal, id: purhcase_journal}:
5
 
    name: Journal
6
 
    code: CODE
7
 
    type: purchase
8
 
9
 
  Partner A
10
 
11
 
  !record {model: res.partner, id: partner_A}:
12
 
    name: A
13
 
    supplier: true
14
 
    customer: true
15
 
16
 
  Address for Partner A
17
 
18
 
  !record {model: res.partner.address, id: address_A}:
19
 
    partner_id: partner_A
20
 
    street: AddressA
21
 
-
22
 
  Product A
23
 
24
 
  !record {model: product.product, id: product_A}:
25
 
    name: ProdA
26
 
    cost_method: average
27
 
    procure_method: make_to_order
28
 
    seller_ids:
29
 
      - sequence: 10
30
 
        min_qty: 0.00
31
 
        name: partner_A
32
 
    international_status: product_attributes.int_1
33
 
-
34
 
  Product B
35
 
36
 
  !record {model: product.product, id: product_B}:
37
 
    name: ProdB
38
 
    cost_method: average
39
 
    procure_method: make_to_order
40
 
    seller_ids:
41
 
      - sequence: 10
42
 
        min_qty: 0.00
43
 
        name: partner_A
44
 
    international_status: product_attributes.int_1