Commit Graph

1767 Commits

Author SHA1 Message Date
Josse Colpaert 6dbb3a86db [IMP] Picking wave report controller for calling report for pickings
bzr revid: jco@openerp.com-20140314151320-0e33my2ux3mfj1p2
2014-03-14 16:13:20 +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
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
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
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 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
Josse Colpaert d305b72bde [IMP] Apply the putaways from the pack ops
bzr revid: jco@openerp.com-20140303173147-x26oes0xaed6lqc8
2014-03-03 18:31:47 +01:00
Josse Colpaert 40170ea04c [WIP] Include putaways in pack operations instead (need to change quants move yet)
bzr revid: jco@openerp.com-20140303164210-iyhkvae20ayowp4a
2014-03-03 17:42:10 +01:00
Quentin (OpenERP) 1c3c640ca2 [FIX] stock: prefered and fallback domain aren't used anymore in action_Assign
bzr revid: qdp-launchpad@openerp.com-20140228173257-4mguyrw0l23965o2
2014-02-28 18:32:57 +01:00
Quentin (OpenERP) 536f2bded9 [REF] stock: some refactoring
bzr revid: qdp-launchpad@openerp.com-20140228110048-595paigdalgt94mv
2014-02-28 12:00:48 +01:00
Quentin (OpenERP) c721e1e981 [REF] stock: added a break in state_get of picking to fast a little the computation
bzr revid: qdp-launchpad@openerp.com-20140226132021-y6zouurseah0fx24
2014-02-26 14:20:21 +01:00
Quentin (OpenERP) 96ffae6e63 [FIX] stock: typos
bzr revid: qdp-launchpad@openerp.com-20140224140512-2r4ogs6ku1frtp3c
2014-02-24 15:05:12 +01:00
Quentin (OpenERP) 8a7d139a41 [FIX] stock: fixed errors introduced during merge with trunk-wms
bzr revid: qdp-launchpad@openerp.com-20140224131918-azyc8y3eonqafxdm
2014-02-24 14:19:18 +01:00
Quentin (OpenERP) 9df9382f12 [REF] stock: refactoring made during code review
bzr revid: qdp-launchpad@openerp.com-20140224112112-go4uj37htcv3zo4k
2014-02-24 12:21:12 +01:00
Quentin (OpenERP) 9d41bcbc3a [MERGE] trunk-wms
bzr revid: qdp-launchpad@openerp.com-20140224112005-a7kww6t880xuvz9t
2014-02-24 12:20:05 +01:00
Quentin (OpenERP) a037442c7b [FIX] stock: accept to search on internal code of product when scanned also (for those who don't use ean) + fixed error in yaml test
bzr revid: qdp-launchpad@openerp.com-20140221172555-fk4roxbdto05fjpy
2014-02-21 18:25:55 +01:00
Quentin (OpenERP) 87d3e53c64 [MERGE] stock: in action_assign, force assignment of move if they have a picking with a type having auto_force_assign set to True
bzr revid: qdp-launchpad@openerp.com-20140221095516-bwxf7vaz5qg8b3h3
2014-02-21 10:55:16 +01:00
Quentin (OpenERP) 7b17e234e6 [REF] stock: some code optimization in do_prepare_partial (avoid computing 'move_list' for each 'x')
bzr revid: qdp-launchpad@openerp.com-20140220142001-i81f7x2pgmhwqeda
2014-02-20 15:20:01 +01:00
Quentin (OpenERP) 5dd1cb2885 [FIX] stock: copying a stock.mvoe shouldn't copy the move_dest_id field otherwise push rule may not be applied (and that ain't good\!)
bzr revid: qdp-launchpad@openerp.com-20140220141531-ij23xtkqkfw5e1b5
2014-02-20 15:15:31 +01:00
Josse Colpaert 526353db3c [IMP] Take into account returned move in auto force assign the correct way
bzr revid: jco@openerp.com-20140220140506-velvy6yxliyujmtk
2014-02-20 15:05:06 +01:00
Josse Colpaert e88ef88dae [IMP] Take into account auto_force_assign before trying to reserve quants
bzr revid: jco@openerp.com-20140220101435-5ad0nw8655hrzop5
2014-02-20 11:14:35 +01:00
Quentin (OpenERP) ca99f5bd24 [REF] some refactoring made during code review
bzr revid: qdp-launchpad@openerp.com-20140220083519-13qlpr0zohplv8fa
2014-02-20 09:35:19 +01:00
Josse Colpaert 16cccdc4be [FIX] When rereserving quants, make sure that in action assign he can also take into account the auto_force_assign of the picking type
bzr revid: jco@openerp.com-20140218132843-kur9gg8bak1rxk1n
2014-02-18 14:28:43 +01:00
Quentin (OpenERP) 784d367c90 [MERGE] main trunk-wms branch
bzr revid: qdp-launchpad@openerp.com-20140218110444-etah0x4hy98mtbdo
2014-02-18 12:04:44 +01:00
Quentin (OpenERP) ec11ed6413 [MERGE] merged the branch of jco with refactoring of action_assign in order to take care of operations that matter most first (packages, lots then the other). Also this ensure the save behavior as in do_prepare_partial
bzr revid: qdp-launchpad@openerp.com-20140218102853-gfkeuyag3qct4fup
2014-02-18 11:28:53 +01:00
Quentin (OpenERP) 05d8b9b090 [REF] added comments
bzr revid: qdp-launchpad@openerp.com-20140218102503-bewskdqgy6wwes7w
2014-02-18 11:25:03 +01:00
Quentin (OpenERP) a4e634f929 [MERGE] merged branch with several fixes, including the fact that a chained move should select quants from preceeding move
bzr revid: qdp-launchpad@openerp.com-20140218093407-xb7nvjvy0pzk178d
2014-02-18 10:34:07 +01:00
Quentin (OpenERP) ef372a6bd0 [FIX] stock: fixes + comments made during code review
bzr revid: qdp-launchpad@openerp.com-20140218093149-pg751zobmpied10f
2014-02-18 10:31:49 +01:00
Josse Colpaert 95b6ce63eb [FIX] Change remaining qty
bzr revid: jco@openerp.com-20140218091222-so0xw06wy9y400z6
2014-02-18 10:12:22 +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) fddf4cc25e [FIX] stock: fixed 'waiting' state assignment of stock move on action_confirm()
bzr revid: qdp-launchpad@openerp.com-20140217150350-tv6129m2xa5ikosr
2014-02-17 16:03:50 +01:00
Josse Colpaert cec58497c2 [IMP] Refresh op
bzr revid: jco@openerp.com-20140217105225-ey0hesbqbu14bstz
2014-02-17 11:52:25 +01:00
Quentin (OpenERP) 05be164099 [FIX] stock: sort moves before recomputing the remaining quantities
lp bug: https://launchpad.net/bugs/1276736 fixed

bzr revid: qdp-launchpad@openerp.com-20140214154949-1uo5dcqc47gy6oe2
2014-02-14 16:49:49 +01:00
Josse Colpaert 7c96369a78 [IMP] Clean print
bzr revid: jco@openerp.com-20140214154727-12ahepj7lzk4f86o
2014-02-14 16:47:27 +01:00
Quentin (OpenERP) b6eba5ad2d [FIX] stock: inventory now support the lines with negative theoretical quantities
bzr revid: qdp-launchpad@openerp.com-20140214152106-v8ysmxqajkdy8t70
2014-02-14 16:21:06 +01:00
Josse Colpaert 04c1e75d62 [WIP] Take care of remaining qtys
bzr revid: jco@openerp.com-20140214150652-nl6izqtg56remcdh
2014-02-14 16:06:52 +01:00
Quentin (OpenERP) 4ad9811a90 [FIX] mrp: fixed phantom bom
lp bug: https://launchpad.net/bugs/1278891 fixed

bzr revid: qdp-launchpad@openerp.com-20140214150330-an2my0n8vjdf38vx
2014-02-14 16:03:30 +01:00
Quentin (OpenERP) 9550c32409 [MERGE] usability improvements among several modules/screens
bzr revid: qdp-launchpad@openerp.com-20140214145712-j8dmf06wy49x9l50
2014-02-14 15:57:12 +01:00
Josse Colpaert 17fa8b56b3 [WIP] Traverse reserved quants on moves instead of trying to search for quants
bzr revid: jco@openerp.com-20140214111536-isyx81aa6mbqmhm4
2014-02-14 12:15:36 +01:00
Cedric Snauwaert d849118ecf [FIX]isinstance second parameter takes tuple of classes
bzr revid: csn@openerp.com-20140214105004-gsiz32czy9rzkp52
2014-02-14 11:50:04 +01:00
Josse Colpaert ca41bb8722 [IMP] take lots into account and do zero quants differently
bzr revid: jco@openerp.com-20140214104541-h6lsckxs6uvgxu4z
2014-02-14 11:45:41 +01:00
Josse Colpaert 6cf485fc5c [IMP] Do not take into account package check for negative quants and no make to stock for split by default
bzr revid: jco@openerp.com-20140214102426-o0njdd3fnme9f54p
2014-02-14 11:24:26 +01:00
Josse Colpaert 9dfcc007b0 [IMP] In action_assign, take into account split moves and consider mto as mto. Can be forced afterwards
bzr revid: jco@openerp.com-20140214101847-jj20512nl0mey1w9
2014-02-14 11:18:47 +01:00
Josse Colpaert cb4070d392 [IMP] In action_confirm, take into account split moves
bzr revid: jco@openerp.com-20140214101420-64k7rmw1s7r58xff
2014-02-14 11:14:20 +01:00