[FIX] res.partner: make the computed display_address use all address fields, includin...
[odoo/odoo.git] / openerp / addons / base / res / res_currency.py
2013-03-14 Quentin (OpenERP)[FIX] base, res_currency: raise an error if a currency...
2013-03-13 Cedric Snauwaert[FIX]res_currency: change value from 0 to 1 when no...
2012-12-17 Cecile Tonglet[MERGE] From trunk (second time)
2012-12-17 Cecile Tonglet[FIX] Remove unused imports and fix some imports that...
2012-12-14 Xavier Morel[REM] unnecessary parens
2012-12-10 Vo Minh Thu[IMP] use the openerp namespace.
2012-11-24 Fabien Pinckaers[IMP] useability currencies name_get only return name
2012-11-02 Xavier Morel[REM] useless intermediate lambdas in default values
2012-08-30 pso (OpenERP)[MERGE] Merged with main branch
2012-08-22 Jignesh Rathod ... [FIX] read of a single id in int in res.currency
2012-07-23 Hardik[IMP]view improved for country form and change label...
2012-04-23 Divyesh Makwana... [IMP] Improved the typos.
2012-02-08 Antony Lesuisse[FIX] res_currency remove warning about float field
2012-01-04 Olivier Dony[IMP] cleanup deprecated method=True param for function...
2011-12-16 Olivier Dony[REF] float_utils: moved in its own python module
2011-11-14 Olivier Dony[IMP] tools.float_*: added tests and docstrings
2011-11-14 Olivier Dony[IMP] res.currency,base: factor out float rounding...
2011-10-11 Olivier Dony[FIX] expression: proper handling of empty string in...
2011-10-05 Olivier Dony[IMP] res.currency: better/working default values
2011-10-05 Olivier Dony[IMP] res.currency: name_search() implementation to...
2011-09-22 Olivier Dony[MERGE] sync with latest trunk
2011-09-21 Antony Lesuisse[MERGE] currency position dsh
2011-09-19 Olivier Dony[MERGE] missing res.currency.rate.type access rights
2011-09-19 Olivier Dony[MERGE] enforce unique `key` attribute for res.currency...
2011-09-15 Stephane Wirtel[FIX] base: res_currency#company_id remove the default...
2011-09-13 Dhara (OpenERP)[IMP] currency position for report
2011-09-09 Ujjvala Collins... [REF] base: Changed description of currency rate type...
2011-08-31 Vo Minh Thu[MERGE] merged trunk.
2011-08-30 Vo Minh Thu[MERGE] res.currency: added res.currency.rate.type...
2011-08-30 Quentin (OpenERP)[IMP] base, res.currency: code cleaning
2011-08-30 Quentin (OpenERP)[IMP] base, res.currency: code cleaning
2011-08-30 Quentin (OpenERP)[FIX] base, res.currency: ProgrammingError. When giving...
2011-08-30 Quentin (OpenERP)[IMP] base, res.currency: fixes
2011-08-27 Quentin (OpenERP)[IMP] base/res_currency: improved res.currency.rate...
2011-08-25 Mustufa Rangwala... [REF] Base: small improvement
2011-08-25 Ujjvala Collins... [FIX] base: Fixed problem of browse method in _get_conv...
2011-08-24 Ujjvala Collins... [FIX] base: Fixed currency rate argument problem in...
2011-08-24 Ujjvala Collins... [REF] base: Changed code to avoid overriding of context...
2011-08-23 Ujjvala Collins... [IMP] base: Improved code to update the context.
2011-08-19 Ujjvala Collins... [IMP] base: Improved arguments in compute method to...
2011-08-16 Vo Minh Thu[FIX] res_currency: changed super(osv,self) to super...
2011-07-26 Nimesh (Open ERP)Add missing unique keys
2011-07-15 Mustufa Rangwala[IMP] Base: Currency improve code
2011-07-13 Antony Lesuisse[FIX] remove incorrect res_currency name_get
2011-07-13 Ujjvala Collins... [IMP] base: Improved _currency_rate function.
2011-07-12 Ujjvala Collins... [IMP] base: Improved currency rate function to avoid...
2011-07-12 Ujjvala Collins... [IMP] base: Added a condition to check currency rate...
2011-07-14 Mustufa Rangwala[IMP] Base: add argument on compute method
2011-07-14 Mustufa Rangwala[ADD] Base: add res.currency.rate.type object and its...
2011-07-06 Vo Minh Thu[IMP] tidying up before merging in trunk.
2011-07-04 Quentin (OpenERP)[MERGE] small code imp
2011-07-04 Rucha (Open ERP)[REF]: res.currency: Improvements in checking by len...
2011-06-30 Quentin (OpenERP)[MERGE] merge with main trunk
2011-06-28 Quentin (OpenERP)[FIX] added missing statement for importing tools
2011-06-28 Rucha (Open ERP)[ADD]: base: Moved name_get of res_currency from base_s...
2011-05-19 Vo Minh Thu[REF] ir.ir_{set,get,del}: removed openerp.ir:
2011-04-19 AMP (OpenERP)[FIX] Usability : Usability Improvement
2011-02-21 Olivier Dony[MERGE] merged latest fixes from 6.0 branch up to rev...
2011-02-07 Vo Minh Thu[IMP] openerp python module.