lp://staging/~camptocamp/sale-wkfl/product_procurement_type
- Get this branch:
- bzr branch lp://staging/~camptocamp/sale-wkfl/product_procurement_type
Branch merges
- Pedro Manuel Baeza: Needs Resubmitting
- Lorenzo Battistini (community): Needs Fixing (code review)
- Yannick Vaucher @ Camptocamp: Pending (code review, no tests) requested
- Leonardo Pistone: Pending (code review) requested
- Stefan Rijnhart (Opener): Pending requested
- Alexandre Fayolle - camptocamp: Pending (code review, test) requested
- Joël Grand-Guillaume @ camptocamp: Pending (code review + no tests) requested
-
Diff: 617 lines (+563/-0)10 files modifiedproduct_procurement_type/__init__.py (+22/-0)
product_procurement_type/__openerp__.py (+52/-0)
product_procurement_type/product.py (+139/-0)
product_procurement_type/product_view.xml (+42/-0)
product_procurement_type/test/test_onchange_procurement_type.yml (+56/-0)
product_procurement_type_dropshipping/__init__.py (+22/-0)
product_procurement_type_dropshipping/__openerp__.py (+46/-0)
product_procurement_type_dropshipping/product.py (+115/-0)
product_procurement_type_dropshipping/product_view.xml (+17/-0)
product_procurement_type_dropshipping/test/test_onchange_procurement_type.yml (+52/-0)
Branch information
Recent revisions
- 47. By Romain Deheele - Camptocamp
-
replace ValueError exception with False value that will be refused because a value is required : avoid ugly traceback
- 45. By Alexandre Fayolle - camptocamp
-
the migration scripts are not longer called on installation -> move to init method
- 43. By Alexandre Fayolle - camptocamp
-
[FIX] issue when importing products from CSV with procurement_type attribute
There is an issue in the framework (I think) which will break the previous
version of the code in CSV imports: the get_product_procurement_ type method (in
product_template) is called with an instance of product_product for self, and
the call to super() crashed. This redesign works around the issue by extracting
get_product_procurement_ type to a function and thus avoiding self altogether. - 41. By Alexandre Fayolle - camptocamp
-
[ADD] migration script to ensure that the new attribute is populated
- 40. By Alexandre Fayolle - camptocamp
-
[FIX] values of procurement_type in dispatch method + help string + module version number
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~sale-core-editors/sale-wkfl/7.0