Commit Graph

99 Commits

Author SHA1 Message Date
Quentin (OpenERP) c41941d978 [FIX] a lot a fixes or usability improvements. Includes a branch of jco as well with other fixes
bzr revid: qdp-launchpad@openerp.com-20140416145313-eiadz94h9wolhb9b
2014-04-16 16:53:13 +02:00
Quentin (OpenERP) 398d96f273 [MERGE] merged trunk up to revision 9327
bzr revid: qdp-launchpad@openerp.com-20140414094743-hv0u7qhigv1to2uc
2014-04-14 11:47:43 +02:00
Josse Colpaert 36b12e4339 [MERGE] Merge from trunk-wms
bzr revid: jco@openerp.com-20140411095928-jnlqi15cn7zz491d
2014-04-11 11:59:28 +02:00
Quentin (OpenERP) 79344b903b [MERGE] stock: usability improvements
bzr revid: qdp-launchpad@openerp.com-20140408075353-5yy5to2hb65vo41q
2014-04-08 09:53:53 +02:00
Quentin (OpenERP) b14883f10c [MERGE] jco branch with few bugfixes
bzr revid: qdp-launchpad@openerp.com-20140407175001-g4rx6rft090ul2li
2014-04-07 19:50:01 +02:00
Josse Colpaert 6a50b1663b [IMP] group_id on orderpoint + copy of orderpoint/package should not copy procurements/quants child packages
bzr revid: jco@openerp.com-20140407141458-xg1jbl2ctnfzs5eh
2014-04-07 16:14:58 +02:00
Josse Colpaert 9cffdb0034 [MERGE] Merge from trunk-wms
bzr revid: jco@openerp.com-20140403161933-7vjq7jdxg11f0fhz
2014-04-03 18:19:33 +02:00
Quentin (OpenERP) b4dc004c01 [FIX] stock: procurement orderpoint fixed and a bit refactored
bzr revid: qdp-launchpad@openerp.com-20140403145216-pfs8b73a302e7gjy
2014-04-03 16:52:16 +02:00
Josse Colpaert 1ff8b73671 [MERGE] Merge from trunk-wms
bzr revid: jco@openerp.com-20140403130335-9grgeg4e0r0yqsbi
2014-04-03 15:03:35 +02:00
Quentin (OpenERP) fe0e95d29b [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
2014-04-03 09:10:10 +02:00
Josse Colpaert 0abd2c8ae7 [IMP] Should make sure to pass parameters as context for orderpoint
bzr revid: jco@openerp.com-20140402134103-jpduk6k4xzh8vw97
2014-04-02 15:41:03 +02:00
Quentin (OpenERP) b8b22532a6 [FIX] stock, sale_stock, purchase: fixed the dropshipping flow
bzr revid: qdp-launchpad@openerp.com-20140327121140-18yxvp8wcdlqvaa5
2014-03-27 13:11:40 +01:00
Josse Colpaert 6e7fb705ee [IMP] change desciption and groups of procure_method
bzr revid: jco@openerp.com-20140327105749-4u7mx6u85b4rys61
2014-03-27 11:57:49 +01:00
Quentin (OpenERP) bde6b6d6e5 [REF] refactoring made during code review. Some optimization patches have been rewritten more clearly, others abandonned or kept. WIP
bzr revid: qdp-launchpad@openerp.com-20140319163359-2ea7tjn5ba1ggein
2014-03-19 17:33:59 +01:00
Quentin (OpenERP) e202c84b27 [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
2014-03-18 12:57:46 +01:00
Quentin (OpenERP) b70f1e4472 [FIX] stock: the date planned of a procurement created by an orderpoint must be the scheduler runtime because the goods may come from something else than a purchase, thus there is no point at adding the seller delay there
bzr revid: qdp-launchpad@openerp.com-20140312163941-76rs8c1uudmrvh15
2014-03-12 17:39:41 +01:00
Quentin (OpenERP) 17b17b34b9 [MERGE] merged the branch that add the possibility to sum quantities in PO lines for the same product and UoM (when triggering a purchase to solve a procurement) and that contains several fixes on the purchase and purchase_requisition modules (workflow, shipped boolean, procurement resolution...) + a fix on the 'waiting' state of stock moves that was wrongly never set before
bzr revid: qdp-launchpad@openerp.com-20140217231230-6vc9ojo0jxz0yfss
2014-02-18 00:12:30 +01:00
Quentin (OpenERP) bb7da8bb6f [FIX] stock: posted message on procurement when resolution implies a stock move creation
bzr revid: qdp-launchpad@openerp.com-20140217150447-cete31roykx2jfcc
2014-02-17 16:04:47 +01:00
Quentin (OpenERP) 2f982e6bea [FIX] a lot of changes made during code review
bzr revid: qdp-launchpad@openerp.com-20140214084650-8vcy544475urij53
2014-02-14 09:46:50 +01:00
Cedric Snauwaert 3ba9e8715a [MERGE-FIX]merge with latest trunk-wms and fix a few mistakes while adapting action_confirm to return a list of ids
bzr revid: csn@openerp.com-20140210160346-zmpgs6rys3isz9cu
2014-02-10 17:03:46 +01:00
Cedric Snauwaert d1abe6a4cc [FIX]move: action_confirm now returns ids of move (needed for bom_explode)
bzr revid: csn@openerp.com-20140210145446-djwfreh3f0pdcfet
2014-02-10 15:54:46 +01:00
Quentin (OpenERP) f9d3e8a39e [REF] some refactoring, bug fixes made during code review
bzr revid: qdp-launchpad@openerp.com-20140207111349-2zjysk3w1p0daeaj
2014-02-07 12:13:49 +01:00
Quentin (OpenERP) 860cdf9d34 [MERGE] main trnk-wms branch
bzr revid: qdp-launchpad@openerp.com-20140207085946-iwwnyivpsl6r2af8
2014-02-07 09:59:46 +01:00
Cedric Snauwaert ab0a42756f [FIX]orderpoint: when running scheduler, newly create procurement didn't had information about orderpoint warehouse
lp bug: https://launchpad.net/bugs/1273316 fixed

bzr revid: csn@openerp.com-20140129142613-zg3ysaklhf1r33w6
2014-01-29 15:26:13 +01:00
Cedric Snauwaert 8c00eddd04 [FIX]sale order, when in shipping exception, don't cancel procurement, re-run it instead. Also run of procurement should take into account previously done move for quantities
bzr revid: csn@openerp.com-20140123160638-4dgq1h1yugt6m6zt
2014-01-23 17:06:38 +01:00
Josse Colpaert 2b820d5e42 [IMP] Remove automatic orderpoint
bzr revid: jco@openerp.com-20140117173851-60246vguu1y3hiq2
2014-01-17 18:38:51 +01:00
Quentin (OpenERP) 2f8864e0a0 [FIX] stock: when trying to assign quants on move, watch for picking priority and date_expected
bzr revid: qdp-launchpad@openerp.com-20140116105556-u2jl2c37fnuthf0h
2014-01-16 11:55:56 +01:00
Quentin (OpenERP) d99bdac6d9 [REV] stock: rehab the link between a minimum stock rule and its latest procurement (could be usefull for having a fast look on it, i guess..)
bzr revid: qdp-launchpad@openerp.com-20140107134915-gahkz1q7zgbvyiin
2014-01-07 14:49:15 +01:00
Quentin (OpenERP) 700dfd12c6 [REV] stock: removed feature that was looking if a procurement was in exception (because all its moves were cancelled) at the time of _run_move_create and which cancel the previously made attempt (to avoid duplicates). The reason of this removal is that it may have side effects, and that we prefer let the users manually fix exceptions (dixit fp)
bzr revid: qdp-launchpad@openerp.com-20131220125434-gtpowwy8q6m1z5tl
2013-12-20 13:54:34 +01:00
Quentin (OpenERP) 0a25369a43 [FIX] procurement: when cancelling procurements, cancel only the undone ones
bzr revid: qdp-launchpad@openerp.com-20131218101345-ff2vmwsjcht66omk
2013-12-18 11:13:45 +01:00
Quentin (OpenERP) bd613782a6 [IMP] stock: propagation of qty change in chained moves. This allow to split a reception and see all the chained moves split too
bzr revid: qdp-launchpad@openerp.com-20131213132641-vnovaagl25igab4k
2013-12-13 14:26:41 +01:00
Quentin (OpenERP) 40a06ef32a [IMP] stock: misc changes (mainly the date propagation and a fix in push rules). See the details bellow.
[IMP] stock, usability: improved some menuitems, added groups on fields, buttons..
[REF] stock: used DEFAULT_SERVER_DATE_FORMAT and DEFAULT_SERVER_DATETIME_FORMAT
[FIX] stock: fixed push flows (the condition of selection of push rules was wrong and no matching rule were found even if there was some)
[IMP] stock: added new attributes 'sequence' and 'route_sequence' on push rules, as for pull rules, in order to sort them for selection
[IMP] stock: propagation of the expected dates on linked move, when changing manually the expected date of a move or when setting it to 'done'

bzr revid: qdp-launchpad@openerp.com-20131211102511-kb61j1cpo1fbl5m9
2013-12-11 11:25:11 +01:00
Quentin (OpenERP) 9ee0aa1ad5 [FIX] stock: bug
bzr revid: qdp-launchpad@openerp.com-20131108172137-gt3g7nppvh1tkwx9
2013-11-08 18:21:37 +01:00
Quentin (OpenERP) cd543d96e0 [IMP] misc usability improvements
bzr revid: qdp-launchpad@openerp.com-20131108165217-wk9b079p7jladswm
2013-11-08 17:52:17 +01:00
Quentin (OpenERP) d2d0184587 [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
2013-11-07 12:20:53 +01:00
Quentin (OpenERP) ab273cc7b2 [FIX] stock: typo
bzr revid: qdp-launchpad@openerp.com-20131106084051-1ure78ruswkr6hzf
2013-11-06 09:40:51 +01:00
Quentin (OpenERP) e3721076b4 [FIX] stock: fixed logistic flow when resupplying from another warehouse (the warehouse propagated has sometimes to be different than the warehouse this rule serve)
bzr revid: qdp-launchpad@openerp.com-20131106083938-ucrdm6d64n9xzii8
2013-11-06 09:39:38 +01:00
Quentin (OpenERP) 6f36e2d9d7 [FIX] stock: fixed the condition for a procurement to be fulfilled (we shouldn't consider a procurement for which all moves are cancelled as 'done' but as 'in exception')
bzr revid: qdp-launchpad@openerp.com-20131106083756-fk3tbfw9ya0ejjou
2013-11-06 09:37:56 +01:00
jke-openerp 5308a926d2 [IMP] Improve and fix according to review FP
bzr revid: jke@openerp.com-20131105161517-zm1ks2m8fkcf7v7i
2013-11-05 17:15:17 +01:00
Quentin (OpenERP) 6d8727e0f3 [FIX] stock: choosing the right rule on procurement.order resolution
bzr revid: qdp-launchpad@openerp.com-20131024074209-jr942b1xjm7hwf4h
2013-10-24 09:42:09 +02:00
Quentin (OpenERP) 176c1dde30 [FIX] stock: fixed case whre warehouse_id is not defined on procurement.order
bzr revid: qdp-launchpad@openerp.com-20131022131358-617w4747w9pw254x
2013-10-22 15:13:58 +02:00
Quentin (OpenERP) 492b4b568a [IMP] stock: give highest priority to routes set directly on the procurement.order (and thus on SO lines)
bzr revid: qdp-launchpad@openerp.com-20131022122958-gkm1unk3n4g7a3j0
2013-10-22 14:29:58 +02:00
Quentin (OpenERP) 441d0bc009 [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
2013-10-22 14:06:05 +02:00
Quentin (OpenERP) e0b7ff8de6 [IMP] stock, procurement, purchase, mrp: cancelation of a procurement now propagate the cancellation upstream if the rule says so
bzr revid: qdp-launchpad@openerp.com-20131021151235-y0kjr9vy06a3curr
2013-10-21 17:12:35 +02:00
Quentin (OpenERP) c3fd943ac4 [MERGE] merged with main feature branch
bzr revid: qdp-launchpad@openerp.com-20131016100318-52unjrqnn5xqo6eg
2013-10-16 12:03:18 +02:00
Quentin (OpenERP) 720dbbf7f2 [TEST] stock/procurement.py: commented a statement that doesn't seem useful, to test if it's working as expected or not
bzr revid: qdp-launchpad@openerp.com-20131011121338-9eamupzn3003e6kn
2013-10-11 14:13:38 +02:00
Quentin (OpenERP) b6ff6e4d0a [FIX] stock: location_id not required on procurement
bzr revid: qdp-launchpad@openerp.com-20131008153521-4noai5fcrpp2hx1u
2013-10-08 17:35:21 +02:00
Quentin (OpenERP) 5ee7193c9c [MERGE] jke's branch with usability stuff and merge of PO
bzr revid: qdp-launchpad@openerp.com-20131008123659-4g1bggnhfgepghaz
2013-10-08 14:36:59 +02:00
Quentin (OpenERP) 0ad5ed7c8a [FIX] some refactoring on the merge of stock and stock_location
bzr revid: qdp-launchpad@openerp.com-20131007130447-0e5m7qcmv7rzf7hx
2013-10-07 15:04:47 +02:00
jke-openerp 8e81692518 merge sto sto_loc
bzr revid: jke@openerp.com-20131004145659-qt8sodvtxfqz0yv8
2013-10-04 16:56:59 +02:00