odoo/openerp/addons/base
Martin Trigaux d6b26c6890 [FIX] base: almost-duplicated translations ignored during import
Translations are not transfered from temporary table tmp_ir_translation_import
to ir_translation if translation already exists (using `find_expr`).
In case of import of QWeb terms (name = 'website'), the criteria was too weak,
finding already present terms in translations for different modules.
e.g. term "Quantity" is already present in a QWeb view from sale module and was
not imported for the translations of the website_sale module.
Fixed by adding the filter criteria 'irt.module = ti.module'

In case QWeb translations for the same term in the same modules were added in
two imports (second term added in the future), the second was still ignored.
Changed condition to check the res_id for views as well.

Fixes #4239
2014-12-16 14:34:43 +01:00
..
i18n [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
ir [FIX] base: almost-duplicated translations ignored during import 2014-12-16 14:34:43 +01:00
module [IMP] base: apps integration 2014-12-12 15:11:08 +01:00
report [REF] OpenERP --> Odoo in various UI texts (2) 2014-07-18 14:59:38 +02:00
res [MERGE] forward port of branch saas-3 up to 162eb84 2014-12-12 15:46:54 +01:00
rng [ADD] views documentation 2014-08-28 15:02:33 +02:00
security [FIX] base, mail: access to ir.config_parameter is now handled by by 2014-08-29 12:01:50 +02:00
static [IMP] base: apps integration 2014-12-12 15:11:08 +01:00
tests [FIX] models: exists() should not consider record with id 0 as existing 2014-12-03 13:59:27 +01:00
workflow [IMP] workflow: add sequence for ordering workflow transitions (split/join mode especially for XOR) 2014-08-05 12:26:28 +02:00
__init__.py [FIX] nonsensical import? 2014-03-10 10:59:18 +01:00
__openerp__.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
base.sql [FIX] Size for icon field of ir_module_module table in base.sql 2014-09-04 01:46:44 +02:00
base_data.xml [MERGE][IMP] Enable HTML in emails signature 2014-06-27 11:31:24 +02:00
base_demo.xml [FIX] base/account: auto install period's dates. Resolve: don't set country_id to res.partner 2014-01-17 14:17:33 +01:00
base_menu.xml [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00