Commit Graph

83245 Commits

Author SHA1 Message Date
Josse Colpaert 18b02ee71e [IMP] Change store = True of product_qty of move
bzr revid: jco@openerp.com-20140224112437-if4nkqaj9balf580
2014-02-24 12:24:37 +01:00
Josse Colpaert 4b57fc6465 [IMP] Check if procurements are done before calling get shipped
bzr revid: jco@openerp.com-20140224110413-o4wvbnch90yxxt2i
2014-02-24 12:04:13 +01:00
Josse Colpaert 8f1192e0b0 [ADD] Add meagtest
bzr revid: jco@openerp.com-20140224094124-2vmukbsy006d8j4y
2014-02-24 10:41:24 +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) 0c0678e008 [FIX] stock, barcode GUI: diplay properly the lot info if any
bzr revid: qdp-launchpad@openerp.com-20140221172454-494ppb49vt7wz21z
2014-02-21 18:24:54 +01:00
Quentin (OpenERP) 0851408668 [FIX] stock: barcode GUI now display properly the scanned packages
bzr revid: qdp-launchpad@openerp.com-20140221133524-2uxovbdobv80vml9
2014-02-21 14:35:24 +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
Quentin (OpenERP) c96fbd2c70 [IMP] stock, usability: added reserved quants in stock.move form view of picking (in group technical features)
bzr revid: qdp-launchpad@openerp.com-20140220103940-nxub84uglqwfwqk1
2014-02-20 11:39:40 +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) c4cdceb0e0 [MERGE] refactoring of do_prepare_partial in order to have better proposals, to keep already reserved quants and try to reserve full packages
bzr revid: qdp-launchpad@openerp.com-20140220101021-or4tjvofifkdi8e5
2014-02-20 11:10:21 +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
Quentin (OpenERP) a40a15a3b1 [FIX] stock, barcode scanner GUI: allow to unselect an operation line to avoid setting a scanned EAN as quantity of current operation
bzr revid: qdp-launchpad@openerp.com-20140217233155-b5malaa2agr3vere
2014-02-18 00:31:55 +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) 0e0443e2d2 [FIX] purchase: fixed workflow problem in purchase.order (if a PO was having its picking split, then its workflow wasn't listenning to the new move.. which lead to wrong PO state and 'shipped' boolean)
bzr revid: qdp-launchpad@openerp.com-20140217204244-78sui3bdzw2yl2wp
2014-02-17 21:42:44 +01:00
Quentin (OpenERP) 4a1eb6eb12 [FIX] purchase_requisition: fixed warning (field purchase_requisition_id does not exist in purchase.order.line)
bzr revid: qdp-launchpad@openerp.com-20140217204104-o2329ec8fz0hwyo0
2014-02-17 21:41:04 +01:00
Quentin (OpenERP) 25048c6958 [FIX] purchase: shipped boolean on purchase order should be set to True when the goods are received in 'input' location
bzr revid: qdp-launchpad@openerp.com-20140217170459-ftfqojviyxe9nbl6
2014-02-17 18:04:59 +01:00
Quentin (OpenERP) 8d389015d4 [FIX] purchase_requisition: fixed flows related to procurement and purchase_requisition
bzr revid: qdp-launchpad@openerp.com-20140217150538-i321idcf68ux5h8h
2014-02-17 16:05:38 +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) 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
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
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
Quentin (OpenERP) 7623bb29f0 [FIX] purchase: picking should be created with the supplier as partner
bzr revid: qdp-launchpad@openerp.com-20140214150637-xcebrk8ogodtw5g4
2014-02-14 16:06:37 +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
Quentin (OpenERP) 20bfab5c30 [IMP] purchase: sum the quantities of same product/uom in place of adding a new line in existing PO, when a PO line is about to be added from procurement resolution. Also modified the action_piking_create in order to create one incomming shipment for all products ordered, that will spread into several as soon as received in input location
bzr revid: qdp-launchpad@openerp.com-20140214141202-kfdvpd0ebq9g1hwi
2014-02-14 15:12:02 +01:00
Quentin (OpenERP) 1f817129b7 [FIX] stock: hpantom bom check now takes into account the eventual start/end dates of the bom
bzr revid: qdp-launchpad@openerp.com-20140214134457-yz7qcoqqgp4td7ls
2014-02-14 14:44:57 +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 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
Josse Colpaert 1277c16dd7 [MERGE] Merge from trunk
bzr revid: jco@openerp.com-20140214100157-1vbjgifkouh0h4ix
2014-02-14 11:01:57 +01:00
Josse Colpaert 9d87cdf8ef [IMP] Change order in recompute remaining quantities
bzr revid: jco@openerp.com-20140214094016-j4wg2yvq114jt7ye
2014-02-14 10:40:16 +01:00
Josse Colpaert 13ebbdd7f6 [IMP] Do_transfer take care of entire move
bzr revid: jco@openerp.com-20140214093359-tgxpxen6huvo3siv
2014-02-14 10:33:59 +01:00
Josse Colpaert 7503f786fb [IMP] Remove todo
bzr revid: jco@openerp.com-20140214091600-whbwamq22asxcq4z
2014-02-14 10:16:00 +01:00
Josse Colpaert e6a4dc9afa [IMP] Refactor do prepare partial
bzr revid: jco@openerp.com-20140214091540-01fna2riexun5m5x
2014-02-14 10:15:40 +01:00
Quentin (OpenERP) 6afae4da34 [FIX] purchase: don't copy twice the PO line when copying a PO
lp bug: https://launchpad.net/bugs/1279365 fixed

bzr revid: qdp-launchpad@openerp.com-20140214090934-4n4id411c6ekeowu
2014-02-14 10:09:34 +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
Christophe Simonis f6422470dd ಠ_ಠ
bzr revid: chs@openerp.com-20140213152348-alye3ovcn2y53xp3
2014-02-13 16:23:48 +01:00
Martin Trigaux a1b6b4f1ac [ADD] gamification: i18n translation files
bzr revid: mat@openerp.com-20140213151208-l452x2lf2g4dyhdj
2014-02-13 16:12:08 +01:00
Josse Colpaert b1f8479a7a [WIP] Refactor action_assign inversing ops and moves
bzr revid: jco@openerp.com-20140213144449-nqpt512i8dvzdy1m
2014-02-13 15:44:49 +01:00
Cedric Snauwaert ffa78c9739 [FIX]when duplicate purchase line, don't duplicate procurement
bzr revid: csn@openerp.com-20140213143956-u7jtdvd9l6ytbd00
2014-02-13 15:39:56 +01:00