odoo/addons
Olivier Dony caf333eb59 [FIX] account.invoice.report: performance problem in currency rate computation
The SQL view implementing the "Invoice Analysis" report
JOINs the res.currency.rate table in order to obtain the
correct currency rate to convert each invoice line amount
in the same currency.

The matching of the rate needs to be done on the date
of that rate (`name` column) - the last rate preceding
the invoice date is presumed to be the right one.
However there is no simple way to make a direct JOIN between
account.invoice.line and res.currency.rate with a single
match, without using an ORDER BY clause and LIMIT 1.
This requires a costly SUBSELECT query for each invoice
line, quickly becoming prohibitive.

Through the use of PostgreSQL's Common Table Expressions
(CTE) it is possible to construct a temporary table
with the rates' start and end date of application.
This temporary table can then be used in a direct
JOIN with account.invoice.line, delivering much better
performance (no SUBSELECT needed for each invoice line)

On a database with 50k invoice lines this makes invoice
analysis return results in less than 800 ms instead of
10+ seconds.
2015-04-30 00:20:12 +02:00
..
account [FIX] account.invoice.report: performance problem in currency rate computation 2015-04-30 00:20:12 +02:00
account_accountant [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
account_analytic_analysis [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
account_analytic_default [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
account_analytic_plans [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
account_anglo_saxon [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
account_asset [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
account_bank_statement_extensions [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
account_budget [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
account_cancel [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
account_chart [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
account_check_writing [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
account_followup [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
account_payment [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
account_sequence [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
account_test [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
account_voucher [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
analytic [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
analytic_contract_hr_expense [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
analytic_user_function [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
anonymization [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
association [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
auth_crypt [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
auth_ldap [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
auth_oauth [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
auth_openid [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
auth_signup [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
base_action_rule [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
base_gengo [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
base_geolocalize [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
base_iban [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
base_import [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
base_import_module [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
base_report_designer [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
base_setup [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
base_vat [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
board [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
bus [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
calendar [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
claim_from_delivery [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
contacts [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
crm [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
crm_claim [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
crm_helpdesk [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
crm_mass_mailing [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
crm_partner_assign [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
crm_profiling [FIX] crm_profiling: answers order in view. 2015-04-29 13:50:11 +02:00
crm_project_issue [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
decimal_precision [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
delivery [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
document [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
edi [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
email_template [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
event [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
event_sale [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
fetchmail [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
fleet [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
gamification [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
gamification_sale_crm [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
google_account [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
google_calendar [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
google_drive [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
google_spreadsheet [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
hr [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
hr_applicant_document [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
hr_attendance [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
hr_contract [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
hr_evaluation [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
hr_expense [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
hr_gamification [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
hr_holidays [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
hr_payroll [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
hr_payroll_account [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
hr_recruitment [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
hr_timesheet [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
hr_timesheet_invoice [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
hr_timesheet_sheet [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
hw_escpos [FIX] hw_escpos copyright notice 2015-02-10 14:24:54 +01:00
hw_posbox_homepage [Fix] Some missed frontend openerp to odoo changes 2015-01-12 16:17:12 +01:00
hw_posbox_upgrade [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
hw_proxy [Fix] Some missed frontend openerp to odoo changes 2015-01-12 16:17:12 +01:00
hw_scale [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
hw_scanner [FIX] hw_escpos: Backport driver robustness 2015-02-10 13:24:59 +01:00
im_chat [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
im_livechat [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
im_odoo_support [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
knowledge [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_ae [FIX] File permission: remove unnecessary executable perm on files 2015-01-23 11:11:27 +01:00
l10n_ar [I18N] Update translations from Launchpad 8.0 branches 2015-02-18 11:51:07 +01:00
l10n_at
l10n_be [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_be_coda [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_be_hr_payroll [I18N] Sync updated 7.0 translations from Launchpad 2015-01-07 17:57:28 +01:00
l10n_be_hr_payroll_account [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
l10n_be_intrastat [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_be_invoice_bba [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_bo [I18N] Sync updated 7.0 translations from Launchpad 2015-01-07 17:57:28 +01:00
l10n_br [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_ca [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_ch [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
l10n_cl [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
l10n_cn [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
l10n_co [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
l10n_cr [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
l10n_de [I18N] Remove deprecated PO files (incorrect names) 2015-02-18 12:11:51 +01:00
l10n_do [FIX] File permission: remove unnecessary executable perm on files 2015-01-23 11:11:27 +01:00
l10n_ec [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_es [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_et
l10n_eu_service [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_fr [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_fr_hr_payroll [FIX] l10n_fr_hr_payroll: fixed design of payslip report 2015-02-09 11:48:57 +01:00
l10n_fr_rib [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_gr [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_gt [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_hn [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_hr
l10n_hu [FIX] improving manifests 2014-08-30 13:18:33 +02:00
l10n_in [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_in_hr_payroll [I18N] Sync updated 7.0 translations from Launchpad 2015-01-07 17:57:28 +01:00
l10n_it [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
l10n_lu [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_ma [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_multilang [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_mx [FIX] l10n_mx: Set reconcile=True on receivable and payable accounts 2015-02-12 15:08:08 +01:00
l10n_nl [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_no [FIX] pointless boms in python files 2015-01-21 16:32:37 +01:00
l10n_pa [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
l10n_pe [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
l10n_pl [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_pt
l10n_ro [FIX] File permission: remove unnecessary executable perm on files 2015-01-23 11:11:27 +01:00
l10n_sg [FIX] File permission: remove unnecessary executable perm on files 2015-01-23 11:11:27 +01:00
l10n_si [FIX] pointless boms in python files 2015-01-21 16:32:37 +01:00
l10n_syscohada [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_th [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_tr [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
l10n_uk [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_us
l10n_uy [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
l10n_ve [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
l10n_vn [FIX] File permission: remove unnecessary executable perm on files 2015-01-23 11:11:27 +01:00
lunch [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
mail [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
marketing [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
marketing_campaign [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
marketing_campaign_crm_demo [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
marketing_crm [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
mass_mailing [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
membership [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
mrp [IMP] sale_mrp: bom and property tests 2015-04-28 11:11:30 +02:00
mrp_byproduct [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
mrp_operations [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
mrp_repair [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
multi_company [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
note [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
note_pad [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
pad [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
pad_project [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
payment [FIX] payment: remove extra field. 2015-04-28 15:46:34 +02:00
payment_adyen [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
payment_authorize [ADD] New payment acquirer Authorize.net. 2015-04-21 17:15:05 +02:00
payment_buckaroo [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
payment_ogone [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
payment_paypal [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
payment_transfer [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
point_of_sale [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
portal [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
portal_claim [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
portal_gamification
portal_project [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
portal_project_issue [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
portal_sale [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
portal_stock
pos_discount [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
pos_restaurant [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
procurement [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
procurement_jit [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
procurement_jit_stock [FIX] procurement_jit_stock: context are frozen. 2015-03-12 14:36:23 +01:00
product [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
product_email_template [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
product_expiry [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
product_extended [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
product_margin [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
product_visible_discount [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
project [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
project_issue [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
project_issue_sheet [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
project_timesheet [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
purchase [IMP] purchase: fiscal positions 2015-04-28 11:05:03 +02:00
purchase_analytic_plans [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
purchase_double_validation [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
purchase_requisition [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
report [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
report_intrastat [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
report_webkit [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
resource [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
sale [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
sale_analytic_plans [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
sale_crm [FIX] sale_crm: SO created from opportunity in wrong language 2015-04-28 16:13:28 +02:00
sale_journal [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
sale_layout [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
sale_margin [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
sale_mrp [IMP] sale_mrp: bom and property tests 2015-04-28 11:11:30 +02:00
sale_order_dates [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
sale_service [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
sale_stock [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
sales_team [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
share [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
stock [FIX] stock: better recomputation of pack operations 2015-04-29 17:36:20 +02:00
stock_account [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
stock_dropshipping [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
stock_invoice_directly [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
stock_landed_costs [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
stock_picking_wave [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
subscription [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
survey [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
survey_crm [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
warning [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
web [IMP] website: improved tours error message and race conditions 2015-04-29 10:25:20 +02:00
web_analytics [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
web_api [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
web_calendar [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
web_diagram [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
web_gantt [I18N] Update translations from Launchpad 8.0 branches 2015-01-26 16:36:51 +01:00
web_graph [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
web_kanban [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
web_kanban_gauge [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
web_kanban_sparkline [FIX] web_kanban_sparkline: Floating format 2015-04-15 17:40:04 +02:00
web_linkedin [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
web_tests [FIX] phantomjs 2.0 compatibility 2015-02-26 15:08:17 +01:00
web_tests_demo [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
web_view_editor [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website [FIX] website: ir_http - auto redirect for lang, use cookies to save pref language 2015-04-29 14:19:52 +02:00
website_blog [FIX] website_blog: don't add background from backend 2015-04-28 16:50:34 +02:00
website_certification [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_crm [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_crm_partner_assign [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_customer [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_event [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_event_sale [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_event_track [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_forum [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_forum_doc [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_gengo [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_google_map [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_hr [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_hr_recruitment [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_instantclick [FIX] website_instantclick: this lib create some bug because the odoo assets are loaded in the body and some event are binded more of one time. Change the js lib because the xml can't be change in 8.0. TODO: move assets into the head and fix js files and remove this commit in master 2014-12-15 13:46:29 +01:00
website_livechat [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_mail [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_mail_group [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_membership [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_partner [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_payment [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_project [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_quote [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_report [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_sale [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_sale_delivery [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_sale_options [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00
website_twitter [I18N] Sync 8.0 translations from Launchpad 2015-04-28 09:45:53 +02:00