Commit Graph

12 Commits

Author SHA1 Message Date
Mustufa Rangwala 01c028d9f8 [REF] decimal_precision: Clean code and missing expandtab link on py file
bzr revid: mra@mra-laptop-20101029111328-1f1lho4ibiyepnjg
2010-10-29 16:43:28 +05:30
sbh (Open ERP) 71d15a2b94 [MERGE]: merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20101004052515-lz0t7uccgmetsc5h
2010-10-04 10:55:15 +05:30
olt@tinyerp.com 0694b1415f [FIX] decimal_precision:
* 'fucntion' fields also need to be updated
 * clear_cache should be called before 'col.digits_change'

bzr revid: olt@tinyerp.com-20101001081911-ne67wl3mjq3ki3dx
2010-10-01 10:19:11 +02:00
Olivier Dony edd52b6a0a [IMP] decimal_precision: add explicit index(select) on precision name
(even though there was already one due to the unique constraint)

bzr revid: odo@openerp.com-20100928111947-2ssoruldvg7vx4gu
2010-09-28 13:19:47 +02:00
sbh (Open ERP) cf4ea3b57a [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20100923061103-8fm2ek7u9nug3wph
2010-09-23 11:41:03 +05:30
Olivier Dony 65dd1ccf79 [IMP] decimal_precision: better constraint error message
bzr revid: odo@openerp.com-20100922165247-zmowte1j492lwfeg
2010-09-22 18:52:47 +02:00
olt@tinyerp.com 2a3ee6ed48 [FIX] decimal_precision: clear cache after calling parent write
bzr revid: olt@tinyerp.com-20100922083835-kjhopzhopkp7fyau
2010-09-22 10:38:35 +02:00
olt@tinyerp.com ed42755ea7 [FIX] decimal_precision: change_digit does not return the same data type as precision_get
bzr revid: olt@tinyerp.com-20100921132639-aacj51e3oneax3yb
2010-09-21 15:26:39 +02:00
olt@tinyerp.com 5c2153597f [FIX] the line was inadvertently removed
bzr revid: olt@tinyerp.com-20100921130649-fo2e12jnsm5m8052
2010-09-21 15:06:49 +02:00
olt@tinyerp.com ac25124ddd [IMP] decimal_precision: performance improvement:
* redirected 'get_precision.change_digit'
    function to use 'precision_get' method from 'decimal_precision' class
  * 'precision_get' method now uses a cache (invalidated in write)
  * added an sql constraint: name should be unique

bzr revid: olt@tinyerp.com-20100921124435-5vrd80zpucjaxya4
2010-09-21 14:44:35 +02:00
Fabien Pinckaers 1091830208 [IMP] configurable digits in floats per application
bzr revid: fp@tinyerp.com-20100306205219-pg1r78deq76t2jg2
2010-03-06 21:52:19 +01:00
Fabien Pinckaers 03ac209049 [IMP] Decimal Precision module to change the number of digits in real time on floats
bzr revid: fp@tinyerp.com-20100306195500-s1t8a7w7gcsch42w
2010-03-06 20:55:00 +01:00