Commit Graph

31 Commits

Author SHA1 Message Date
Stephane Wirtel 2a9412f179 [MERGE] lp:~openerp-dev/openobject-addons/trunk-addons_issue_product-mdi/
bzr revid: stw@openerp.com-20120724115324-df6e10iry42n026b
2012-07-24 13:53:24 +02:00
Divyesh Makwana (Open ERP) 9809b7def0 [IMP] stock : Added default location.
bzr revid: mdi@tinyerp.com-20120720112501-06fbn7m2bh295hky
2012-07-20 16:55:01 +05:30
Alexis de Lattre 36cb6f479a Use product.product instead of product.template when we go through the ORM.
In this process, I re-wrote the fonction change_product_qty_send_note in stock/wizard/stock_change_product_qty.py : the code is now much better !

bzr revid: alexis@via.ecp.fr-20120709162124-jmqv7hrl94fbzk1j
2012-07-09 18:21:24 +02:00
Sanjay Gohel (Open ERP) 3508f75dba [IMP]:add condition for context in stock
bzr revid: sgo@tinyerp.com-20120605111229-utdr8bxhod22b8sh
2012-06-05 16:42:29 +05:30
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
Jagdish Panchal (Open ERP) 18653db6f2 [IMP] mrp,mrp_repair,stock: Rename fields Production Lot >> Serial Number and also rename the fields in stock congi wizard
bzr revid: jap@tinyerp.com-20120424130805-dbfdz0f4j440vy2h
2012-04-24 18:38:05 +05:30
Thibault Delavallée 16e50b1a43 [MERGE] Merged with bth MRP branch
bzr revid: tde@openerp.com-20120403104751-y1iep9psdtn8cphp
2012-04-03 12:47:51 +02:00
Thibault Delavallée 9cff260d3d [IMP] Code cleaning
bzr revid: tde@openerp.com-20120322090154-2qau8gkkp5zql8py
2012-03-22 10:01:54 +01:00
Bhumi Thakkar (Open ERP) 3f2d8a100e [FIX] Rename function name.
bzr revid: bth@tinyerp.com-20120320055609-7oqpdallo153udcv
2012-03-20 11:26:09 +05:30
Bhumi Thakkar (Open ERP) 11b087a0b6 [FIX] renamed methods' name and modified statements and removed need_action_user_id field from view.
bzr revid: bth@tinyerp.com-20120313114429-b1jyxk7i4v1e5n8t
2012-03-13 17:14:29 +05:30
Bhumi Thakkar (Open ERP) 3f6550a82b [FIX] Improved Language of notifications(present perfect simple with passive form) and unnecessary code is removed.
bzr revid: bth@tinyerp.com-20120312102612-rrk1b7xpd132cs87
2012-03-12 15:56:12 +05:30
Bhumi Thakkar (Open ERP) d94bb35ff7 [FIX] UOM is added in change quantity notification in product and UI of threadview is modified.
bzr revid: bth@tinyerp.com-20120307130713-d9qp1ms3oajj40zk
2012-03-07 18:37:13 +05:30
Bhumi Thakkar (Open ERP) d83bf22983 [IMP] notifications in mrp,bom,product.
bzr revid: bth@tinyerp.com-20120306133816-59cs058o3oq8arro
2012-03-06 19:08:16 +05:30
Xavier Morel 48c8f9a47a [FIX] stock: only apply transformations to form fields of stock.change.product.qty when fields_view_get is on a form view
Also remove useless & bonkers conditionals (checking that a key exists
in a dict and then setting one of its sub-keys whether or not the test
succeeded is going to blow up either way), and simplify the code since

    if condition:
        some_value = True
    else:
        some_value = False

can just be written as:

    some_value = condition

lp bug: https://launchpad.net/bugs/905188 fixed

bzr revid: xmo@openerp.com-20111222134620-bpi9d24msbia4ymm
2011-12-22 14:46:20 +01:00
Bogdan Stanciu e19e1fe100 [FIX] some product_qty fields are set with hardcoded decimal precision, and some without. I added dp on all occurrences of product_qty.
lp bug: https://launchpad.net/bugs/884179 fixed

bzr revid: bogdanovidiu.stanciu@gmail.com-20111031113830-drdqvvrz032nrzh4
2011-10-31 12:38:30 +01:00
Hardik Ansodariy (OpenERP) ceb222bb94 [IMP]:stop opening of inventory form while changing of product stock
bzr revid: han@tinyerp.com-20110719111918-u6nza3n740csvp2g
2011-07-19 16:49:18 +05:30
Quentin (OpenERP) ba3ee64859 [MERGE] lp:777803
bzr revid: qdp-launchpad@openerp.com-20110530163158-0tnmt1b96omcjbft
2011-05-30 18:31:58 +02:00
ron@tinyerp.com 0e9d77f528 [IMP]stock:entering a negative value give the warning
bzr revid: ron@tinyerp.com-20110506065208-vdkuowmwy4iv1fxn
2011-05-06 12:22:08 +05:30
ron@tinyerp.com 10c8c4cf19 [FIX]stock:entering a negative value in the stock level when click on update button on product form
lp bug: https://launchpad.net/bugs/777803 fixed

bzr revid: ron@tinyerp.com-20110506060358-audc98nfxyt6b116
2011-05-06 11:33:58 +05:30
Rifakat Haradwala (Open ERP) 5860907e8e [FIX] : stock: use string formatting instead of concatenation
lp bug: https://launchpad.net/bugs/684741 fixed

bzr revid: rha@tinyerp.com-20110303132714-xbng87llhw9knrfq
2011-03-03 18:57:14 +05:30
ron@tinyerp.com 949b71a0c9 [FIX]stock :UnicodeEncodeError in stock_change_product_qty.py
lp bug: https://launchpad.net/bugs/707809 fixed

bzr revid: ron@tinyerp.com-20110127114701-yilw96l2f3bxnbh2
2011-01-27 17:17:01 +05:30
qdp-launchpad@tinyerp.com f2784aecc5 [FIX] stock: removed required=True on prodlot field of update stock wizard, in its definition in the .py file
bzr revid: qdp-launchpad@tinyerp.com-20110117095836-518n6w73qodqrl8o
2011-01-17 10:58:36 +01:00
rpa (Open ERP) df1ed0e10a [MERGE]: Merge with lp:~openerp-dev/openobject-addons/ron-dev-addons2
bzr revid: rpa@tinyerp.com-20110113130850-iysr1o4hbv8y4cnl
2011-01-13 18:38:50 +05:30
ron@tinyerp.com 4dc24a074d [FIX]stock:Update button at product form Stock update without production lot possible Tracking production lot wanted
lp bug: https://launchpad.net/bugs/700963 fixed

bzr revid: ron@tinyerp.com-20110113104100-0ho06wvhf8z0a0fj
2011-01-13 16:11:00 +05:30
Sbh (OpenERP) 55228c84a7 [Fix] Fix buildbot warning
bzr revid: sbh@tinyerp.com-20101231062640-p7j0wdq40su3r0cv
2010-12-31 11:56:40 +05:30
rpa (Open ERP) 6c514475ca [MERGE]: Merged with lp:~openerp-dev/openobject-addons/ron-dev-addons2
bzr revid: rpa@tinyerp.com-20101222110542-j33o6xe24p4dy0tb
2010-12-22 16:35:42 +05:30
ron@tinyerp.com 516d89069f [ADD] ADD Field Lot id in wizard to change Product Quantity from Product form View
bzr revid: ron@tinyerp.com-20101222085218-dukwbse1bt5yu2z5
2010-12-22 14:22:18 +05:30
qdp-launchpad@tinyerp.com 0d6b3dce9f [REF] stock, stock_change_product_qty wizard: removed warehouse field
bzr revid: qdp-launchpad@tinyerp.com-20101221142310-z90hsr4k6tpvx9qz
2010-12-21 15:23:10 +01:00
rpa (Open ERP) be834b5704 [MERGE]: Merge with lp:~openerp-dev/openobject-addons/ron-dev-addons2
bzr revid: rpa@tinyerp.com-20101208071722-vc93ea47suuqt9am
2010-12-08 12:47:22 +05:30
ron@tinyerp.com 5bf68228b1 [IMP]wizard to change Product Quantity from Product form View
bzr revid: ron@tinyerp.com-20101206070713-1z79mqwilnhf11h1
2010-12-06 12:37:13 +05:30
ron@tinyerp.com d108a970e6 [ADD]wizard to change Product Quantity from Product form View
bzr revid: ron@tinyerp.com-20101203130621-ddfrcf36mls4p7q5
2010-12-03 18:36:21 +05:30