Commit Graph

31 Commits

Author SHA1 Message Date
Christophe Matthieu 43977deb71 [IMP] product: refactoring of product variant. The main view became the view of product template and the product product (or product variant) are created with the variant values combinaison. Bom is splitted into bom and bom line and can use the variant combinaison. 2014-05-27 09:42:52 +02:00
Josse Colpaert 9494290cb1 [FIX] Try to fix mrp tests and mrp
bzr revid: jco@openerp.com-20130918135612-n8d1qqbxh0rbgtcw
2013-09-18 15:56:12 +02:00
Quentin (OpenERP) a992a789e7 [MERGE] fix: setting product_uom_qty instead of product_qty
bzr revid: qdp-launchpad@openerp.com-20130806155211-jjd6q1hocjhgccaf
2013-08-06 17:52:11 +02:00
Quentin (OpenERP) 2788ae87e3 [REF] no need to pass product_qty as it's a computed field
bzr revid: qdp-launchpad@openerp.com-20130806154856-msym9zsqufyx6nlx
2013-08-06 17:48:56 +02:00
Bharat R. Devnani (OpenERP) a513fcceee [ADD] added value for the field product_uom_qty
bzr revid: bde@tinyerp.com-20130806130939-44o690pv6c31d9dj
2013-08-06 18:39:39 +05:30
Vo Minh Thu e69326ee3b [REF] removed explicit model instanciations.
bzr revid: vmt@openerp.com-20130415102349-vgcrfok2k5y10cwz
2013-04-15 12:23:49 +02: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
Raphael Collet 58510a62e4 [IMP] mrp: improve code in wizard change_production_qty
bzr revid: rco@openerp.com-20120912141613-l7aqxgr1bpn0g82u
2012-09-12 16:16:13 +02:00
ajay javiya (OpenERP) 1e19e30dc8 [IMP]:Update Quantity
bzr revid: aja@tinyerp.com-20120903102830-66t92ajzbghiib7e
2012-09-03 15:58:30 +05:30
Antonin Bourguignon a52eeef519 [IMP] rephrase some error and warning messages in document, edi, google_base_account, mrp and mrp_repair
remove exclamation marks at the end of messages
remove unjustified capital letters

bzr revid: abo@openerp.com-20120806170841-cx9vuend1vglmsqk
2012-08-06 19:08:41 +02:00
Saurang Suthar(OpenERP) 8d606c994d [IMP] Improved warning messages for mrp module
bzr revid: pso@tinyerp.com-20120725092548-x6oebojzhcdf1vce
2012-07-25 14:55:48 +05:30
Hardik d953d45de4 [IMP]MRP : Warning Messages are changed
bzr revid: hsa@tinyerp.com-20120712064359-rfoj2ol3stj4j4yc
2012-07-12 12:13:59 +05:30
Jagdish Panchal (Open ERP) 427ea26334 [IMP] MRP: rename UOM to Unit of Measure everywhere
bzr revid: jap@tinyerp.com-20120425085415-vcgutq32ohkkjiu6
2012-04-25 14:24:15 +05:30
Thibault Delavallée 6732b5976f [FIX] mrp: ids instead of id for a write that was causing a crash
bzr revid: tde@openerp.com-20120403122114-qqmutxswz33t1gdk
2012-04-03 14:21:14 +02:00
Quentin (OpenERP) 471d403d81 [FIX] mrp_subproduct: update qty to produce now change accordingly the qty of subproducts created
lp bug: https://launchpad.net/bugs/904170 fixed

bzr revid: qdp-launchpad@openerp.com-20120214155746-zyejucj0745obtps
2012-02-14 16:57:46 +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
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) 12fcd1be2f [IMP] : Added context=None on methods used for _constraints and replaced context={} with context=None.
bzr revid: uco@tinyerp.com-20101119134801-974ev29j4tu46pq2
2010-11-19 19:18:01 +05:30
uco (OpenERP) 3aa45c830c [IMP] mrp: Corrections suggested by buildbot.
bzr revid: uco@tinyerp.com-20101012045157-l63wl4fnyfsgf8tr
2010-10-12 10:21:57 +05:30
uco (Open ERP) a5c59a2f13 [FIX] mrp: Fixed error on 'Change Qty' wizard when connected with different user.
bzr revid: uco@tinyerp.com-20101004134658-ozcgbr9kb4gkh20i
2010-10-04 19:16:58 +05:30
uco (OpenERP) f2117bf482 [ADD, IMP] mrp: Added doc strings in functions and classes. Improve spacing in docstrings of wizard files.
bzr revid: uco@tinyerp.co.in-20100405122803-lvkh410ncgj2tte6
2010-04-05 17:58:03 +05:30
olt@tinyerp.com 1afb92d56e [FIX] mrp: fixed an undefined reference
bzr revid: olt@tinyerp.com-20100329132616-lx8va7ii07if1qx4
2010-03-29 15:26:16 +02:00
sbh (Open ERP) 07c8efd1f4 [IMP] stock,mrp: Used default_get instead of defaults and clean the code
bzr revid: sbh@tinyerp.com-20100319072012-olyachwz80s9d3pv
2010-03-19 12:50:12 +05:30
uco (OpenERP) 50e42ae57e [REF] mrp: Removed 'raise..' from 'Change Qty' wizard. Not needed.
bzr revid: uco@tinyerp.co.in-20100318110453-hxn7rr96qo25llg1
2010-03-18 16:34:53 +05:30
uco (OpenERP) a268acb4c7 [REF] delivery, mrp, mrp_repair, point_of_sale, product_margin, slae, stock: Removed '@summary' from docstring.
bzr revid: uco@tinyerp.co.in-20100317073413-ks8i2ppev0pxm3cf
2010-03-17 13:04:13 +05:30
mso fcaeab33ca [Merge]:Merged with parent branch
bzr revid: mso@mso-20100312071916-zat2nj2rvz5fc10t
2010-03-12 12:49:16 +05:30
mso 149920642d [IMP] product_margin,stock:Introduce act_window by replacing action in wizard & Code optimization in stock
bzr revid: mso@mso-20100312054152-ytyj9c8woj1kp2r9
2010-03-12 11:11:52 +05:30
Harry (Open ERP) bdc78703ea [MERGE]
bzr revid: hmo@tinyerp.com-20100311142449-gfhiuwigpchfr074
2010-03-11 19:54:49 +05:30
uco (OpenERP) 13fd1480b4 [ADD] mrp: Added Docstrings for methods used in wizard files.
bzr revid: uco@tinyerp.co.in-20100310065959-u1uaajtouzj3wyok
2010-03-10 12:29:59 +05:30
uco (OpenERP) 9fd8b8ad5a [IMP] mrp: Converted 'Change Production Quantity' wizard into osv_memory wizard.
bzr revid: uco@tinyerp.co.in-20100309074238-9qher5ex154s3hlb
2010-03-09 13:12:38 +05:30