Commit Graph

106 Commits

Author SHA1 Message Date
Christophe Simonis 970f9466aa [MERGE] forward port of branch saas-3 up to 55d6c19 2015-05-28 14:45:30 +02:00
Christophe Simonis 55d6c190da [MERGE] forward port of branch 7.0 up to e33bcde 2015-05-28 14:41:30 +02:00
Nicolas Martinelli e33bcdec19 [FIX] stock: return picking wizard handles one picking at a time
We force the user to select only one picking at a time. The reason is that we
can choose the number of products to return for every picking, so it does not
make sense to group the returns in one picking.

opw-640030
2015-05-28 10:19:38 +02:00
Wolfgang Taferner e5a8d21a60 [FIX] Return picking moves do not match the return picking type and also
do not have a warehouse set (which can be retrieved based on the
picking_type in use)
2015-05-26 19:59:16 +02:00
Josse Colpaert 1ac4d31db7 [FIX] stock: Make sure we can do a return of a stock move with UoS 2015-03-11 16:23:23 +01:00
Josse Colpaert 37f9459610 [IMP] Return of return should be linked with original destination move should fix #5253
[FIX] Split of return move should keep the returned move

[IMP] Better comment and check for state not cancelled
2015-02-25 12:03:49 +01:00
Denis Ledoux 36bf774d20 [MERGE] forward port of branch 7.0 up to 43cf6d5 2014-12-17 14:05:44 +01:00
Gaurav Panchal 998db2c61f [FIX]stock: return of 'To Be Invoiced' picking should also be invoiced
When creating a return picking, the default invoice state is 'To Be Invoiced' if
returned picking was invoiced. However if the invoice of the picking has not
been generated yet (state '2binvoiced'), the return should also be invoiced.
Fixes #4002
2014-12-17 11:52:37 +01:00
Josse Colpaert 536d00d2ba [FIX] Avoid endless loop when doing a return picking 2014-12-02 18:54:25 +01:00
Christophe Simonis fdc62713a5 [MERGE] forward port of branch 7.0 up to 9b1cdea 2014-09-12 17:28:55 +02:00
Denis Ledoux 8c39241651 [FIX] stock: return picking, pass serial number value when returning 2014-09-11 17:21:12 +02:00
Quentin (OpenERP) 06d41e195a [FIX] stock, return picking wizard: several bugs fixed (see details bellow) and removal of feature to recreate or cancel chained operations (because it was totally bugged, not easily achievable and it's a new feature).
bugs fixed:
1) do_unreserve() on stock.move was setting back to 'confirmed' state also moves in 'done' or 'cancel' state
2) in return picking wizard, unreservation of quants was made only on the chained operation regardless if it had been split before or not
3) lot management in return picking wizard
4) new implementation or return picking wizard in order to only allow a manual fixing
5) uom support in return picking wizard

bzr revid: qdp-launchpad@openerp.com-20140206123852-g22nkgcxud0c9tzr
2014-02-06 13:38:52 +01:00
Quentin (OpenERP) 369d222965 [REF] some refactoring made during code review
bzr revid: qdp-launchpad@openerp.com-20140205172444-4v7msetkkp7ypb7y
2014-02-05 18:24:44 +01:00
Josse Colpaert a9d5affe1b [IMP] nothing
bzr revid: jco@openerp.com-20140130161532-anubjjt4nwsu73xv
2014-01-30 17:15:32 +01:00
Josse Colpaert a264c171f6 [IMP] Ability to choose between create or cancel chained moves + procure method mts on returns
bzr revid: jco@openerp.com-20140130143428-ddcyt3rnwbowo0hx
2014-01-30 15:34:28 +01:00
Josse Colpaert f9f1cc2831 [IMP] Change quant_search and adapt fifo return test to use real cost
bzr revid: jco@openerp.com-20140130125331-lr70oun5h1uh5w8s
2014-01-30 13:53:31 +01:00
Josse Colpaert d93a12588f [IMP] Add possibility to cancel chained moves
bzr revid: jco@openerp.com-20140130110106-1jjpiiku546dux67
2014-01-30 12:01:06 +01:00
Josse Colpaert e89b9b8539 [WIP] Take into account already returned moves
bzr revid: jco@openerp.com-20140129155638-q9nfmm728y2l03ae
2014-01-29 16:56:38 +01:00
Josse Colpaert 4370ed289f [IMP] commit
bzr revid: jco@openerp.com-20140128111959-2sku5ymx71xpco87
2014-01-28 12:19:59 +01:00
Josse Colpaert 2d16599860 [WIP] Should take into account chained moves when doing return picking
bzr revid: jco@openerp.com-20140128105809-eyqsxr9q4laks86o
2014-01-28 11:58:09 +01:00
Cedric Snauwaert df9a1f0325 [FIX]return picking, incorrect use of product_qty in wizard + should not force assign product when returning a picking
lp bug: https://launchpad.net/bugs/1269492 fixed

bzr revid: csn@openerp.com-20140121103222-5m93dfb2k79c7aq6
2014-01-21 11:32:22 +01:00
Quentin (OpenERP) 05037a1e22 [FIX] stock: return picking now filter correctly the reverse picking
bzr revid: qdp-launchpad@openerp.com-20131213140112-uy0ycqj9n87acohz
2013-12-13 15:01:12 +01:00
Quentin (OpenERP) cd543d96e0 [IMP] misc usability improvements
bzr revid: qdp-launchpad@openerp.com-20131108165217-wk9b079p7jladswm
2013-11-08 17:52:17 +01:00
jke-openerp 5308a926d2 [IMP] Improve and fix according to review FP
bzr revid: jke@openerp.com-20131105161517-zm1ks2m8fkcf7v7i
2013-11-05 17:15:17 +01:00
jke-openerp 2c65def713 [FIX] According to [wms] APR's Review from 20131022 - Move lead_time in mrp module, trace back on split delivery
bzr revid: jke@openerp.com-20131029074815-mws7cuvqgxr6q2d4
2013-10-29 08:48:15 +01:00
Denis Ledoux 546a191f0a [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9459 rev-id: fva@openerp.com-20130918153347-fy4nuvbm82ngfb8x
bzr revid: mat@openerp.com-20130826135110-f9q4p65ds2aholcw
bzr revid: dle@openerp.com-20130828141129-ecxl2vlpb8vw0o9f
bzr revid: dle@openerp.com-20130828162659-n8a0ku9o3h01qaov
bzr revid: dle@openerp.com-20130830094205-q3itwd7x0246d9n6
bzr revid: dle@openerp.com-20130830133604-mfnfbscn5wdk4vi4
bzr revid: dle@openerp.com-20130902131244-v9uh0s8rg4889i7j
bzr revid: mat@openerp.com-20130903134105-68ziuaccreu6rs61
bzr revid: chs@openerp.com-20130906171851-jtfsf4au1k30wwlr
bzr revid: dle@openerp.com-20130909103120-k5oefxgebhyslac3
bzr revid: dle@openerp.com-20130909170047-pbzw4ernvcpivbhh
bzr revid: chs@openerp.com-20130910122113-171osvcukxffxcry
bzr revid: tde@openerp.com-20130912121059-k840pi4rwdzpez8g
bzr revid: dle@openerp.com-20130913085251-p906ci2divy82jur
bzr revid: tde@openerp.com-20130913092546-kzshg1a7sls566l8
bzr revid: mat@openerp.com-20130917122102-drf8fj9lrjj0fvju
bzr revid: mat@openerp.com-20130917161614-w8u2c1ayeb5kxm30
bzr revid: dle@openerp.com-20130918161305-7ep1642nxzyy3vhd
2013-09-18 18:13:05 +02:00
Martin Trigaux ed8d17b720 [FIX] stock: correctly select sequence for internal moves (opw 591894)
bzr revid: mat@openerp.com-20130909152501-wp0zzwa7t1zd1wyd
2013-09-09 17:25:01 +02:00
Quentin (OpenERP) af4201571c [FIX] purchase: fifo_returns.yml
bzr revid: qdp-launchpad@openerp.com-20130904091256-el137c6uxcppgfcl
2013-09-04 11:12:56 +02:00
Quentin (OpenERP) 30d1dfc56a [MERGE] return picking
bzr revid: qdp-launchpad@openerp.com-20130807092433-jjhbd4va2cyrp7rs
2013-08-07 11:24:33 +02:00
Cedric Snauwaert 3ba54a4508 [FIX]stock_return_picking: remove view_init
bzr revid: csn@openerp.com-20130807070044-h122c6bbymq25b6x
2013-08-07 09:00:44 +02:00
Cedric Snauwaert f6fce185ae [WIP]stock_return_picking: fix wizard to work with quants
bzr revid: csn@openerp.com-20130806153720-dgjkx33ro2i0a7g9
2013-08-06 17:37:20 +02:00
Josse Colpaert 15f509178b [WIP] remove stock.picking.in and stock.picking.out and replace by picking_type_id
bzr revid: jco@openerp.com-20130723164755-39wldz6jdjkqjvkk
2013-07-23 18:47:55 +02:00
Fabien Pinckaers 77ceb83f69 [IMP]product_qty -> product_uom_qty, report.stock.move not required anymore as we have product_qty
bzr revid: fp@tinyerp.com-20130630141014-evn6hj7870iphgve
2013-06-30 16:10:14 +02:00
Fabien Pinckaers 8f49a3d4c7 [IMP] WIP removed 1000 lines of code
bzr revid: fp@tinyerp.com-20130630085503-ubn247ylue58wa1u
2013-06-30 10:55:03 +02:00
Fabien Pinckaers 863ef7cf7a [IMP] WIP: big cleaning
bzr revid: fp@tinyerp.com-20130629221703-ti4qqcc8e3pc0ddh
2013-06-30 00:17:03 +02:00
Quentin (OpenERP) dee5ace29b [MERGE] trunk
bzr revid: qdp-launchpad@openerp.com-20130624095319-sqkrnk4r1mst8nvk
2013-06-24 11:53:19 +02:00
Christophe Simonis 6a9adbca62 [MERGE] forward port of branch 7.0 up to revid 9236 mat@openerp.com-20130613160953-itt79mu5xrl7suv4
bzr revid: chs@openerp.com-20130613181503-82234mo34wxb0oap
2013-06-13 20:15:03 +02:00
Martin Trigaux d9f9c2e661 [MERGE] [FIX] stock: prevent creating new product line when returning products
bzr revid: mat@openerp.com-20130611092943-omj3kxhw2pmgpvwm
2013-06-11 11:29:43 +02:00
Dharti Ratani (Open ERP) e11ee3487b [IMP]Made changes as per need fixing
bzr revid: dhr@tinyerp.com-20130529120626-xnfjvzf6w0fvpr0o
2013-05-29 17:36:26 +05:30
Dharti Ratani (Open ERP) bc514fa89c [FIX]Reference name of an Internal Move return contains 'False' prefix
bzr revid: dhr@tinyerp.com-20130426090659-jhxzzr0wkznzny2o
2013-04-26 14:36:59 +05:30
Josse Colpaert 042e47c5d4 [REF] Refactor of trunk
bzr revid: jco@openerp.com-20130423151308-cplq5o4hhh1boglr
2013-04-23 17:13:08 +02:00
Vo Minh Thu e69326ee3b [REF] removed explicit model instanciations.
bzr revid: vmt@openerp.com-20130415102349-vgcrfok2k5y10cwz
2013-04-15 12:23:49 +02:00
Vo Minh Thu 9b0ced610f [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20130322134958-jhe6m0222jq7wo41
2013-03-22 14:49:58 +01:00
Vo Minh Thu 9bb5ee90e4 [IMP] removed unused netsvc imports.
bzr revid: vmt@openerp.com-20130222161029-zecwro75yra2vz0d
2013-02-22 17:10:29 +01:00
Thibault Delavallée e0372e8c6d [FWD] [MERGE] Forward port of addons-v7 until rev. 8736.
bzr revid: tde@openerp.com-20130221105247-ezl63lpl4vdjxtys
2013-02-21 11:52:47 +01:00
Quentin (OpenERP) c54a7c4910 [IMP] stock: added a prodlot_id field in the return picking view
bzr revid: qdp-launchpad@openerp.com-20130220110529-7edaj0o9riyvzyu0
2013-02-20 12:05:29 +01:00
Mayur Maheshwari (OpenERP) 62e70a533e [FIX]stock: added warring message if user mannualy add prodcut line in return product wizard
bzr revid: mma@tinyerp.com-20130218123642-3f5nzld3qmjrm0ap
2013-02-18 18:06:42 +05:30
Vo Minh Thu 48a371d2b2 [IMP] stock: use the new signal_xxx methods instead of trg_validate.
bzr revid: vmt@openerp.com-20130128152929-6rpoaccy5huw8kdq
2013-01-28 16:29:29 +01:00
Olivier Dony fc0c2942ba [MERGE] Another batch of bugfixes from 6.1
bzr revid: odo@openerp.com-20121218175547-7c1uxq4ypbi314gx
2012-12-18 18:55:47 +01:00
Olivier Dony 84d7987f33 [MERGE] Bugfixes from 6.1 until revision 6900
rev.6900 = xal@openerp.com-20120720134532-t07xr3lp8ouhn2dv

bzr revid: odo@openerp.com-20121218021123-9ligpn7bkr9zo4n7
2012-12-18 03:11:23 +01:00