Commit Graph

35 Commits

Author SHA1 Message Date
Nicolas Martinelli aa1c3946da [FIX] product: rounding in pricelist report
The pricelist report might show price incorrectly rounded. For example,
a calculated price of 20.625 will be displayed as 20.62 in the report
since `formatLang` does not apply a rounding but simply truncate the
value.

Fixes #12875
2016-07-25 10:56:06 +02:00
Simon Lejeune 7be29e97c4 [IMP] Product pricelist converted to QWeb
bzr revid: sle@openerp.com-20140414155212-4l3gvys24prccln6
2014-04-14 17:52:12 +02:00
Vo Minh Thu 5639a52431 [MERGE] use new report API.
bzr revid: vmt@openerp.com-20130328121009-r3n63gmhfkv0dnby
2013-03-28 13:10:09 +01:00
Vo Minh Thu cf93d5ac92 [REF] product: rml_parse has already a self.pool, not need to call pooler.get_pool().
bzr revid: vmt@openerp.com-20130327091351-wyrttjys8btke9hx
2013-03-27 10:13:51 +01:00
Vo Minh Thu eb5fa511ec [IMP] product: declare the product_pricelist report using XML only.
bzr revid: vmt@openerp.com-20130222093501-c32md2uig2zo7481
2013-02-22 10:35:01 +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
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Antonin Bourguignon 1653332080 [MERGE] trunk
bzr revid: abo@openerp.com-20121002102915-424prxd74izb1szw
2012-10-02 12:29:15 +02:00
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 9155104359 [FIX] fix bad precision for report
bzr revid: benoit.guillot@akretion.com.br-20120711090136-2k1tuzxtdtx0drlk
2012-07-11 11:01:36 +02:00
Olivier Dony 125fb808f4 [MERGE] OPW 575624: product,account_payment: respect current symbol position in reports
bzr revid: odo@openerp.com-20120618092442-ae3s7n1yeckmgk1f
2012-06-18 11:24:42 +02:00
Amit Dodiya 43a2d31e05 [FIX] Currency symbol position is not changed as per currency(after/before) configuration
bzr revid: ado@openerp.com-20120608131515-ox0plwn3qzj2oimm
2012-06-08 18:45:15 +05:30
Numerigraphe - Lionel Sausin 2d2a44dcf2 [FIX] unmutable default in the remaining modules
[REF] coding style consistency

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

bzr revid: ls@numerigraphe.fr-20120305184003-er00xtj9vtcw7gna
2012-03-05 19:40:03 +01:00
rpa (Open ERP) d77ad35e79 [FIX]: product: Passed proper context in Pricelist report
lp bug: https://launchpad.net/bugs/690034 fixed

bzr revid: rpa@tinyerp.com-20110103120735-mou9vrd4bkamsgax
2011-01-03 17:37:35 +05:30
olt@tinyerp.com 959fcc97c0 [IMP] product: 'product_pricelist' report now uses decimal.precision
bzr revid: olt@tinyerp.com-20101001141450-1kciqsb1gy77dwsf
2010-10-01 16:14:50 +02:00
vra b64fe585fb [IMP][REM] product: removed unused code from product price list report wizard with some report improvement.
bzr revid: vra@tinyerp.com-20100922070043-zbuhej0ik8dwc0o2
2010-09-22 12:30:43 +05:30
apa-tiny f2f5b1205c Sales/Product/ Print Price List
* Display currency symbol (€) instead of currency name (EUR)

bzr revid: apa@tinyerp.com-20100909064014-0zepy0yunz2wlwm4
2010-09-09 12:10:14 +05:30
apa-tiny 2e6106e80d [IMP]:sale,product,account:improved reports.
bzr revid: apa@tinyerp.com-20100901103632-8cfhq392e0r1ojhp
2010-09-01 16:06:32 +05:30
Rvo (Open ERP) 45a8d54f18 [CLEAN]: removed commented code, fixed proper indentation in dictionary and removed extra spaces at few places
bzr revid: rvo@tinyerp.co.in-20100813122005-qj1l1iumkfmocyvk
2010-08-13 17:50:05 +05:30
Harry (OpenERP) e70989905f [IMP] product: Price list report
bzr revid: hmo@tinyerp.com-20100723141946-2ntcii3ujjhohu7c
2010-07-23 19:49:46 +05:30
Mod2 (OpenERP) aa7b817b42 [FIX] product: pricelist report
bzr revid: hmo@tinyerp.com-20100705143717-zyh3b3nwbjvhfolt
2010-07-05 20:07:17 +05:30
vra bf8d2a73c0 [IMP][REF] Sql-injection changes, remove print statement, some space improvement.
bzr revid: vra@tinyerp.com-20100616115139-cql5oiqf622spa6p
2010-06-16 17:21:39 +05:30
Stephane Wirtel fb3ef7a2f4 [FIX] Change the year of the copyright
bzr revid: stephane@openerp.com-20100112091839-a6p7tenhb4e4zxyx
2010-01-12 10:18:39 +01:00
Harry (Open ERP) 1256d1c8ee [merge] merge stable/5.0 branch
bzr revid: hmo@tinyerp.com-20091104064625-8ufxibenj12wxj3o
2009-11-04 12:16:25 +05:30
PSO(OpenERP) eb0b928cc0 Changed licencing terms
bzr revid: hda@tinyerp.com-20091014111534-1vtk21rz8byhszzf
2009-10-14 16:45:34 +05:30
Stephane Wirtel 25f727dd7b [FIX] Specify the name of the argument for the context, to avoir a critical bug
bzr revid: stephane@openerp.com-20091009114900-r4j49l7dmmw5sze5
2009-10-09 13:49:00 +02:00
SME(tiny/Axelor) 0df74472b3 [FIX] Product : Pricelist report corrected for suitable columns
bzr revid: jvo@tinyerp.com-20090722141539-grhb3v7wa6f4mi1h
2009-07-22 19:45:39 +05:30
SME,VRA 967b12f89f [FIX] Product : Pricelist report corrected
bzr revid: jvo@tinyerp.com-20090716101417-92ke0zddxj02sux9
2009-07-16 15:44:17 +05:30
Naresh Choksy 2c05768cc9 product_pricelist report made compatible to new report engine
bzr revid: nch@tinyerp.com-20090429105823-1ddnlexdw0rfd4b3
2009-04-29 16:28:23 +05:30
Stephane Wirtel 21f104a506 [IMP] Update the copyright to 2009
bzr revid: stephane@tinyerp.com-20090104221250-55q32ayj2t8kzb2k
2009-01-04 23:12:50 +01:00
qdp 7f9fe360f3 *merge of the ~activity/openobject-addons/trunk branch. Improvement of translatability and small bugfixes
*small modifs on mrp_repair module

bzr revid: qdp@tinyerp.com-20081208170840-ryh5435c5heqsngl
2008-12-08 18:08:40 +01:00
Christophe Simonis f5fad0ba30 passing modules in GPL-3
bzr revid: christophe@tinyerp.com-20081103191856-jhcivvwb16fvz2os
2008-11-03 20:18:56 +01:00
Mustufa Rangwala 543b423bd6 fix report bug:
product/product pricelist report
 - due to product_pricelist_print merge to product

bzr revid: mra@tinyerp.com-20080918094722-agufeoxegx5n0gxn
2008-09-18 15:17:22 +05:30
Sofia a268fad012 The following modules are merged::
addons-extra/product_procurement -> mrp module
addons-extra/inventory_merge -> stock
addons-extra/product_pricelist_print -> product
addons-extra/invoice_payment -> account

bzr revid: sahibsofia@gmail.com-20080916114513-7an9yz59hucjmjk8
2008-09-16 17:15:13 +05:30