Commit Graph

135 Commits

Author SHA1 Message Date
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
Quentin (OpenERP) ba0c2c68c2 [FIX] fixing the redbot
bzr revid: qdp-launchpad@openerp.com-20131003102813-ea9jbqt8xob8f47e
2013-10-03 12:28:13 +02:00
Quentin (OpenERP) 4ec8db1671 [IMP] stock_location: warehouse configuration improved/fixed + main warehouse data updated as if it was ran through the config as well
bzr revid: qdp-launchpad@openerp.com-20131002145607-cmjs2sh1e7casvx0
2013-10-02 16:56:07 +02:00
jke-openerp 3c047b2332 WMS usability - En cours (reste demodata et btn View picking
bzr revid: jke@openerp.com-20131001152947-hdwtuoqx65mcfsxa
2013-10-01 17:29:47 +02:00
Cedric Snauwaert 0d9c7305a6 [FIX]data for main warehouse with correct routes
bzr revid: csn@openerp.com-20130930101728-rod0p0ycl7ef1btz
2013-09-30 12:17:28 +02:00
Josse Colpaert 98a14249bf [FIX] Add active true by default for global procurement rules
bzr revid: jco@openerp.com-20130927144930-c4145b30ih0q3icc
2013-09-27 16:49:30 +02:00
Cedric Snauwaert 1fcc7a937b [WIP]use related for active field on push/pull rules based on associated route
bzr revid: csn@openerp.com-20130927101552-d5cr2xolmg2mlsi8
2013-09-27 12:15:52 +02:00
Cedric Snauwaert fbf5815a8b [WIP]stock warehouse configuration in form view, automatically create routes, picking, location and switch between them if needed. Also corrected stock_location yml test by removing invoice state which is in account_stock and not dependant from stock_location
bzr revid: csn@openerp.com-20130926153725-00gwbo2q1ok9pj21
2013-09-26 17:37:25 +02:00
Cedric Snauwaert a6b678ff66 [FIX]fix pull rules view
bzr revid: csn@openerp.com-20130923122222-ttolozo8vjhqhhin
2013-09-23 14:22:22 +02:00
Josse Colpaert 13a8c01f16 [IMP] Propagation of split with push rules and grouping of moves into pickings with push rules
bzr revid: jco@openerp.com-20130912160546-j78u0t5hy16uo0lx
2013-09-12 18:05:46 +02:00
Quentin (OpenERP) 8b181d6e3e [IMP] stock_location: wizard of warehouse creation improved/fixed/upgraded + various fixes/improvements in stock and stock_location
bzr revid: qdp-launchpad@openerp.com-20130911103223-tkkho1zsr4c0licg
2013-09-11 12:32:23 +02:00
Josse Colpaert 30f27b8cbb [IMP] Move route_ids from product from stock_location to stock and remove supply_method (change with route)
bzr revid: jco@openerp.com-20130909115515-7z6ixaxe7bpxxe73
2013-09-09 13:55:15 +02:00
Josse Colpaert 4952b96ff7 [IMP] Add store on package company_id and add owner, add parent_left/right store
bzr revid: jco@openerp.com-20130906095726-ozz6lohbujidgm23
2013-09-06 11:57:26 +02:00
Josse Colpaert 34a6f75083 [ADD] Orderpoints, wizard in group_no_one
bzr revid: jco@openerp.com-20130904170413-2v3uf661x5bmtkhf
2013-09-04 19:04:13 +02:00
Cedric Snauwaert d1febb7b8e [FIX]push/pull rules, picking type should be required except for pull rule with type manufacture
bzr revid: csn@openerp.com-20130827152528-wm5m8zynlzjjfor9
2013-08-27 17:25:28 +02:00
Josse Colpaert 2cda30253f [IMP] Change move_id in move_dest_id where needed (thanks to branch of psi), give error message when making purchase order for product without supplier
bzr revid: jco@openerp.com-20130812123717-y6golm2oaxn6n9pm
2013-08-12 14:37:17 +02:00
Fabien Pinckaers 83053a16e3 [FIX] some tests in sale_Stock
bzr revid: fp@openerp.com-20130804175722-71ov6xopn7nu0y5s
2013-08-04 19:57:22 +02:00
Fabien Pinckaers c19419b6b6 [FIX] sale_stock
bzr revid: fp@openerp.com-20130804141750-vr17iy49764ga2m0
2013-08-04 16:17:50 +02:00
Fabien Pinckaers 16cb4f8b2a [IMP] cleaning in progress: invoice on picking
bzr revid: fp@openerp.com-20130804134014-0xrkwlzhd6zfd6em
2013-08-04 15:40:14 +02:00
Fabien Pinckaers c522a3d440 [IMP] Invoice on picking cleaned
bzr revid: fp@openerp.com-20130804115325-ejsbn2qoawnrgaic
2013-08-04 13:53:25 +02:00
Fabien Pinckaers f35de070dc [FIX] stock_location passes tests
bzr revid: fp@openerp.com-20130803065824-fw9jd87r7qe14kf5
2013-08-03 08:58:24 +02:00
Fabien Pinckaers f1745f9a46 [FIX] some fixes, but several remainings
bzr revid: fp@openerp.com-20130802211107-vcv85kvw7d2vs2pv
2013-08-02 23:11:07 +02:00
Quentin (OpenERP) 9c9f1746a1 [FIX] fixes
bzr revid: qdp-launchpad@openerp.com-20130730140505-4g9k59j3xzkq0pkx
2013-07-30 16:05:05 +02:00
Josse Colpaert ed99377306 [WIP] Make sure dates are correctly set for flows with pull, purchase and sale and put location_src_id and location_dest_id on picking type by default
bzr revid: jco@openerp.com-20130726115332-l4tce31oc732b669
2013-07-26 13:53:32 +02:00
Josse Colpaert 8582e0c64a [WIP] Add sequence on procurement rule (and route sequence as a related). Change cancel_cascade into propagate, set default True, and copy from rule onto move
bzr revid: jco@openerp.com-20130725153823-qev7t8axcnqyyzxk
2013-07-25 17:38:23 +02:00
Josse Colpaert a4f30cd129 [WIP] picking_type_id on picking instead of move (becomes related) and do not group moves into pickings for production and inventory, rule_id on stock move
bzr revid: jco@openerp.com-20130724170017-glk2b3vqlubzm86q
2013-07-24 19:00:17 +02:00
Josse Colpaert 15f509178b [WIP] remove stock.picking.in and stock.picking.out and replace by picking_type_id
bzr revid: jco@openerp.com-20130723164755-39wldz6jdjkqjvkk
2013-07-23 18:47:55 +02:00
Josse Colpaert 2525f33104 [WIP] Picking types, make sure stock installs
bzr revid: jco@openerp.com-20130723113052-itxnv08x8ekpd5fw
2013-07-23 13:30:52 +02:00
Josse Colpaert f6c0f28189 [WIP] Remove workflow from picking and change state towards a calculated field, make sure scheduler assigns the confirmed moves(=mts) that are possible, correction in search rule with routes, add complex routes
bzr revid: jco@openerp.com-20130717152903-713fdbklmxw0zxwb
2013-07-17 17:29:03 +02:00
Josse Colpaert 1caa112b20 [WIP] search_suitable_rule should be responsible for taking route_ids into account or not
bzr revid: jco@openerp.com-20130717124255-e3a9i0nh85z00895
2013-07-17 14:42:55 +02:00
Josse Colpaert 37ab5c83f7 [WIP] Move back packaging from sale to sale_stock, add module sale_stock_location for route on sale order, add route on warehouse
bzr revid: jco@openerp.com-20130716153336-irauxby6fd7gs0w2
2013-07-16 17:33:36 +02:00
Josse Colpaert 77f7da2367 [WIP] res should be rule_id in find_suitable_rule
bzr revid: jco@openerp.com-20130716114100-el6k49ozyt5j7k60
2013-07-16 13:41:00 +02:00
Josse Colpaert bfecef01b1 [WIP] Preferred order and trigger workflow?
bzr revid: jco@openerp.com-20130716101540-ae6tvjbjta1mguua
2013-07-16 12:15:40 +02:00
Josse Colpaert dba8a69be3 [WIP] Temporarily give all products a standard cost_method and valuation method
bzr revid: jco@openerp.com-20130715114609-7cxiijarob2138px
2013-07-15 13:46:09 +02:00
Josse Colpaert 98b1713bfb [WIP] Add routes as default data
bzr revid: jco@openerp.com-20130712165449-uwxdpiix8nfd6zn1
2013-07-12 18:54:49 +02:00
Quentin (OpenERP) 02b078788c [WIP] stock: added supply_method 'None'
bzr revid: qdp-launchpad@openerp.com-20130712163124-w3eac1coevpqfp9q
2013-07-12 18:31:24 +02:00
Quentin (OpenERP) a0318270f5 [WIP] stock_location: if a route is defined on the procurement it has higher priority + refactoring
bzr revid: qdp-launchpad@openerp.com-20130712160533-41ts0t6tgorgptdz
2013-07-12 18:05:33 +02:00
Josse Colpaert a93abb22e1 [WIP] Add _get_route_domain for finding suitable rules in purchase/mrp when stock_location is installed
bzr revid: jco@openerp.com-20130712083740-hz8um0e208r7jsbi
2013-07-12 10:37:40 +02:00
Josse Colpaert 756e40e29a [WIP] Add product_uom_qty when creating moves in mrp
bzr revid: jco@openerp.com-20130711160311-3qhkzj09t0r8gcb6
2013-07-11 18:03:11 +02:00
Josse Colpaert 3563c8ca85 [WIP] Remove stock_fifo_lifo, check group_id gets created with procurement, reconcile negative quants get_quants problem, add group_id/procure_method on stock_move, add assign on confirmed moves for run_scheduler
bzr revid: jco@openerp.com-20130711130237-uh0qyib4xtg7o68g
2013-07-11 15:02:37 +02:00
Josse Colpaert ed35e3851a [IMP] procure_method is only in stock_location
bzr revid: jco@openerp.com-20130710162222-kfu4p4du689k934g
2013-07-10 18:22:22 +02:00
Quentin (OpenERP) f3676a6640 [WIP] stock
bzr revid: qdp-launchpad@openerp.com-20130710155911-9h4c40w0oqgontce
2013-07-10 17:59:11 +02:00
Josse Colpaert bcf77893af [WIP] Move from sale_stock what has only to do with procurement to sale and remove stock_location_sale
bzr revid: jco@openerp.com-20130710150207-imvyte86hftdd3pq
2013-07-10 17:02:07 +02:00
Josse Colpaert 9f4d4d28a8 [WIP] Grouping of stock moves + stock_location should first check must precise procurement rule on _assign
bzr revid: jco@openerp.com-20130710103156-9am4b4dkzr27ukhk
2013-07-10 12:31:56 +02:00
Josse Colpaert 1523992ce2 [WIP] Change for creating procurement on action_confirm of stock move
bzr revid: jco@openerp.com-20130709132506-48uplehmp25zip0o
2013-07-09 15:25:06 +02:00
Josse Colpaert 9bfe5c950c [WIP] add route views and correct further in stock_location
bzr revid: jco@openerp.com-20130709120659-p13su939w0h95x21
2013-07-09 14:06:59 +02:00
Josse Colpaert ef8b995e2a [WIP] Make module stock work, for stock_location check removal strategy, journal_id, ...
bzr revid: jco@openerp.com-20130701191308-0ztvfe7bq4kfrqv8
2013-07-01 21:13:08 +02:00
Fabien Pinckaers e0a5a141de [IMP] routing and procurements
bzr revid: fp@tinyerp.com-20130701063034-0sc896udy0qz32n1
2013-07-01 08:30:34 +02:00
Fabien Pinckaers fd369617e4 [IMP] procurments
bzr revid: fp@tinyerp.com-20130630230028-9g4ub7xewy9b7xf6
2013-07-01 01:00:28 +02:00
Fabien Pinckaers 8f6c3e14b9 [IMP] Yet another 1000 lines removed
bzr revid: fp@tinyerp.com-20130630222646-wrpyd1o89md8gknx
2013-07-01 00:26:46 +02:00