Commit Graph

66 Commits

Author SHA1 Message Date
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
Denis Ledoux 8c39241651 [FIX] stock: return picking, pass serial number value when returning 2014-09-11 17:21:12 +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
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
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
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
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
Cecile Tonglet a3939acfa5 [FIX] replace from/import decimal_precision by from/import openerp.addons.decimal_precision
bzr revid: cto@openerp.com-20121217152303-8e3b1x30rlw9cb0d
2012-12-17 16:23:03 +01:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Divyesh Makwana (Open ERP) e9fd752b34 [FIX] stock : Traceback when click on Return Shipment Wizard.
bzr revid: mdi@tinyerp.com-20120927083535-f5trwbj0o7hlvbxf
2012-09-27 14:05:35 +05:30
Divyesh Makwana (Open ERP) 677a60cdf4 [FIX] stock : Traceback when click on Return Shipment Wizard.
bzr revid: mdi@tinyerp.com-20120927071259-olnkk6m1ocr173n3
2012-09-27 12:42:59 +05:30
Divyesh Makwana (Open ERP) 8959e74885 [FIX] stock : Traceback when click on Return Shipment Wizard.
bzr revid: mdi@tinyerp.com-20120927065820-f3j23w4dmmmpmckx
2012-09-27 12:28:20 +05:30
Antonin Bourguignon 59aa37f0e4 [IMP] all the warning messages now start with 'Warning\!' (not 'Warning' or 'Warning \!')
bzr revid: abo@openerp.com-20120807113414-7mryqyt3jnq8shsa
2012-08-07 13:34:14 +02:00
Saurang Suthar(OpenERP) c7b3b8665d [IMP] Improved warning messages for stock module
bzr revid: pso@tinyerp.com-20120725101428-musq8jyoxpon55pm
2012-07-25 15:44:28 +05:30
Hardik ffca1e887d [IMP]Stock : Warning Messages are changed
bzr revid: hsa@tinyerp.com-20120712062539-w4lbgg01rwbsyddv
2012-07-12 11:55:39 +05:30
Olivier Dony 17915b7cea [MERGE] OPW 575526: fix returning product with upstream stock moves + multiple returns
lp bug: https://launchpad.net/bugs/944025 fixed
lp bug: https://launchpad.net/bugs/1003986 fixed

bzr revid: odo@openerp.com-20120612161551-ev5vw9zql6olswie
2012-06-12 18:15:51 +02:00
pso (OpenERP) 99f7f15111 [IMP] stock: Improved code quality for precision and improved name for return moves(case:575526)
bzr revid: pso@tinyerp.com-20120608131901-3q63jkmv9x4xl1uc
2012-06-08 18:49:01 +05:30
pso (OpenERP) 8fc8797ccb [IMP] stock: Raised warning message if return qty > available qty and improved return picking name(case:575526)
bzr revid: pso@tinyerp.com-20120608065920-wcdlphqj3rwxsaea
2012-06-08 12:29:20 +05:30
Xavier ALT d05bb6c9d2 [FIX] stock: Added condition to check locations for removing warning message coming on returning outgoing moves(case:575526)
bzr revid: pso@tinyerp.com-20120607130236-5jn4bmiv7t7ul1ne
2012-06-07 18:32:36 +05:30
Raphael Collet 9c6f104d86 [MERGE] trunk-v62_config (improve and complete new config wizards)
bzr revid: rco@openerp.com-20120515144630-j6qltq8e2t7grxj2
2012-05-15 16:46:30 +02:00
Quentin (OpenERP) f3b695ae53 [IMP] stock, sale, purchase: some code optimization and few enhancements related to split of stock.picking into several objects
bzr revid: qdp-launchpad@openerp.com-20120507111222-2wnmkgiluiqwti82
2012-05-07 13:12:22 +02:00
Jagdish Panchal (Open ERP) 29918c6418 [IMP] rename UOM to Unit of Measure everywhere in sale,stock,purchase,project_long_term and project_planning
bzr revid: jap@tinyerp.com-20120425120908-z13f1k2an7q01b8j
2012-04-25 17:39:08 +05:30
Najlaâ 5abb0e9b48 [FIX] stock: check if currency on product or picking exists
bzr revid: nel@tinyerp.com-20120425072005-8dw7gqcmwp0jz3zb
2012-04-25 09:20:05 +02:00
Najlaâ 49cac191b0 [FIX] stock: small important fix
bzr revid: nel@tinyerp.com-20120424153046-sofwk2l38a9x22o7
2012-04-24 17:30:46 +02:00
Najlaâ 200f95d0b2 [FIX] stock: check if the move exists to avoid the key error
bzr revid: nel@tinyerp.com-20120424151904-9i6y2hus5v21asg3
2012-04-24 17:19:04 +02:00
Purnendu Singh (OpenERP) 507b997148 [MERGE, IMP] merge with mma branch and improve the reoprt lable
bzr revid: psi@tinyerp.com-20120402110218-jgtrf0gqx704naey
2012-04-02 16:32:18 +05:30
Divyesh Makwana (Open ERP) d4989fa070 [IMP] Improved the view open from Products Return.
bzr revid: mdi@tinyerp.com-20120330114111-u63i8ppy803dkgxw
2012-03-30 17:11:11 +05:30
Hardik Ansodariy (OpenERP) 6965127b25 [imp] added decimal_precision on quantity field in order to get three number after coma
bzr revid: han@tinyerp.com-20111122100907-r0c8p82xuwlk9z0p
2011-11-22 15:39:07 +05:30
Rucha (Open ERP) e726345eee [FIX]: stock: Fixed error when return products
bzr revid: rpa@tinyerp.com-20110318091607-9990e4hzbhekhz3n
2011-03-18 14:46:07 +05:30
Quentin (OpenERP) 9b75f1733e [MERGE] merged with main addons branch
bzr revid: qdp-launchpad@openerp.com-20110315105106-k0b1ijh28vfnla12
2011-03-15 11:51:06 +01:00
Rucha (Open ERP) ca51678217 [MERGE]: Merge with lp:~openerp-dev/openobject-addons/trunk-trunk-oldstyle-wiz-convrsion-aag
bzr revid: rpa@tinyerp.com-20110309055539-rt1g1o9blyqsmv44
2011-03-09 11:25:39 +05:30
aag (OpenERP) d6d6475163 [IMP] STOCK :RD Project- old style wizard conversion-add one new Func get_return_history
bzr revid: aag@tinyerp.co.in-20110308134725-2o5n6olzqtfn09tx
2011-03-08 19:17:25 +05:30
aag (OpenERP) a224d18daf [IMP] STOCK :RD Project- old style wizard conversion-Remove Dynemic view
bzr revid: aag@tinyerp.co.in-20110304134728-qlrshs8g229btill
2011-03-04 19:17:28 +05:30
aag (OpenERP) eac13bbca9 [IMP] STOCK :RD Project- old style wizard conversion-view_init
bzr revid: aag@tinyerp.co.in-20110304052751-8bfqm36q43gbhhkj
2011-03-04 10:57:51 +05:30
aag (OpenERP) 607a3182f2 [IMP] STOCK :RD Project- old style wizard conversion
bzr revid: aag@tinyerp.co.in-20110303141151-nrehxudg439qgyn3
2011-03-03 19:41:51 +05:30
aag (OpenERP) 7807995b54 [IMP] stock: Add context and chech for Read method
bzr revid: aag@tinyerp.co.in-20110203123747-0jcpq8xqlthstw2z
2011-02-03 18:07:47 +05:30
rpa (Open ERP) 0bfc5de816 [IMP]: stock: Improvement in context in return picking in order to work it with webclient (ref: 702939)
bzr revid: rpa@tinyerp.com-20110118134141-yl2024ubuyeu62y1
2011-01-18 19:11:41 +05:30
rpa (Open ERP) 6ae2d39def [REVERT]: stock: Reverted fix for bug#613286: revision-id: rha@tinyerp.com-20101229131420-k97xl7mrx9htvchi
bzr revid: rpa@tinyerp.com-20110112132338-yxa9erhkppt8yfno
2011-01-12 18:53:38 +05:30
rha@tinyerp.com 5ddf27083c [Fix]: Bug #613286 [stock]: returned products from customers have cost price of the day instead of historical cost price
bzr revid: rha@tinyerp.com-20101229131420-k97xl7mrx9htvchi
2010-12-29 18:44:20 +05:30
rpa (Open ERP) 4e307d022c [MERGE]: Merge with lp:openobject-addons
bzr revid: rpa@tinyerp.com-20101215042654-04ccazkz5v57ml3j
bzr revid: rpa@tinyerp.com-20101216043335-ji5h61dra451cml4
bzr revid: rpa@tinyerp.com-20101220082255-1g3ea50rkjlacwqw
2010-12-20 13:52:55 +05:30
uco (OpenERP) 63ace6bb80 [MERGE]
bzr revid: uco@tinyerp.com-20101215051143-g5qmevkmic66q0ip
2010-12-15 10:41:43 +05:30
qdp-launchpad@tinyerp.com 04adabc7f6 [FIX] stock: made possible to return the whole picking
bzr revid: qdp-launchpad@tinyerp.com-20101214160657-1hc909p66l6pslwj
2010-12-14 17:06:57 +01:00
uco (OpenERP) b1cf433ecc [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20101206131102-z2xzz8eshkswo00q
2010-12-06 18:41:02 +05:30
ron@tinyerp.com efa0acb9cd [FIX]Return packingnumber hardcoded bug:-671172
lp bug: https://launchpad.net/bugs/671172 fixed

bzr revid: ron@tinyerp.com-20101206124205-flnt4re9e5ssalh5
2010-12-06 18:12:05 +05:30
uco (OpenERP) 6dd290e824 [REF]: Replace the condition 'if not context' with 'if context is None'.
bzr revid: uco@tinyerp.com-20101123070505-9i2lrqhgxzaii3zn
2010-11-23 12:35:05 +05:30
uco (OpenERP) 8035df3e11 [IMP]: Added context=None in function argument for rest modules.
bzr revid: uco@tinyerp.com-20101122103753-idv9fdaqc28rvugu
2010-11-22 16:07:53 +05:30
rpa (Open ERP) 37ffc45883 [FIX,REF]: stock: Code refactoring
lp bug: https://launchpad.net/bugs/666781 fixed

bzr revid: rpa@tinyerp.com-20101104121148-g4cqx1bocnmxsued
2010-11-04 17:41:48 +05:30