Commit Graph

1546 Commits

Author SHA1 Message Date
Quentin (OpenERP) 085cfd6b59 [FIX] stock: on write of the reception method of a warehouse, recreate the pull rules of reception route in MTO always
bzr revid: qdp-launchpad@openerp.com-20131024081901-r53dvxu2xnsz4mp8
2013-10-24 10:19:01 +02:00
Quentin (OpenERP) 45c990e833 [REF] some refactoring
bzr revid: qdp-launchpad@openerp.com-20131023134021-jf2n0l1coh7uuc0c
2013-10-23 15:40:21 +02:00
Quentin (OpenERP) f2b9d8f05f [MERGE] merged with main branch
bzr revid: qdp-launchpad@openerp.com-20131023122842-d4yxulpthx4qa9q5
2013-10-23 14:28:42 +02:00
jke-openerp a82acebb55 [IMP] Auto fill in default_warehouse at initialize
bzr revid: jke@openerp.com-20131023113007-bfgbco36ppwv3nv3
2013-10-23 13:30:07 +02:00
Quentin (OpenERP) d4cbef2cb8 [FIX] stock: missing parameter in lambda function for store_get_values
bzr revid: qdp-launchpad@openerp.com-20131023093047-8c6pp6euxhwna5z9
2013-10-23 11:30:47 +02:00
Quentin (OpenERP) bad33d8b8a [FIX] stock: reception pull rule are now configured with procure_method='make_to_order' because once the procurement order is made on the stock location, the flow should be treated without waiting for the scheduler/an orderpoint
bzr revid: qdp-launchpad@openerp.com-20131023092508-a3xak2lsbgaxgzd9
2013-10-23 11:25:08 +02:00
jke-openerp 22ab454ce2 [FIX] Fixing code according to review "Need Fixing"
bzr revid: jke@openerp.com-20131023091226-69scxv3fnns3slvg
2013-10-23 11:12:26 +02:00
Quentin (OpenERP) 87450a8f13 [FIX] stock: fixed crossdock route priority + [IMP] added the possibility to group picking by group_id
bzr revid: qdp-launchpad@openerp.com-20131022160312-p5o0i7fd6m6kd21y
2013-10-22 18:03:12 +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
jke-openerp 38a583f88c [IMP] Replace JS with function field to manage the visibility of default_wh in module stock
bzr revid: jke@openerp.com-20131022111103-sm2nnlj8ijryfvt3
2013-10-22 13:11:03 +02:00
jke-openerp 14cc990846 [IMP] Task Warehouse configuration - Add buy route/rule in purchase and manufacture route/rule in mrp + field default resupply in warehouse form auto hide/display
bzr revid: jke@openerp.com-20131022065446-sxsqy1y9wg8kdzrz
2013-10-22 08:54:46 +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) 90319d5e2a [FIX] purchase: create suppier invoice based on incomming shipment + [FIX] stock_complex_route: fixed yaml test
bzr revid: qdp-launchpad@openerp.com-20131021095544-i0n6fd8jz31jo1l6
2013-10-21 11:55:44 +02:00
Quentin (OpenERP) 1df2d9e4db [FIX] stock: picking assignation now accept draft picking as well. This is hardly needed because picking state is based on stock.move state, and at the time of picking creation from a PO, we won't confirm the stock.move one by one (so the picking state stays draft untill all moves are confirmed)
bzr revid: qdp-launchpad@openerp.com-20131018122034-fpj8sgi4sh1n7vsw
2013-10-18 14:20:34 +02:00
Quentin (OpenERP) 9f2d0cc781 [MERGE] misc things: replacement of picking_ids on purchase.order by a fields.function; adding of a button on stock.warehouse to see all the routes related; usability improvement in stock.warehouse form view; bugfix in creation of picking/stock moves from purchase.order confirmation; view all picking-related from button on purchase.order instead of just the incoming shipment
bzr revid: qdp-launchpad@openerp.com-20131017160725-fjphdok34is6q4bc
2013-10-17 18:07:25 +02:00
Quentin (OpenERP) eddd2f3575 [MERGE] merged with main feature branch
bzr revid: qdp-launchpad@openerp.com-20131017121349-xyip1fn6j0itiz56
2013-10-17 14:13:49 +02:00
Quentin (OpenERP) 9ead43a274 [FIX] stock_complex_routes: fixed wrong reference in crossdock.yml and fixed bad priority in delivery route creation (stock module) (error spotted in stock_complex_routes/test/dropship.yml)
bzr revid: qdp-launchpad@openerp.com-20131017084024-2tms6rqnjidlsyia
2013-10-17 10:40:24 +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) 9e51eb5cdb [MERGE] main feature branch
bzr revid: qdp-launchpad@openerp.com-20131016075223-04hzhdgq97uobmnh
2013-10-16 09:52:23 +02:00
Quentin (OpenERP) 3f6875c815 [FIX] stock: traceback when doing action_scrap() fixed
bzr revid: qdp-launchpad@openerp.com-20131015115952-je8w0hih74dy0rl5
2013-10-15 13:59:52 +02:00
Quentin (OpenERP) bf89cee4fe [FIX] stock: usability improvements and bug fixed at the picking creatino time when no scheduled_date is given
bzr revid: qdp-launchpad@openerp.com-20131015092817-z4ss9yhjdz1z2kge
2013-10-15 11:28:17 +02:00
Quentin (OpenERP) 93c4d0eae1 [FIX] stock:typo
bzr revid: qdp-launchpad@openerp.com-20131014153822-tkmx0jlprx60gin6
2013-10-14 17:38:22 +02:00
Quentin (OpenERP) a44996f5a7 [FIX] access rights + merged the branch of psi with fixes related to the last merge with trunk
bzr revid: qdp-launchpad@openerp.com-20131014151721-9xwj0keiw4oav8mq
2013-10-14 17:17:21 +02:00
jke-openerp 66b0500f3c Task misc -Step 2
bzr revid: jke@openerp.com-20131014142540-udu9mn3lu99alir2
2013-10-14 16:25:40 +02:00
Purnendu Singh (OpenERP) d74a5ff57e [FIX] stock: use SUPERUSER_ID to create/copy quants
bzr revid: psi@tinyerp.com-20131014134356-hm7cxryjnbgs2j14
2013-10-14 19:13:56 +05:30
jke-openerp 7dde2be791 task : misc - part 1
bzr revid: jke@openerp.com-20131011160423-arlw8cb809us4c9f
2013-10-11 18:04:23 +02:00
Quentin (OpenERP) c5fbcf4fd2 [IMP] stock: attempt to get rid of the server patch to order by an more complex expression than currently allowed by the server (which we would like to keep to restraint the developpers to stay on a clean and safe implementation)
bzr revid: qdp-launchpad@openerp.com-20131011142827-vwv6q9luq4d441zh
2013-10-11 16:28:27 +02:00
Quentin (OpenERP) 34bb294698 [FIX] stock: use SUPERUSER_ID to create/copy quants
bzr revid: qdp-launchpad@openerp.com-20131011142532-uyvyqueucaucjsnx
2013-10-11 16:25:32 +02:00
Quentin (OpenERP) e2839d9865 [FIX] stock: access rights on stock.quant
bzr revid: qdp-launchpad@openerp.com-20131011085559-kq24wo8gbn607qzt
2013-10-11 10:55:59 +02:00
Quentin (OpenERP) 65966940c8 [MERGE] merged with main trunk
bzr revid: qdp-launchpad@openerp.com-20131010133212-t058auv973pvvmjm
2013-10-10 15:32:12 +02:00
jke-openerp b4d98b487a merge sto-stoloc data
bzr revid: jke@openerp.com-20131010120331-hbhckxnwju1p6mg9
2013-10-10 14:03:31 +02:00
jke-openerp 27f2eb58fc merge data
bzr revid: jke@openerp.com-20131009133039-z6gj37omov4xh1qu
2013-10-09 15:30:39 +02:00
Quentin (OpenERP) b52d479de8 [FIX] stock: on action_done() of a move, automatically trigger a check on the linked procurements (otherwise a SO won't be set as 'delivered' as soon as the delivery is set to 'done')
bzr revid: qdp-launchpad@openerp.com-20131009080452-qgd57use2p2x1ba6
2013-10-09 10:04:52 +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
jke-openerp 9b7712bedc continue WMS usability
bzr revid: jke@openerp.com-20131003133503-b18t7or3ff3stqeg
2013-10-03 15:35:03 +02:00
Quentin (OpenERP) 4deb9c8605 [FIX] stock: get_picking_for_packing_ui now filters on the picking type
bzr revid: qdp-launchpad@openerp.com-20131002151122-y10jyz46hxqx3ryb
2013-10-02 17:11:22 +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
jke-openerp 017683a4b5 len removed
bzr revid: jke@openerp.com-20131001090914-es0m387zjrkm4o8c
2013-10-01 11:09:14 +02:00
jke-openerp d457de9917 After Review #1 ok
bzr revid: jke@openerp.com-20131001085935-xf1757latwy4vfwr
2013-10-01 10:59:35 +02:00
jke-openerp 0c80a642de Add button unreserve and field prioriry for picking
bzr revid: jke@openerp.com-20131001082819-gcpxuuqh36fbwcsz
2013-10-01 10:28:19 +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 63bc83cefa [IMP] Add some comments for pack ops
bzr revid: jco@openerp.com-20130930090437-ccamo5iei8otau4i
2013-09-30 11:04:37 +02:00
Cedric Snauwaert 304b23e93a [FIX]rename location and route associated to a warehouse when renaming warehouse
bzr revid: csn@openerp.com-20130930080259-zyq4pvi8592bqis7
2013-09-30 10:02:59 +02:00
Quentin (OpenERP) efba18fc64 [IMP] stock: usability of product form view + change the behavior of get_picking_for_packing_ui in order to return a list of ids (to ease navigation to next/previous)
bzr revid: qdp-launchpad@openerp.com-20130927131652-ccg5ik2smczwtenm
2013-09-27 15:16:52 +02:00
Quentin (OpenERP) 033d442a81 [IMP] purchase: usability of picking_type_id field
bzr revid: qdp-launchpad@openerp.com-20130927122148-y4b0054ljjm7f0jv
2013-09-27 14:21:48 +02:00
Cedric Snauwaert 3ad5398a4e [WIP]move active field of stock_location_route
bzr revid: csn@openerp.com-20130927111840-c5rfj8yvz3haur4g
2013-09-27 13:18:40 +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