odoo/addons
Olivier Dony da12f2b809 [FIX] product: pricelist: multiple corrections in UoM-related conversions
Pricelist computations need to consider 2 different Units
of Measure:
 - The default product UoM (product.uom_id), used as reference
   for the various quantities and amounts specified in each
   pricelist rules.
 - The `context UoM` is the UoM in which the result is requested,
   that is the list price UoM.

For example the 'price_min_margin' amount is meant for the unit
price of 1 x default UoM. When the context UoM is not the default
product UoM, it can be any UoM of the same UoM Category, and the
various quantities and amounts specified on the rule need to
be adapted accordingly:
  - min_quantity (expressed in terms of the default UoM)
  - price_surcharge (specified for 1 x default UoM)
  - price_min_margin (specified for 1 x default UoM)
  - price_max_margin (specified for 1 x default UoM)

The UoM corrections were not done consistently and resulted in
wrong prices when computing the price using a non-default UoM.
The cases were a conversion was needed or not were not properly
identified within the _price_rule_get_multi().

After this commit, the various code branches in _price_rule_get_multi
always ensures that:
 - price requested for: `qty` of `qty_uom_id`
 - `qty_in_product_uom` is the requested `qty` converted to default UoM
 - current (intermediary) price: `price` for  `price_uom_id`

Therefore `price` and `price_uom_id` are always in sync, and `price_uom_id`
can always be compared with `qty_uom_id' in order to know whether
a conversion is still needed.

This patch also corrects and extends the regression tests
introduced at revision 79ebe10.
2014-12-09 17:30:47 +01:00
..
account [FIX] account: do not validate move when novalidate is in context 2014-12-08 16:47:47 +01:00
account_accountant [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
account_analytic_analysis [FIX] account_analytic_analysis: default pricelist for contract sales order 2014-12-09 15:56:29 +01:00
account_analytic_default [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
account_analytic_plans [FIX] account_analytic_plans: take analytic distribution into account when creating a move line from bank statement reconciliation 2014-12-02 09:24:56 +01:00
account_anglo_saxon [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
account_asset [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
account_bank_statement_extensions [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
account_budget [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
account_cancel [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
account_chart [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
account_check_writing [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
account_followup [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
account_payment [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
account_sequence [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
account_test [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
account_voucher [FIX] account_voucher: period selection in on_change 2014-12-02 15:12:23 +01:00
analytic [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
analytic_contract_hr_expense [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
analytic_user_function [FIX] analytic_user_function: inherit conflict on account type 2014-12-01 17:43:59 +01:00
anonymization [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
association [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
auth_crypt [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
auth_ldap [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
auth_oauth [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
auth_openid [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
auth_signup [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
base_action_rule [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
base_gengo [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
base_geolocalize [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
base_iban [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
base_import [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
base_import_module [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
base_report_designer [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
base_setup [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
base_vat [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
board [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
bus [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
calendar [FIX] calendar: allow to sort in tree view the starting date (start, start_date, start_datetime) (hack for V8) 2014-11-21 14:07:09 +01:00
claim_from_delivery [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
contacts [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
crm [FIX] remove filter for new leads/opportunity (crm) 2014-11-28 14:26:25 +01:00
crm_claim [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
crm_helpdesk [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
crm_mass_mailing [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
crm_partner_assign [IMP] crm_partner_assign: add field assigned_partner_id in view 2014-12-08 18:27:58 +01:00
crm_profiling [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
crm_project_issue [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
decimal_precision [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
delivery [FIX] delivery: display the label of the field number_of_packages 2014-12-03 15:34:51 +01:00
document [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
edi [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
email_template [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
event [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
event_sale [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
fetchmail [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
fleet [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
gamification [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
gamification_sale_crm [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
google_account [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
google_calendar [FIX] google_calendar: deleted excluded recurring event 2014-12-09 17:13:26 +01:00
google_drive [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
google_spreadsheet [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
hr [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
hr_applicant_document [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
hr_attendance [FIX] hr_attendance: fixed filter and field having 2014-12-08 14:42:36 +01:00
hr_contract [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
hr_evaluation [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
hr_expense [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
hr_gamification [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
hr_holidays [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
hr_payroll [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
hr_payroll_account [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
hr_recruitment [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
hr_timesheet [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
hr_timesheet_invoice [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
hr_timesheet_sheet [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
hw_escpos Merge pull request #3009 from initOS/8.0-fix_escpos_with_non_rgba_image 2014-12-01 15:55:17 +01:00
hw_posbox_homepage [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
hw_posbox_upgrade [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
hw_proxy [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
hw_scale [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
hw_scanner [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
im_chat [FIX] im_chat: unlink im chat presence on user deletion 2014-11-24 11:36:10 +01:00
im_livechat [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
im_odoo_support [FIX] im_odoo_support : fix event triggered to bind event on dropdown usermenu item. 2014-09-26 14:27:18 +02:00
knowledge [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
l10n_ae [ADD] l10n_ae: new chart of accounts for U.A.E 2014-07-03 11:46:44 +02:00
l10n_ar [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
l10n_at
l10n_be [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
l10n_be_coda [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
l10n_be_hr_payroll [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +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_invoice_bba [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
l10n_bo [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
l10n_br [MERGE] forward port of branch saas-3 up to e1e7dc0 2014-12-01 15:42:51 +01:00
l10n_ca [I18N] Update 8.0 translations with latest changes from Launchpad 2014-09-08 19:04:25 +02:00
l10n_ch
l10n_cl [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
l10n_cn
l10n_co Imprint corrections - typo 2014-08-15 23:41:47 -05:00
l10n_cr [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
l10n_de [I18N] Update 8.0 translations with latest changes from Launchpad 2014-09-08 19:04:25 +02:00
l10n_do [ADD] l10n_do: Chart of Account for Dominican Republic 2014-09-10 12:00:25 +02:00
l10n_ec [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
l10n_es [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
l10n_et
l10n_fr [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
l10n_fr_hr_payroll [MERGE] forward port of branch 7.0 up to 78a29b3 2014-10-21 13:06:27 +02:00
l10n_fr_rib [I18N] Update 8.0 translations with latest changes from Launchpad 2014-09-08 19:04:25 +02:00
l10n_gr [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
l10n_gt [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
l10n_hn [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
l10n_hr
l10n_hu [FIX] improving manifests 2014-08-30 13:18:33 +02:00
l10n_in [I18N] Update 8.0 translations with latest changes from Launchpad 2014-09-08 19:04:25 +02:00
l10n_in_hr_payroll [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
l10n_it [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
l10n_lu [MERGE] forward port of branch saas-3 up to db75994 2014-10-14 15:13:14 +02:00
l10n_ma [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
l10n_multilang [I18N] Update translations from Launchpad 8.0 branches 2014-10-08 17:52:25 +02:00
l10n_mx
l10n_nl [I18N] Update 8.0 translations with latest changes from Launchpad 2014-09-08 19:04:25 +02:00
l10n_no [ADD] l10n_no: Add Norwegian chart of accounts 2014-09-09 10:12:54 +02:00
l10n_pa
l10n_pe [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
l10n_pl [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
l10n_pt
l10n_ro [MERGE] forward port of branch saas-5 up to 7eab880 2014-09-15 14:00:02 +02:00
l10n_sg [ADD] l10n_sg: Chart of accounts and chart of taxes for Singapore 2014-07-10 16:12:35 +02:00
l10n_si
l10n_syscohada [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
l10n_th [I18N] Update 8.0 translations with latest changes from Launchpad 2014-09-08 19:04:25 +02:00
l10n_tr
l10n_uk [I18N] Update 8.0 translations with latest changes from Launchpad 2014-09-08 19:04:25 +02:00
l10n_us
l10n_uy
l10n_ve [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
l10n_vn
lunch [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
mail [FIX] mail: model can be None or uninstalled 2014-12-02 16:50:45 +01:00
marketing [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
marketing_campaign [MERGE] forward port of branch saas-3 up to e1e7dc0 2014-12-01 15:42:51 +01:00
marketing_campaign_crm_demo [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
marketing_crm [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
mass_mailing [FIX] mass_mailing: attachments were not send. 2014-11-20 16:32:53 +01:00
membership [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
mrp [MERGE] forward port of branch 8.0 up to 31a01ea 2014-12-03 19:24:57 +01:00
mrp_byproduct [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
mrp_operations [FIX] mrp_operation: missing context 2014-11-26 09:18:53 +01:00
mrp_repair [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
multi_company [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
note [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
note_pad [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
pad [MERGE] forward port of branch saas-3 up to 276d0e7 2014-12-08 15:04:09 +01:00
pad_project [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
payment [FIX] payment: docstring typo 2014-11-26 09:38:24 +01:00
payment_adyen [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
payment_buckaroo [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
payment_ogone [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
payment_paypal [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
payment_transfer [FIX] payment_transfer: correctly display transfer information 2014-11-21 17:58:43 +01:00
point_of_sale [FIX] point_of_sale: typo 2014-12-08 09:32:44 +01:00
portal [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
portal_claim [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
portal_gamification
portal_project [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
portal_project_issue [FIX] (portal_)project_issue: remove duplicated field 2014-12-09 11:23:21 +01:00
portal_sale [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
portal_stock
pos_discount [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
pos_restaurant [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
procurement [IMP] Query should pass through orm and as such the refreshes can be removed in the code, which will go faster as it is done automatically by the new api 2014-12-02 16:38:36 +01:00
procurement_jit [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
product [FIX] product: pricelist: multiple corrections in UoM-related conversions 2014-12-09 17:30:47 +01:00
product_email_template [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
product_expiry [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
product_extended [FIX] product_extended: price from bom is build for product templates 2014-11-24 18:01:20 +01:00
product_margin [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
product_visible_discount [FIX] product_visible_discount: display full unit price only when the discount column is displayed 2014-11-03 09:09:53 +01:00
project [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
project_issue [FIX] (portal_)project_issue: remove duplicated field 2014-12-09 11:23:21 +01:00
project_issue_sheet [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
project_timesheet [MERGE] forward port of branch saas-3 up to e1e7dc0 2014-12-01 15:42:51 +01:00
purchase [IMP] Cancelling of procurements related to purchase orders should check state/UoM of the purchase order line + optim action_cancel 2014-12-08 17:03:16 +01:00
purchase_analytic_plans [I18N] Update 8.0 translations with latest changes from Launchpad 2014-09-08 19:04:25 +02:00
purchase_double_validation [I18N] Update translations from Launchpad 8.0 branches 2014-10-08 17:52:25 +02:00
purchase_requisition [FIX] purchase(_requisition): typo negociation -> negotiation 2014-11-27 10:36:55 +01:00
report [FIX] tools: find_in_path: config is not ready at import time 2014-11-23 15:22:02 +01:00
report_intrastat [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
report_webkit [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
resource [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
sale [FIX] sale: rounded sales team invoiced gauge 2014-12-04 14:48:54 +01:00
sale_analytic_plans [I18N] Update translations from Launchpad 8.0 branches 2014-10-08 17:52:25 +02:00
sale_crm [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
sale_journal [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
sale_layout [FIX] sale_layout: set 0 as default value for categ_sequence 2014-11-26 17:03:42 +01:00
sale_margin [FIX] sale_margin: stored field functions cannot trigger other stored field functions 2014-11-27 12:06:19 +01:00
sale_mrp [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
sale_order_dates [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
sale_service [FIX] sale_service: typo in string Thick -> Tick 2014-11-26 12:07:53 +01:00
sale_stock [FIX] sale_stock: product_id_change_with_wh on sale order popup too 2014-12-05 14:00:37 +01:00
sales_team [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
share [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
stock [FIX] stock: when putting product in pack from barcode interface, should return package_id instead of True 2014-12-09 14:25:19 +01:00
stock_account Fixes #3851 Create invoice from picking copies some parameters from the order to the invoice 2014-12-03 17:53:25 +01:00
stock_dropshipping [IMP] Cancelling of procurements related to purchase orders should check state/UoM of the purchase order line + optim action_cancel 2014-12-08 17:03:16 +01:00
stock_invoice_directly [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
stock_landed_costs [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
stock_picking_wave Revert "[FIX] stock_picking_wave: removed obsolete many2many widget from stock_picking_wave_view" 2014-11-24 18:38:14 +01:00
subscription [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
survey [FIX] survey: Was browsing a browse record, useless and traceback... https://github.com/odoo/odoo/issues/2383 2014-11-25 15:06:59 +01:00
survey_crm [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
warning [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
web [FIX] web: scroll handling for many2one selection 2014-12-09 14:41:26 +01:00
web_analytics [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
web_api [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
web_calendar [FIX] web_calendar: improve the commit 787147d. This commit was fixing bug in other module that calendar which was open an event in popup view. Because browse/read by default was unable to read string id. The fix was too restrictif, because calendar need to read/browse string; we cannot cast this id in Int else we loose the virtual part. parseInt('12-20140512') -> 12. 2014-11-21 14:07:09 +01:00
web_diagram [FIX] web_diagram: can't mark empty strings for translations, gettext does not like empty msgids 2014-12-02 09:40:59 +01:00
web_gantt [I18N] Update translations from Launchpad branches 2014-09-18 11:47:16 +02:00
web_graph [FIX] web_graph: pass context to fields_get for translation 2014-11-27 16:06:05 +01:00
web_kanban [FIX] kanban view background is correctly set (web_kanban) 2014-11-07 14:21:35 +01:00
web_kanban_gauge [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
web_kanban_sparkline [FIX] web_kanban_sparkline, sales_team, stock: use char function field to transmit sparkline data; the data is now correctly dumped into json, and parsed in the widget. 2014-07-04 14:42:38 +02:00
web_linkedin [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
web_tests [I18N] Update 8.0 translations with latest changes from Launchpad 2014-09-08 19:04:25 +02:00
web_tests_demo [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
web_view_editor [I18N] Update translations from Launchpad 8.0 branches 2014-10-08 17:52:25 +02:00
website [FIX] website: responsive images in table for Firefox only 2014-12-01 18:28:18 +01:00
website_blog [FIX] website_blog: Show tag by blog. No interest to display all tag, anyway the search by tag is done for the current blog 2014-12-02 11:35:29 +01:00
website_certification [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
website_crm [FIX] website_crm: contactus: do not polute lead creation values 2014-11-21 15:05:48 +01:00
website_crm_partner_assign [FIX] website_reseller: Navigation Broken for Partner List on Website issue#3522 2014-11-26 10:28:29 +01:00
website_customer [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
website_event [FIX] website_blog: fi xbanner in demo data 2014-12-09 12:50:27 +01:00
website_event_sale [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
website_event_track [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
website_forum [FIX] website_forum: use other attr than value to init select2 2014-12-01 20:03:31 +01:00
website_forum_doc [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
website_gengo [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
website_google_map [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
website_hr [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
website_hr_recruitment [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
website_instantclick [WIP] Testing javascripts in the bottom of the page 2014-09-16 19:54:59 +02:00
website_livechat [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
website_mail [IMP] website_mail: mailing editor buttons 2014-12-01 11:45:43 +01:00
website_mail_group [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
website_membership [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
website_partner [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
website_payment [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
website_project [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
website_quote [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
website_report [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
website_sale [FIX] website_sale: set partner lang according to website lang 2014-12-08 17:50:34 +01:00
website_sale_delivery [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
website_sale_options [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
website_twitter [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00