Commit Graph

1841 Commits

Author SHA1 Message Date
Cedric Snauwaert 8c7a9fa0ae [FIX]stock_barcode_interface: add button to recompute pack_op when state of move have changed
bzr revid: csn@openerp.com-20140328104906-d8pebnlwlpdf4x10
2014-03-28 11:49:06 +01:00
Quentin (OpenERP) a7fdd2371f [MERGE] merged csn branch with barcode interface greatly improved
bzr revid: qdp-launchpad@openerp.com-20140327132221-ylk22ykso1wyq1ca
2014-03-27 14:22:21 +01:00
Quentin (OpenERP) 78457a17ea [FIX] stock: fixes of bug introduced in previous branch merge
bzr revid: qdp-launchpad@openerp.com-20140326085657-wm57dug2a6poq0ft
2014-03-26 09:56:57 +01:00
Quentin (OpenERP) 7988c4f5b9 [FIX] stock: fixes of bugs introduced in previous merge
bzr revid: qdp-launchpad@openerp.com-20140325160323-hlbh33xojle1qtnc
2014-03-25 17:03:23 +01:00
Quentin (OpenERP) ddce38729b [REF] stock: refactoring of recompute stock operation links
bzr revid: qdp-launchpad@openerp.com-20140325150638-k633useunv65oe03
2014-03-25 16:06:38 +01:00
Cedric Snauwaert 704d4d59f1 [FIX]barcode interface backend
bzr revid: csn@openerp.com-20140325080823-tvvv11eocxj72hqe
2014-03-25 09:08:23 +01:00
Cedric Snauwaert fd00c531d5 [FIX]barcode_interface: correct use of url hash in interface
bzr revid: csn@openerp.com-20140324155628-bojwf560y73s9pv7
2014-03-24 16:56:28 +01:00
Cedric Snauwaert 70a3c06a34 [MERGE]merge with latest trunk-wms
bzr revid: csn@openerp.com-20140324105538-z2i6ieo57vk67eu0
2014-03-24 11:55:38 +01:00
Cedric Snauwaert 0d24796915 [FIX]barcode interface: take into account location filter when scanning a product
bzr revid: csn@openerp.com-20140324104621-xfah53qqwg06qcqe
2014-03-24 11:46:21 +01:00
Quentin (OpenERP) c8648d9ed6 [FIX] stock: a couple of fixes of styntax error introduced in previous revision + some refactoring
bzr revid: qdp-launchpad@openerp.com-20140320180310-3tehn9d9z94qco43
2014-03-20 19:03:10 +01:00
Cedric Snauwaert 3e78262bb5 [WIP]barcode interface: add a modal window to change location
bzr revid: csn@openerp.com-20140320154056-137r0ts6umivzcrc
2014-03-20 16:40:56 +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) 835fbef798 [FIX] stock: now, the behavior fifo/lifo IS garanteed even if quants are created at the same second
bzr revid: qdp-launchpad@openerp.com-20140318122726-ggjm0sxn8lzzl3pb
2014-03-18 13:27:26 +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
Cedric Snauwaert 8a798a80f3 [WIP]barcode interface: refactor interface and code more functionalities
bzr revid: csn@openerp.com-20140318104025-3wk8l315c9rsbgy1
2014-03-18 11:40:25 +01:00
Quentin (OpenERP) 5b8bbb161b [MERGE] trunk-wms up to revision 9598
bzr revid: qdp-launchpad@openerp.com-20140317105915-7gl53kvduilf3fup
2014-03-17 11:59:15 +01:00
Quentin (OpenERP) dec4a92776 [FIX] stock: don't allow to make an inventory with a date in the future
bzr revid: qdp-launchpad@openerp.com-20140317090656-o7lo22tzm8yuv3r8
2014-03-17 10:06:56 +01:00
Quentin (OpenERP) 552b38f81d [MERGE] adding missing context in function calls. Courtesy of Lionel Sausin (Numérigraphe)
bzr revid: qdp-launchpad@openerp.com-20140317085449-02ar0i72yx5ecqg3
2014-03-17 09:54:49 +01:00
Quentin (OpenERP) cb17a2dc94 [IMP] stock: restrict to make stock operations when conflicting with running inventories + mark moves as done at the inventory date (to have a correct virtual stock and accounting entries created in the good period)
bzr revid: qdp-launchpad@openerp.com-20140314135938-4n4o83mzeov4fcjk
2014-03-14 14:59:38 +01:00
Josse Colpaert dcb12c7db8 [MERGE] Merge from trunk-wms-loconopmerge2 + only keep good optims
bzr revid: jco@openerp.com-20140313170620-fq25a32fdlo3xrxy
2014-03-13 18:06:20 +01:00
Josse Colpaert 283e70ebce [IMP] Comment profiling
bzr revid: jco@openerp.com-20140313142102-6dgiwvxlw9ul58ek
2014-03-13 15:21:02 +01:00
Josse Colpaert 50cd5eae53 [FIX] Be sure the reserved quants are handled well in recompute and action_assign should not assign moves not in its ids, even if in ops
bzr revid: jco@openerp.com-20140313142002-c4zs75p1oay3gkpd
2014-03-13 15:20:02 +01:00
Josse Colpaert 8ed31b881b [MERGE] Merge from trunk-wms and resolve conflicts
bzr revid: jco@openerp.com-20140313095746-1pvwjlc0z25ln1wn
2014-03-13 10:57:46 +01:00
Lionel Sausin eb26ab55d4 [FIX] Add missing context to some calls
lp bug: https://launchpad.net/bugs/1291874 fixed

bzr revid: ls@numerigraphe.com-20140313093727-2m5h8wo915h89g3z
2014-03-13 10:37:27 +01:00
Quentin (OpenERP) db0b1af46e [MERGE] sort the inventory lines per serial number name instead of ID. Courtesy of Lionel Sausin (Numérigraphe)
bzr revid: qdp-launchpad@openerp.com-20140312152625-iezrs3yh4tqk3mcl
2014-03-12 16:26:25 +01:00
Quentin (OpenERP) d8dce888e8 [MERGE] merged the branch that adds the location_id and location_dest_id on the pack operations
bzr revid: qdp-launchpad@openerp.com-20140312143030-jb23rhsi81ykejwt
2014-03-12 15:30:30 +01:00
Quentin (OpenERP) 7565cf79ea [FIX] stock: get only quants from your company. It means that when moving goods from company A to company B through a transit warehouse (without visibility on the other company), openerp will create a quant for company B instead of reusing the one from company A (which is the expected behavior as the history shouldn't be visible, the cost may be different...)
bzr revid: qdp-launchpad@openerp.com-20140312134751-7384c3vm9wpg7htl
2014-03-12 14:47:51 +01:00
Josse Colpaert 8c49378527 [MERGE] Merge from trunk-wms
bzr revid: jco@openerp.com-20140312123434-c6je2o30w3tmtez9
2014-03-12 13:34:34 +01:00
Quentin (OpenERP) 881577bd87 [FIX] stock: the inventory shouldn't be post in 2 steps. Quants cannot be moved from an internal location to another using an inventory (but can still be done manually before/after) and moreover this wasn't working since we realized it was a bad idea to reuse quants from an inventory location.
bzr revid: qdp-launchpad@openerp.com-20140312110233-0wmyoypusb8aauzk
2014-03-12 12:02:33 +01:00
Josse Colpaert 4cbceed497 [IMP] When creating quants, they should not be moved afterwards, just reconciled
bzr revid: jco@openerp.com-20140312101917-no0kjhslm4lk7akw
2014-03-12 11:19:17 +01:00
Josse Colpaert ee7024820e [IMP] Improve process packaging: processed when moving quants except for entire packages
bzr revid: jco@openerp.com-20140312094544-3xg5ar6wr2o39pyn
2014-03-12 10:45:44 +01:00
Lionel Sausin 637778e8cd [MERGE] sort inventory lines on the name of serial numbers, not their ID. Same improvement as I proposed in the community backports.
bzr revid: ls@numerigraphe.com-20140311182317-u1fzp9k29z2fjxod
2014-03-11 19:23:17 +01:00
Lionel Sausin 0b5ca307d5 [IMP] sort inventory lines on the name of serial numbers, not their ID
bzr revid: ls@numerigraphe.com-20140311181236-o0pnweb0ze1efdwy
2014-03-11 19:12:36 +01:00
Cedric Snauwaert bc616fce91 [FIX]order stock_inventory_line by location name, product code, product name
lp bug: https://launchpad.net/bugs/1087033 fixed

bzr revid: ls@numerigraphe.com-20140311174505-p086c5nzvpifqxky
2014-03-11 18:45:05 +01:00
Quentin (OpenERP) 7d0760b59a [FIX] stock: prepare partial when top_lvl_package is used
bzr revid: qdp-launchpad@openerp.com-20140311160111-ed895thk06fg6da6
2014-03-11 17:01:11 +01:00
Quentin (OpenERP) aed228331f [FIX] stock: do prepare partial
bzr revid: qdp-launchpad@openerp.com-20140311154409-v5aoj3tx2frfi9jz
2014-03-11 16:44:09 +01:00
Josse Colpaert 886812e4d0 [FIX] Fix and clean from multiple quants move
bzr revid: jco@openerp.com-20140311152904-k1qrofmayeatymxc
2014-03-11 16:29:04 +01:00
Quentin (OpenERP) 38afcf4d61 [REF] stock: refactoring of do_prepare_partial
bzr revid: qdp-launchpad@openerp.com-20140311133109-e07mnhy4iaqm63in
2014-03-11 14:31:09 +01:00
Josse Colpaert 782181aba6 [WIP] Group accounting lines of same cost and correct move_single_quant_tuple
bzr revid: jco@openerp.com-20140311112047-xx1p2i92bzcq0l2y
2014-03-11 12:20:47 +01:00
Cedric Snauwaert a95e5bb8ce [WIP]barcode interface: when setting picking to done from barcode interface, write qty_done onto product_qty field for pack_operations
bzr revid: csn@openerp.com-20140311093105-tqoh1cenmd3rx4sm
2014-03-11 10:31:05 +01:00
Josse Colpaert 1a5e98ad6b [WIP] Move multiple quants at once
bzr revid: jco@openerp.com-20140310175445-qza0jpc3tx724vks
2014-03-10 18:54:45 +01:00
Cedric Snauwaert ca880533ee [WIP]barcode interface: allow to enter qty when highlight one line
bzr revid: csn@openerp.com-20140310165707-72sgol8cwlzlbb85
2014-03-10 17:57:07 +01:00
Josse Colpaert 2e7fedb889 [IMP] Recompute quantities always on picking and disabling when doing prepare partial + prepare partial / recompute optimize
bzr revid: jco@openerp.com-20140310151133-ku0v80g148a6eyks
2014-03-10 16:11:33 +01:00
Cedric Snauwaert a2bf8d640c [WIP]barcode interface, add a barcode to location and allow the use of scanner to filter by location
bzr revid: csn@openerp.com-20140307163747-cua6u44t6u6r8juh
2014-03-07 17:37:47 +01:00
Josse Colpaert 8ac2d35579 [IMP] Use cached browse records instead of reserved_availability
bzr revid: jco@openerp.com-20140307161538-pu23ueb784ldd2z4
2014-03-07 17:15:38 +01:00
Josse Colpaert 4890b35af3 [IMP] In do_prepare_partial get contents of packages through browse records
bzr revid: jco@openerp.com-20140307150450-vjpb60n88qkt7ekj
2014-03-07 16:04:50 +01:00
Josse Colpaert d5673e4c33 [IMP] Take location from pack operations when possible, otherwise use move location_id in get preferred
bzr revid: jco@openerp.com-20140307135117-hqeja9stlakkx3cw
2014-03-07 14:51:17 +01:00
Cedric Snauwaert 0ecceb3983 [WIP]barcode interface, remove extra columns, rework interface, add functionality to split pack_op and set them processed
bzr revid: csn@openerp.com-20140307132523-z0eu9jlvi90baugu
2014-03-07 14:25:23 +01:00
Josse Colpaert 07a5526f08 [IMP] For package checking in action_done, pass browserecords instead of ids
bzr revid: jco@openerp.com-20140307131109-z7x1sy2n8v8x0h4n
2014-03-07 14:11:09 +01:00
Josse Colpaert 7d2665a924 [IMP] To optimize quants_reserve, pass reserved availability
bzr revid: jco@openerp.com-20140307103312-oecawgyyjf4u3l25
2014-03-07 11:33:12 +01:00