Commit Graph

72 Commits

Author SHA1 Message Date
Commandant Custo 0fd51c2e6e [FIX] product: Set rounding of "Unit" to 0.001
This fix prevents unexpected rounding when the
"Multiple Unit of Measure" feature is not installed.
2015-03-30 17:19:17 +02:00
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
Frédéric van der Essen 0059d7b1cd [FIX] product: the declaration of decimal precision was done after
the declaration of uom precision, preventing uom precision from going above 
the default decimal precision. + made the Kg unit precise up to grams by default.

bzr revid: fva@openerp.com-20140429101932-k6s827csz6i1za51
2014-04-29 12:19:32 +02:00
Thibault Delavallée 6c478b8125 [MERGE] [IMP] product: added data for american units of measure + 1 yml test
bzr revid: tde@openerp.com-20140207151320-gw84zrmq5ifl9rdy
2014-02-07 16:13:20 +01:00
Christophe Matthieu 6117f829b1 [IMP] product: Service (product.product_product_consultant) eval='False' and True inside demo data
bzr revid: chm@openerp.com-20140115153713-vd0tn5ttn7dhb3k6
2014-01-15 16:37:13 +01:00
Christophe Matthieu cd12832f9e [IMP] product: Service (product.product_product_consultant) is sale_ok=False by default and overwrite in hr_timesheet to True
bzr revid: chm@openerp.com-20140115152526-dptyljv7yxdkmis0
2014-01-15 16:25:26 +01:00
Fabien Pinckaers 20bbabc82b [IMP] Huge speed improvement in price computation on products: 162 to 39 queries to render /shop with 28 products. O(n)->O(1)
bzr revid: fp@tinyerp.com-20131206221809-x1muf0wonl4ated0
2013-12-06 23:18:09 +01:00
Fabien Pinckaers 183c75a3c7 [IMP] default values on new events
bzr revid: fp@tinyerp.com-20131126161424-savrp6u63zmpoq5w
2013-11-26 17:14:24 +01:00
Christophe Matthieu 2fab26a2d2 [IMP] point_of_sale, product: change model 'pos.category' of the pos into product.public.category in product. product.public.category is used for eg by pos and website_sale. Add some demo data for this category. Add a domain in pos 'model.js' to select non empty categories
bzr revid: chm@openerp.com-20130828151658-3isgyl93c3hwp1pc
2013-08-28 17:16:58 +02:00
DBR (OpenERP) bc23a9eed7 [IMP]product: Set All for product category instead of All Products
bzr revid: dbr@tinyerp.com-20130201132454-grkjkqexahqcabz1
2013-02-01 18:54:54 +05:30
Quentin (OpenERP) 1626eca850 [IMP] product: set the product.uom names to be optionnaly plural, so that you can display the field after a value without having to care for the singular/plural
bzr revid: qdp-launchpad@openerp.com-20121207134110-xx0482e7kiemsl4s
2012-12-07 14:41:10 +01:00
Mayur Maheshwari (OpenERP) 27faf5b59d [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20121004123621-mjxqrzqm0ry3x487
2012-10-04 18:06:21 +05:30
Olivier Dony aa258fc7f0 [FIX] product.uom: use proper ratio for uoms bigger than the reference
Bigger UoMs should logically be specified using the
`factor_inv` column, similarly to what is done in
the form view when you select the Bigger type.
This also fixes the rounding issue of Dozen, which
was erroneously specified as .083, which is far
from 1/12.

bzr revid: odo@openerp.com-20121003115732-ws73com9prpt5trx
2012-10-03 13:57:32 +02:00
Mayur Maheshwari (OpenERP) 8306d9226e [IMP]Product: sale_delay, loc_rack, loc_row, loc_case fields move from product to stock and purchase_ok field move from product to purchase and related views and data updated
bzr revid: mma@tinyerp.com-20121003064840-0zsgb6ntp4yfc46z
2012-10-03 12:18:40 +05:30
Amit Patel 573cad0c9f [IMP]:demo and data for product category
bzr revid: apa@tinyerp.com-20120918112503-q82c8ry6omoj8uyq
2012-09-18 16:55:03 +05:30
Fabien Pinckaers 2fd2189c9c [IMP] usability
bzr revid: fp@tinyerp.com-20120912175834-myv13jylxctua7c4
2012-09-12 19:58:34 +02:00
Quentin (OpenERP) 1232812cc6 [MERGE] merged branch that corrects the decimal precision on fields. Courtesy of Akretion
bzr revid: qdp-launchpad@openerp.com-20120814141040-oaf7d56thhi2s9rm
2012-08-14 16:10:40 +02:00
Rucha (Open ERP) a9cdfad12a [IMP]: product: Changed xml_id of product category in data file to identify this record easily when accessing from py
bzr revid: rpa@tinyerp.com-20120726131700-ob1unjqwpaqns7nx
2012-07-26 18:47:00 +05:30
Rucha (Open ERP) 780bdb4a29 [IMP]: product: Changed xml_id of product in data file from product_product_0 to product_product_consultant to identify this record easily when accessing from py
bzr revid: rpa@tinyerp.com-20120726113914-gvpo9rx7fan77w3f
2012-07-26 17:09:14 +05:30
Rucha (Open ERP) ab9981e565 [IMP]: Replaced tabs with 4 spaces in some xml demo files
bzr revid: rpa@tinyerp.com-20120725094836-fqa0fs31bygvzh5p
2012-07-25 15:18:36 +05:30
Rucha (Open ERP) 7c0db25aa5 [IMP]: product: removed duplicate UoM for litre, and improved demo name
bzr revid: rpa@tinyerp.com-20120723125710-cpamqy37tj1n2ncv
2012-07-23 18:27:10 +05:30
Benoit Guillot dc3ae0488b [IMP] replace 'Price Unit name by 'Product Price'
bzr revid: benoit.guillot@akretion.com.br-20120711130615-25ascb8dfllo4r7j
2012-07-11 15:06:15 +02:00
Benoit Guillot 7cb6f34e88 [REF] remove sale and purchase precision and replace it by price unit precision. Add discount precision.
bzr revid: benoit.guillot@akretion.com.br-20120710122401-mt3fvdlqy7d2zz5y
2012-07-10 14:24:01 +02:00
Rucha (Open ERP) d259c31449 [IMP]: product: Improved reference name for UoM hour and day to make it consistent with other demo reference name
bzr revid: rpa@tinyerp.com-20120703104559-3yew39vtv7ayop64
2012-07-03 16:15:59 +05:30
Rucha (Open ERP) 0ab95cabad [REM]: product, mrp: Removed irrelevant demo of product like shirt, orange juice as it does not fit into the context of consultant IT company
bzr revid: rpa@tinyerp.com-20120703094104-sijwi3ns9wlo5gws
2012-07-03 15:11:04 +05:30
Rucha (Open ERP) 2558625eba [IMP]: product: Improved reference of product_consultant
bzr revid: rpa@tinyerp.com-20120703062321-w81hoysgssgwktbj
2012-07-03 11:53:21 +05:30
Rucha (Open ERP) 953dff0367 [MERGE]: Merge with latest trunk-addons
bzr revid: rpa@tinyerp.com-20120702054353-ertcuzo8gmqu98wp
2012-07-02 11:13:53 +05:30
Rucha (Open ERP) 237173eeff [IMP]: product: Improvement in product category demo, improved xml_id refereneces (work in progress)
bzr revid: rpa@tinyerp.com-20120628093001-k113siqn5sbp3xf2
2012-06-28 15:00:01 +05:30
Sanjay Gohel (Open ERP) 1702b2335d [IMP]remove tabs and add spaces instead of them
bzr revid: sgo@tinyerp.com-20120628064005-zuerrpazumf5lf1q
2012-06-28 12:10:05 +05:30
Jagdish Panchal (Open ERP) e54af9838e [IMP] Product,procurement: rename UOM to Unit of Measure everywhere
bzr revid: jap@tinyerp.com-20120425112950-vkru89laterdbx5m
2012-04-25 16:59:50 +05:30
Raphael Collet d11ba5806e [IMP] product, sale, purchase, mrp, account: change unit label 'PCE' into 'Unit'
bzr revid: rco@openerp.com-20120308144439-yg2txflpu12zcord
2012-03-08 15:44:39 +01:00
Fabien Pinckaers 63dc4045b3 [fix] runbot green
bzr revid: fp@tinyerp.com-20111230123100-xadrzh11kagd81r3
2011-12-30 13:31:00 +01:00
Fabien Pinckaers f5005fdd94 [IMP] renamed public pricelist -> default sales pricelist
bzr revid: fp@tinyerp.com-20111230112707-vtsn637lae5y116p
2011-12-30 12:27:07 +01:00
Raphael Collet 1e679f3bbf [MERGE] procurement, product, stock: improve warehouse (polish3)
bzr revid: rco@openerp.com-20111201095408-bxaqm81mdibxs8ih
2011-12-01 10:54:08 +01:00
Fabien Pinckaers ccfadbdd90 [IMP] Removed the wizard to install chart of accounts -> install automatically
If installation from SaaS, we know the country of the main company so that we
can install the chart of account by default if it exists for this country. If
not from SaaS, you get the wizard like before.

bzr revid: fp@tinyerp.com-20111123141616-jrz846u7hd3rubbc
2011-11-23 15:16:16 +01:00
Hardik Ansodariy (OpenERP) d8e77bd5e5 [imp]improved warhouse
bzr revid: han@tinyerp.com-20111118095618-e4zouw1ee4usabeg
2011-11-18 15:26:18 +05:30
Quentin (OpenERP) c829e12bd2 [FIX] moved product_consultant data into the module product, as the hr_timesheet module is not the only one using it (sale do as well)
lp bug: https://launchpad.net/bugs/877495 fixed

bzr revid: qdp-launchpad@openerp.com-20111018153152-s7op06lppfu2p0up
2011-10-18 17:31:52 +02:00
ARA (OpenERP) d34b9c95ec [FIX] Bad caculation of the quantity UDM in sale order line
lp bug: https://launchpad.net/bugs/842381 fixed

bzr revid: ara@tinyerp.com-20111004094422-d1lj20bs0d24oill
2011-10-04 15:14:22 +05:30
sbh (Open ERP) 9b536faec7 [MERGE] Merge lp:openobject-addons
bzr revid: sbh@tinyerp.com-20101011051526-rn7qauj3zkaqgopm
2010-10-11 10:45:26 +05:30
fp 8cb8b0af2b [IMP] useability improvmeents misc
bzr revid: fp@fp-laptop-20101010173239-4563xgh24q2jt0lt
2010-10-10 19:32:39 +02:00
Olivier Dony 71ee90c529 [IMP] product: default precision digits = 3 for Product UoM
bzr revid: odo@openerp.com-20100928152929-dhds0ig2154zq2e1
2010-09-28 17:29:29 +02:00
Olivier Dony 209cac5d0d [IMP] product,stock: all float fields related to quantities and prices should use the corresponding decimal precision
bzr revid: odo@openerp.com-20100922165322-266p61d5yn0xbbzq
2010-09-22 18:53:22 +02:00
sbh (Open ERP) be9b937035 [REM] product: Remove property_valuation_price_type field from view and code,
[IMP]account,hr_expense,product,stock: property_valuation_price_type remove the field and use standard_price

bzr revid: sbh@tinyerp.com-20100921102142-nlngoezrxz5m72jb
2010-09-21 15:51:42 +05:30
qdp-launchpad@tinyerp.com 69b2e854f5 [IMP] product: label of data fixed ('Hour' instead of 'hour')
bzr revid: qdp-launchpad@tinyerp.com-20100709141941-eeluruexhhk4tz98
2010-07-09 19:49:41 +05:30
Olivier Dony edbc5516be [IMP] product/uom: renamed field uom_factor to uom_type and 'default' to 'reference' before it's too late + improved example data, help and form view
bzr revid: odo@openerp.com-20100707234419-9jkwunfiueb0q3zd
2010-07-08 01:44:19 +02:00
Fabien Pinckaers 7369085786 [IMP] sale useability, fix stock, better uom handling
bzr revid: fp@tinyerp.com-20100626151523-40k3eqmegon0ovqg
2010-06-26 17:15:23 +02:00
sbh (Open ERP) a339ef21cf Product-Backlog-475: Move the field in stock
bzr revid: sbh@tinyerp.com-20100609063821-c4d0pisnp00ek71s
2010-06-09 12:08:21 +05:30
Quentin De Paoli 5eab03db0d [MERGE]
bzr revid: qdp@cyan-20100603124608-0eygwi4rlt9nbteq
2010-06-03 14:46:08 +02:00
Quentin De Paoli 8246b66783 [IMP] product: added uom categ for length (distance) + uom for meters and kilometers
bzr revid: qdp@cyan-20100601125933-mzeevht6738lm4b2
2010-06-01 14:59:33 +02:00
HDA (OpenERP) 9f2e21f61e Added thunderbird plugin with usability improvemenents and Improved product data for getting exact uom factor
bzr revid: hda@tinyerp.com-20100601064247-es5ebwsbeths03vp
2010-06-01 12:12:47 +05:30