Commit Graph

52 Commits

Author SHA1 Message Date
Quentin (OpenERP) b96b904b2c [REF] stock_account: refactoring of do_change_standard_price() + removal of TODO statements
bzr revid: qdp-launchpad@openerp.com-20140425121810-tp2caagu1rnzpgcg
2014-04-25 14:18:10 +02:00
Quentin (OpenERP) 873e65edfa [IMP] stock_account: better error message
bzr revid: qdp-launchpad@openerp.com-20140424091715-xykdsi2dxacm4ybh
2014-04-24 11:17:15 +02:00
Quentin (OpenERP) c41941d978 [FIX] a lot a fixes or usability improvements. Includes a branch of jco as well with other fixes
bzr revid: qdp-launchpad@openerp.com-20140416145313-eiadz94h9wolhb9b
2014-04-16 16:53:13 +02:00
Josse Colpaert 36b12e4339 [MERGE] Merge from trunk-wms
bzr revid: jco@openerp.com-20140411095928-jnlqi15cn7zz491d
2014-04-11 11:59:28 +02:00
Quentin (OpenERP) d31e02fb3f [FIX] stock_account: valuation of quants
lp bug: https://launchpad.net/bugs/1302625 fixed

bzr revid: qdp-launchpad@openerp.com-20140410143347-chn34o1w0pzn5y2t
2014-04-10 16:33:47 +02:00
Josse Colpaert e55ac5a9de [WIP] In case the warehouse operator chooses other quants than foreseen that were reserved on another move
bzr revid: jco@openerp.com-20140408162717-khax5gied2atr7gd
2014-04-08 18:27:17 +02:00
Quentin (OpenERP) c788088617 [REF] stock, inventory: post moves at the inventory closing date + removal of the constraints because it's not needed anymore now
bzr revid: qdp-launchpad@openerp.com-20140408160144-nb5b7rjxygbblud3
2014-04-08 18:01:44 +02: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) 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) 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 c5a8943ebb [IMP] At quants creation it should do accounting entries also
bzr revid: jco@openerp.com-20140312112925-o2dvsqg2urfnu2sr
2014-03-12 12:29:25 +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
Josse Colpaert 9c17f269a1 [IMP] Improve account entries grouping
bzr revid: jco@openerp.com-20140311165747-okk437oyeq7e2q8g
2014-03-11 17:57:47 +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
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
Josse Colpaert 1a5e98ad6b [WIP] Move multiple quants at once
bzr revid: jco@openerp.com-20140310175445-qza0jpc3tx724vks
2014-03-10 18:54:45 +01:00
Josse Colpaert 63763ef224 [IMP] Create accounting entries to pass runbot
bzr revid: jco@openerp.com-20140306181001-cnna3jojs91fm1d5
2014-03-06 19:10:01 +01:00
Josse Colpaert b6bde4c458 [IMP] Only create extra moves or rereserve quants when necessary
bzr revid: jco@openerp.com-20140305140739-ciiyt2eiu0w435kj
2014-03-05 15:07:39 +01:00
Quentin (OpenERP) f8470c94ee [REF] stock: put some order in inventory psql reports (on quants) in labels, files and code
bzr revid: qdp-launchpad@openerp.com-20131205181052-gsnlps6ifvm016az
2013-12-05 19:10:52 +01:00
Quentin (OpenERP) 9a0a04c809 [FIX] stock_account: give a list of ids to write()
bzr revid: qdp-launchpad@openerp.com-20131205100516-298sillxikfkhr9r
2013-12-05 11:05:16 +01:00
Quentin (OpenERP) 436b46bf77 [WIP] stock: partial transfer and rereserve reimplementation
bzr revid: qdp-launchpad@openerp.com-20131118133650-gd5jx6tkjjrzha05
2013-11-18 14:36:50 +01:00
Quentin (OpenERP) a4f38da847 [WIP] stock: partial transfer and rereserve reimplementation
bzr revid: qdp-launchpad@openerp.com-20131118095021-b0mze9fuz30sanrg
2013-11-18 10:50:21 +01:00
Quentin (OpenERP) b5645d2386 [FIX] stock_account, purchase: the standard price of a product may not be compatible with the decimal precision 'Account' or the coinage of the main currency, so we need to take care of that when creating the stock valuation entries
bzr revid: qdp-launchpad@openerp.com-20131104164939-jupkxy1zrqqq3lpq
2013-11-04 17:49:39 +01:00
Quentin (OpenERP) 94faa4ae11 [FIX] stock, stock_account: access rights
bzr revid: qdp-launchpad@openerp.com-20131015123028-ku9u0fopcb1wgfii
2013-10-15 14:30:28 +02:00
Josse Colpaert f90c341a24 [WIP] Negative quants and packing operations
bzr revid: jco@openerp.com-20130924143220-dcm9u876tfbxzayz
2013-09-24 16:32:20 +02:00
Quentin (OpenERP) 434838b9a5 [FIX] stock: fixing product cost price updates in case of negative quants
bzr revid: qdp-launchpad@openerp.com-20130924124906-gdmnzv85hnjrtqgb
2013-09-24 14:49:06 +02:00
Quentin (OpenERP) 856b4a284e [FIX] stock, stock_account: update of product cost price
bzr revid: qdp-launchpad@openerp.com-20130924082804-654jv5dkywfooivu
2013-09-24 10:28:04 +02:00
Quentin (OpenERP) f49e0dd3b2 [FIX] stock_account: update cost price of product when it needs it
bzr revid: qdp-launchpad@openerp.com-20130923194234-36iekv6z92a9pp4g
2013-09-23 21:42:34 +02:00
Quentin (OpenERP) 8b4584f18d [FIX] stock_account: negative quant stock valuation
bzr revid: qdp-launchpad@openerp.com-20130923153512-x9vbi601akzm5cv9
2013-09-23 17:35:12 +02:00
Quentin (OpenERP) 4bea4bc1f3 [FIX] negative quants fixing
bzr revid: qdp-launchpad@openerp.com-20130923143309-42mo2trr8jy6m5qk
2013-09-23 16:33:09 +02:00
Quentin (OpenERP) 5b5472508b [FIX] stock: reconcile negative quants fixed
bzr revid: qdp-launchpad@openerp.com-20130918130458-gcjaavfd9z7fzhj9
2013-09-18 15:04:58 +02:00
Quentin (OpenERP) bf74a4c81e [FIX] purchase: all problems related to standard prices update should be solved by now
bzr revid: qdp-launchpad@openerp.com-20130909154754-vol18yq4gr3q22p0
2013-09-09 17:47:54 +02:00
Quentin (OpenERP) bfafdbc990 [FIX] stock_account: update the product standard price before calling action_done()
bzr revid: qdp-launchpad@openerp.com-20130909113101-d2bhurixb68p0w19
2013-09-09 13:31:01 +02:00
Quentin (OpenERP) 5d8cd42332 [FIX] stock: update the standard price of product with cost_method == 'real' on negative quant reconciliation.
bzr revid: qdp-launchpad@openerp.com-20130909100229-txuyflkp6iikiesq
2013-09-09 12:02:29 +02:00
Quentin (OpenERP) 70d2733d1b [FIX] stock_account, purchase: updating the standard price of products in cost method == 'average' on receptions
bzr revid: qdp-launchpad@openerp.com-20130905103435-ch505yi7qyvxz0pz
2013-09-05 12:34:35 +02:00
Quentin (OpenERP) e7d5622c7e [FIX] purchase: fifo_price.yml
bzr revid: qdp-launchpad@openerp.com-20130903162757-p3rquk1uap0qz8qb
2013-09-03 18:27:57 +02:00
Josse Colpaert 1a1338fa41 [IMP] Add invoice_state on move in stock_account and make sure it gets passed through procurement on the move
bzr revid: jco@openerp.com-20130830081648-mmfxshzl9cuk3jg6
2013-08-30 10:16:48 +02:00
Josse Colpaert 57c80c4bc1 [IMP] Adapt average yml and push flow yml, put stock.py from sale_stock in stock_account
bzr revid: jco@openerp.com-20130828153210-cn97txe5046vo4nk
2013-08-28 17:32:10 +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
Quentin (OpenERP) 841024adc2 [IMP] stock ownership + multi company on packages
bzr revid: qdp-launchpad@openerp.com-20130802090446-9ac7lw2gwl7pngfg
2013-08-02 11:04:46 +02:00
Josse Colpaert 83e87f1102 [WIP] stock.picking.type class, yml, quant has qty instead of product_qty
bzr revid: jco@openerp.com-20130723094436-bo6r0ztkdoun68ki
2013-07-23 11:44:36 +02:00
Josse Colpaert 8a1c3b8139 [WIP] Replace quants report with report based on stock.quant instead of separate SQL view
bzr revid: jco@openerp.com-20130722161533-tkzuetmfk64exq8m
2013-07-22 18:15:33 +02:00
Quentin (OpenERP) 47dd8319fa [WIP] refactoring
bzr revid: qdp-launchpad@openerp.com-20130717153639-suq2ges16hbdwb79
2013-07-17 17:36:39 +02:00
Quentin (OpenERP) 42e0f4e659 [WIP] negative quants handling
bzr revid: qdp-launchpad@openerp.com-20130717132627-4cbei6m63lq9rr5p
2013-07-17 15:26:27 +02:00
Quentin (OpenERP) 918a83e069 [WIP] stock valuation
bzr revid: qdp-launchpad@openerp.com-20130716080634-naotwtq1ttefjclq
2013-07-16 10:06:34 +02:00
Quentin (OpenERP) 6898ade414 [WIP] stock_account
bzr revid: qdp-launchpad@openerp.com-20130715112219-o1bh3hipzxpxrtw9
2013-07-15 13:22:19 +02:00
Josse Colpaert 670df13e80 [WIP] Put product view together in stock_view, make mrp independent of purchase and correct single quant move in stock_account when creating quants
bzr revid: jco@openerp.com-20130715093053-19gahkhq9gnqzlsy
2013-07-15 11:30:53 +02:00
Josse Colpaert 421a349958 [WIP] Make sure stock_account and stock installs
bzr revid: jco@openerp.com-20130715081809-9wjk787xp3gcsi3e
2013-07-15 10:18:09 +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
Quentin (OpenERP) 63111b6510 [WIP] cost_method moved to stock_account + stock_account implementation of stock valuation
bzr revid: qdp-launchpad@openerp.com-20130712141407-amspq13axc7x58l1
2013-07-12 16:14:07 +02:00