~camptocamp/sale-wkfl/product_procurement_type

« back to all changes in this revision

Viewing changes to product_procurement_type/__openerp__.py

  • Committer: Romain Deheele
  • Date: 2014-06-10 15:36:16 UTC
  • Revision ID: romain.deheele@camptocamp.com-20140610153616-1sotwltyfk5rylan
[UPD] update manifest description

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    """
30
30
    Add a procurement type selection on products.
31
31
    Let create products as :
32
 
     - Standard
33
 
     - Bill of Materials
 
32
     - On stock, buy
 
33
     - On stock, produce
 
34
     - On order, buy
 
35
     - On order, produce
34
36
 
35
37
    Choose "On stock, buy" changes automatically
36
38
    procurement method as "make to stock" and supply method as "buy".