- Dec 03, 2014
-
-
Adrien Peiffer authored
[IMP] Rounding not necessary
-
- Sep 30, 2014
-
-
Alexandre Fayolle authored
instead of using a custom lookup with a different implementation closes #2608 pass context as a named argument
-
- Sep 17, 2014
-
-
Bhumi Patel authored
[FIX] sale_stock: packaging was given a product instead of a product template id, leading to possible crash or incoherent values.
-
- Sep 12, 2014
-
-
Josse Colpaert authored
-
Josse Colpaert authored
[IMP] Add purchase order origin on picking [WIP] Picking type on move for location on routing [IMP] Provide extra function for custom buttons on picking [IMP] Action assign optim [IMP] Push apply should take invoice_state into account. Propagation of cancel of stock moves should depend on procurement rule
-
- Sep 03, 2014
-
-
Josse Colpaert authored
-
Josse Colpaert authored
-
Nicolas Seinlet authored
- avoid using sale objects in stock_account module - check the purchase side
-
- Aug 08, 2014
-
-
Thibault Delavallée authored
[FIX] sale_stock: product_id_change_with_wh should not call another method (product_id_change) using super, but self. Otherwise some overrides are lost, leading to issues with event-related products.
-
Olivier Dony authored
-
- Aug 05, 2014
-
-
Jitendra Prajapati authored
[FIX] sale_stock: invoice createde from picking was not using the prive list from the bom components
-
- Jul 15, 2014
-
-
Josse Colpaert authored
-
- Jul 07, 2014
-
-
Raphael Collet authored
-
- Jul 06, 2014
-
-
Raphael Collet authored
A squashed merge is required as the conversion of the apiculture branch from bzr to git was not correctly done. The git history contains irrelevant blobs and commits. This branch brings a lot of changes and fixes, too many to list exhaustively. - New orm api, objects are now used instead of ids - Environements to encapsulates cr uid context while maintaining backward compatibility - Field compute attribute is a new object oriented way to define function fields - Shared browse record cache - New onchange protocol - Optional copy flag on fields - Documentation update - Dead code cleanup - Lots of fixes
-
- Jun 16, 2014
-
-
Josse Colpaert authored
-
- Jun 12, 2014
-
-
Denis Ledoux authored
sale_order module override state field of sale.oder (sale.sale.py) and forgot to reset the track_visibility, therefore sale orders state changes are no longer tracked once this module installed.
-
- Jun 03, 2014
-
-
Christophe Matthieu authored
-
- May 13, 2014
-
-
Anaël Closson authored
-
Anaël Closson authored
[FIX] sale_stock: comparing stock and sale order line qty is always done with default uom rounding precision
-
- Apr 25, 2014
-
-
Quentin De Paoli authored
bzr revid: qdp-launchpad@openerp.com-20140425121810-tp2caagu1rnzpgcg
-
- Apr 24, 2014
-
-
Denis Ledoux authored
Like it should do, the feature was broken Moreover, it resolves a performance issue (do with 100 lines took up to 10 minutes) bzr revid: dle@openerp.com-20140424155141-qtp5o5nrp0whlk9t
-
- Apr 03, 2014
-
-
Quentin De Paoli authored
[IMP] procurement: removed the schedule_range field on res.company which was error prone and not really usefull + made the scheduler run in SUPERUSER to avoid intercompany and access rights issues + made the run of procurement as SUPERUSER too for the same reasons bzr revid: qdp-launchpad@openerp.com-20140403071010-5mrox75rkufur2nw
-
- Mar 28, 2014
-
-
Quentin De Paoli authored
[FIX] stock: packages menuitem hidden by the right group. sale_stock: fixed bug (keyError when no group assigned to picking) bzr revid: qdp-launchpad@openerp.com-20140328082416-3sdk30wonka2j680
-
- Mar 27, 2014
-
-
Quentin De Paoli authored
bzr revid: qdp-launchpad@openerp.com-20140327121140-18yxvp8wcdlqvaa5
-
- Mar 18, 2014
-
-
Josse Colpaert authored
bzr revid: jco@openerp.com-20140318121823-12d36hihg7yyfejl
-
Quentin De Paoli authored
[REF] stock: assign picking by batch on confirmation of stock moves. This new version will work for confirmed move from elsewhere than the sale order bzr revid: qdp-launchpad@openerp.com-20140318115746-fixnxghkrlth38ze
-
- Mar 06, 2014
-
-
Olivier Dony authored
[FIX] sale_order_dates: fixes + deduplication of _get_planned_date()/_order_line_move_date() methods on sale.order bzr revid: odo@openerp.com-20140306225009-f0jk43x5qpovurxi
-
- Feb 25, 2014
-
-
Josse Colpaert authored
bzr revid: jco@openerp.com-20140225162211-7elk2pj4r8q8sx04
-
- Feb 24, 2014
-
-
Josse Colpaert authored
bzr revid: jco@openerp.com-20140224110413-o4wvbnch90yxxt2i
-
- Jan 15, 2014
-
-
Cédric Snauwaert authored
[FIX]rename group_stock_production_lot to match correct group, remove few extra spaces to match standard. Fix traceback on onchange: product_packaging_change and remove setting default package when creating SOL lp bug: https://launchpad.net/bugs/1269045 fixed bzr revid: csn@openerp.com-20140115130123-3ragkt93ukfrfhmq
-
- Dec 03, 2013
-
-
Denis Ledoux authored
[FIX]sale_stock: do not raise if not able to find any warehouse (for the get default warehouse), it can prevent the user of doing anything (if he does an upgrade of sale_stock module while having no warehouse set, the user will not be able to sign in in his instance again). bzr revid: dle@openerp.com-20131203095544-i5vmow007dgjbiza
-
- Dec 02, 2013
-
-
Bharat Devnani authored
bzr revid: bde@tinyerp.com-20131202084204-r0br5ytoc12ysjrl
-
- Nov 12, 2013
-
-
Christophe Simonis authored
[FIX] sale_stock: procuremenr.order object does not have a `property_ids` field. This field is added by `mrp` module, which we do not depend of. bzr revid: chs@openerp.com-20131112115635-tgbdeocn9awtbxkq
-
- Nov 07, 2013
-
-
Quentin De Paoli authored
[IMP] pocurement, stock, purchase, sale_stock, stock_account: misc changes in usabilty, code refactoring and new option on procurement group propagation. 1) form view of procurement.order and procurement.rule reviewed 2) added buttons on procurement.order to jump on other procurements or pickings of same procurement.group 3) tracked some fields on procurement.order 4) used the short name of warehouse for the rule names 5) added a new choice for the procurement.group propagation in order to allow having only one reception picking for several po lines grouped in the same PO but belonging to different procurement.group at first 6) some code refactored for easiness, modularity, clarity and other obvious reasons bzr revid: qdp-launchpad@openerp.com-20131107112053-knracfslqkfitg8b
-
- Nov 05, 2013
-
-
Jeremy Kersten authored
bzr revid: jke@openerp.com-20131105161517-zm1ks2m8fkcf7v7i
-
- Oct 23, 2013
-
-
Quentin De Paoli authored
[FIX] sale_stock, warning: fixed inheritancy of product_id_change in order to be more modular with other modules bzr revid: qdp-launchpad@openerp.com-20131023085758-1kz7r8kepmuhthr3
-
- Oct 22, 2013
-
-
Quentin De Paoli authored
[FIX] stock, sale_stock: changed the way the procurements look for a suitable rule => Added a m2o field warehouse_id on procurement.order, procurement.rule and stock.move. There was a problem with MTO products because they weren't following the route of the chosen warehouse at all (since all warehouse were creating their rule in the same route, there was no garantee that the route chosen was included in the warehouse selected on the SO) bzr revid: qdp-launchpad@openerp.com-20131022120605-3dj65nm5yc96sj5r
-
- Oct 15, 2013
-
-
Quentin De Paoli authored
bzr revid: qdp-launchpad@openerp.com-20131015150035-ccdbua7e881adwx7
-
- Oct 14, 2013
-
-
Jeremy Kersten authored
bzr revid: jke@openerp.com-20131014142540-udu9mn3lu99alir2
-
- Oct 10, 2013
-
-
Quentin De Paoli authored
[FIX] sale_stock: fix onchange product to raise a warning more precisely + fixed inheritancy of views that wasn't taken into account bzr revid: qdp-launchpad@openerp.com-20131010081442-belp4gu1w75ml3fs
-