Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / openerp / addons / base / ir / ir_translation.py
2014-11-26 Somesh Khare[Fix] ir_translation: fix the problem of base_field...
2014-11-06 Raphael Collet[FIX] fields: fix the translations of the labels of...
2014-11-04 Raphael Collet[IMP] use model._fields instead of model._all_columns...
2014-10-06 Martin TrigauxForward port of branch saas-3 up to fc9fc3e
2014-10-03 Denis Ledoux[MERGE] forward port of branch 7.0 up to 9066da3
2014-10-03 Denis Ledoux[FIX] ir_translation: apply tools.ustr on the trad...
2014-10-03 Denis Ledoux[MERGE] forward port of branch 7.0 up to 6d4e1cc
2014-10-03 Denis Ledoux[FIX] ir_translation: remove control characters from...
2014-09-16 Olivier Dony[FIX] ir.translation: translated terms within view...
2014-08-13 Olivier Dony[FIX] ir.translation: export/import of QWeb terms
2014-07-06 Raphael Collet[MERGE] new v8 api by rco
2014-06-20 Jeremy Kersten[FIX] Gengo - Update modoel ir_translation for gengo...
2014-01-22 Fabien Meghazi[FIX] clear ir.ui.view cache on translation write/create
2014-01-03 Thibault Delavallée[MERGE] Sync with trunk
2013-12-31 Martin Trigaux[MERGE] [FIX] ir_translation: backport of rev 5018...
2013-12-30 Martin Trigaux[FIX] ir_translation: rename method load to load_module...
2013-12-02 Christophe Matthieu[MERGE] sync with trunk
2013-11-21 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-11-21 Denis Ledoux[FIX] ir, ir_translation: it was not possible to empty...
2013-10-28 Thibault Delavallée[MERGE] Sync with trunk
2013-10-24 Xavier Morel[FIX] remove handling of parameters in ormcache clearing
2013-10-16 Olivier Dony[MERGE] Forward-port of latest saas-1 bugfixes, up...
2013-10-11 Olivier Dony[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-09-24 Denis Ledoux[FIX]base, ir_translation: in _get_src, if model or...
2013-09-23 Fabien Meghazi[ADD] Add res_id parameter to ir.translation#_get_source()
2013-08-20 Olivier Dony[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-08-13 Martin Trigaux[IMP] ir_translation: better log message
2013-08-13 Martin Trigaux[ADD] ir_translation: allow extra translations in folde...
2013-07-03 Olivier Dony[FIX] ir.translation: backport of trunk fix to allow...
2013-04-18 Quentin (OpenERP)[FIX] ir_translation: fixed erro 'context_wo_lang is...
2013-04-17 Quentin (OpenERP)[FIX] ir_translation: fix in new methods made to improv...
2013-04-16 Quentin (OpenERP)[IMP] ir_translation: GUI improve in order to be able...
2013-04-15 Cedric Snauwaert[REF]ir_translation: improve _get_src and _set_src...
2013-04-12 Cedric Snauwaert[FIX]ir_translation: replace source field to show value...
2013-03-29 Raphael Collet[IMP] replace all tests like 'registry.get(X)' by ...
2012-12-17 Cecile Tonglet[MERGE] From trunk (second time)
2012-12-14 Xavier Morel[FIX] unnecessary backslashes
2012-12-14 Xavier Morel[REM] unnecessary parens
2012-12-10 Vo Minh Thu[IMP] use the openerp namespace.
2012-11-06 Fabien Meghazi[IMP] ir.translation, raise exception when trying to...
2012-10-22 Vo Minh Thu[MERGE] removed a few warnings.
2012-10-12 Mayur Maheshwari... [IMP]all: imporve string state to status
2012-10-11 Twinkle Christian... [FIX]Fix warning:no translation for language en_US
2012-09-13 Olivier Dony[IMP] translations: wip, remove unnecessary code, suppo...
2012-09-12 Olivier Dony[IMP] translations: attempt to optimize out _get_source...
2012-09-11 Olivier Dony[FIX] ir.translation: typo in last sync with trunk
2012-09-11 Olivier Dony[MERGE] Sync with trunk
2012-09-04 Fabien Meghazi[FIX] Fixed remarks of merge proposal
2012-09-03 Fabien Meghazi[IMP] Always update src to the last value
2012-09-03 Fabien Meghazi[IMP] ir.tranlsation#translate: create ir.translation...
2012-09-03 Fabien Meghazi[MERGE] trunk
2012-08-30 Fabien Meghazi[ADD] ir.translation#translate()
2012-08-30 Quentin (OpenERP)[FIX] base, ir_translation: a write of '' as translated...
2012-08-30 Jigar Amin - OpenERP[FIX] Impoved treanlstion state field conditions
2012-08-28 Jigar Amin - OpenERP[FIX] State Condition
2012-08-28 Jigar Amin - OpenERP[FIX] Removed the unused wrong code
2012-08-28 Jigar Amin - OpenERP[REN] Renamed the state field key value
2012-07-13 Turkesh Patel (Ope... [IMP] improved code to retun traslation in proper forma...
2012-07-12 Turkesh Patel (Ope... [IMP] improved code.
2012-07-12 Turkesh Patel (Ope... [IMP] improved code in module.py to load translation.
2012-07-12 Turkesh Patel (Ope... [IMP] move load function to the ir_translation.py
2012-07-12 ajay javiya (OpenERP)[ADD]: Add state field for ir.translation
2012-07-12 Turkesh Patel (Ope... [ADD] added module field in ir.translation and improved...
2012-01-24 Vo Minh Thu[IMP] openerp.addons.base: _logger with fully qualified...
2011-12-23 Raphael Collet[MERGE] translations: import using lower-level sql...
2011-12-01 Vo Minh Thu[MERGE] merged trunk.
2011-11-29 Olivier Dony[FIX] ir.translation: keywargs not supported when clear...
2011-11-07 Numerigraphe - Lio... [FIX] unmutable defaults in base addons.
2011-09-13 Olivier Dony[FIX] ir.translation: one more fix for ormcache_multi...
2011-09-09 Olivier Dony[FIX] ir.translation: second part of previous revision...
2011-09-09 Antony Lesuisse[FIX] ir_translation _get_ids clear_cache is not multi
2011-09-06 Olivier Dony[IMP] ir.model.data: usability - rename `XML ID` -...
2011-09-02 Antony Lesuisse[FIX] ir_translation cache invalidation
2011-06-08 P. Christeasir.translation, import: push the algo. to SQL, improve...
2011-06-08 Antony Lesuisse[MERGE] trunk
2011-06-08 Vo Minh Thu[MERGE] ir_translation: lang field selection only displ...
2011-06-08 Antony Lesuisse[IMP] ir_translation only display installed lang, conte...
2011-06-08 P. Christeasir.translation: select restriction must be an SQL const...
2011-06-08 P. ChristeasRevert "[IMP] translation: Added two columns to ir_tran...
2011-06-08 Antony Lesuisse[IMP] tools.cache cleanup, 15% speedup
2011-06-08 Antony Lesuisse[IMP] new tools.cache cleaner, 10% speedup and more...
2011-06-01 Antony Lesuisse[IMP] ir_translation only display installed lang, 10...
2011-02-07 Vo Minh Thu[IMP] openerp python module.