Merge lp:~openerp-connector-core-editors/openerp-connector/7.0-e-commerce-addons-refactor-so-extra-lines into lp:openerp-connector/7.0-e-commerce-addons
Status: | Rejected |
---|---|
Rejected by: | Guewen Baconnier @ Camptocamp |
Proposed branch: | lp:~openerp-connector-core-editors/openerp-connector/7.0-e-commerce-addons-refactor-so-extra-lines |
Merge into: | lp:openerp-connector/7.0-e-commerce-addons |
Diff against target: |
149 lines (+99/-1) 2 files modified
connector_ecommerce/product.py (+4/-0) connector_ecommerce/sale.py (+95/-1) |
To merge this branch: | bzr merge lp:~openerp-connector-core-editors/openerp-connector/7.0-e-commerce-addons-refactor-so-extra-lines |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
OpenERP Connector Core Editors | Pending | ||
Review via email:
|
Description of the change
Refactoring of the legacy code for shipping costs, cash on delivery, gift certificates.
Unmerged revisions
- 345. By Guewen Baconnier @ Camptocamp
-
[FIX] 'int' object is not iterable error, again
- 344. By Guewen Baconnier @ Camptocamp
-
[FIX] 'int' object is not iterable error
- 343. By Guewen Baconnier @ Camptocamp
-
[MRG] sync with master branch
- 342. By Guewen Baconnier @ Camptocamp
-
[MRG] propagate the 'shop_id' in the context if it exists so the fiscal position rules (from openerp-
fiscal- rules' project) can apply automatically (in line with https:/
/code.launchpad .net/\~camptocamp/ openerp- connector/ 7.0-e-commerce- addons- fiscal- rules-compat/ +merge/ 197384\ ) - 341. By Guewen Baconnier @ Camptocamp
-
[FIX] in lines builders, product_ref is not mandatory if we provide a product, renames 'product_id' to 'product', keeping ambiguity as we can have an int or browse_record.
- 340. By Guewen Baconnier @ Camptocamp
-
[MRG] from master
- 339. By Guewen Baconnier @ Camptocamp
-
[FIX] simplify last change
- 338. By Guewen Baconnier @ Camptocamp
-
[FIX] Sales Orders onchanges: allow to have lines with other commands than (0, 0, {values}).
- 337. By Guewen Baconnier @ Camptocamp
-
[IMP] allow to use a product id or a product browse_record in lines builders
- 336. By Guewen Baconnier @ Camptocamp
-
[ADD] deprecation warning
Branch is now sufficiently stable to be tested and used for development.