odoo/odoo.git
9 years ago[IMP] Improved Question Advices in website_forum
Fabien Pinckaers [Tue, 22 Jul 2014 09:07:32 +0000 (11:07 +0200)]
[IMP] Improved Question Advices in website_forum

9 years ago[IMP] tests cases: use float_compare instead of ==
mdi-odoo [Tue, 17 Jun 2014 04:49:18 +0000 (10:19 +0530)]
[IMP] tests cases: use float_compare instead of ==

9 years ago[IMP] sale: small view changes in quotation
Mehul Mehta [Tue, 15 Jul 2014 06:56:25 +0000 (12:26 +0530)]
[IMP] sale: small view changes in quotation

Closes #1259

9 years ago[MERGE][IMP] fleet: wording (US English)
ypa-odoo [Fri, 18 Jul 2014 07:06:00 +0000 (09:06 +0200)]
[MERGE][IMP] fleet: wording (US English)

Merge remote-tracking branch 'odoo-dev/master-fleet-rename-field-ypa'

Closes #1176

9 years agoMerge pull request #1209 from odoo-dev/master-stock-fme
Fabien Meghazi [Wed, 16 Jul 2014 11:01:52 +0000 (13:01 +0200)]
Merge pull request #1209 from odoo-dev/master-stock-fme

[IMP] Improve stock's barcode start page

- Created a template for the start page
- Removed now useless call to module_boot()
- Changed url to /stock/barcode

9 years ago[IMP] changed barcode start page url to /stock/barcode
Fabien Meghazi [Wed, 16 Jul 2014 08:25:53 +0000 (10:25 +0200)]
[IMP] changed barcode start page url to /stock/barcode

As a convention we use the module name as first fragment of the url

9 years ago[IMP] Change string 'brand' by 'make' in fleet module
Yogesh Parekh [Tue, 15 Jul 2014 13:56:40 +0000 (19:26 +0530)]
[IMP] Change string 'brand' by 'make' in fleet module

9 years ago[IMP] Improve stock's barcode start page
Fabien Meghazi [Tue, 15 Jul 2014 13:26:18 +0000 (15:26 +0200)]
[IMP] Improve stock's barcode start page

remove module_boot() usage

9 years ago[IMP] Simplification of point of sale's bootstrap template
Fabien Meghazi [Mon, 14 Jul 2014 16:09:04 +0000 (18:09 +0200)]
[IMP] Simplification of point of sale's bootstrap template

9 years ago[IMP] posbox: rename OpenERP to Odoo
Frederic van der Essen [Fri, 11 Jul 2014 12:48:06 +0000 (14:48 +0200)]
[IMP] posbox: rename OpenERP to Odoo

9 years ago[MERGE] forward port of branch 8.0 up to a5419ca
Christophe Simonis [Tue, 15 Jul 2014 09:23:47 +0000 (11:23 +0200)]
[MERGE] forward port of branch 8.0 up to a5419ca

9 years ago[MERGE] forward port of branch saas-5 up to e0759c1
Christophe Simonis [Tue, 15 Jul 2014 09:15:22 +0000 (11:15 +0200)]
[MERGE] forward port of branch saas-5 up to e0759c1

9 years ago[MERGE] forward port of branch saas-4 up to de696f1
Christophe Simonis [Tue, 15 Jul 2014 08:39:08 +0000 (10:39 +0200)]
[MERGE] forward port of branch saas-4 up to de696f1

9 years ago[MERGE] forward port of branch saas-3 up to 24484c8
Christophe Simonis [Tue, 15 Jul 2014 08:38:14 +0000 (10:38 +0200)]
[MERGE] forward port of branch saas-3 up to 24484c8

9 years ago[MERGE] forward port of branch 7.0 up to 7a928b1
Christophe Simonis [Tue, 15 Jul 2014 08:36:54 +0000 (10:36 +0200)]
[MERGE] forward port of branch 7.0 up to 7a928b1

9 years ago[FIX] crm: fixed fields defind in crm_lead_report_view for group_by. Some of them...
Thibault Delavallée [Tue, 15 Jul 2014 08:24:34 +0000 (10:24 +0200)]
[FIX] crm: fixed fields defind in crm_lead_report_view for group_by. Some of them were incorrect.

9 years ago[FIX] project: default_groups_ref expects the format module.xml_id (opw 610098)
Martin Trigaux [Mon, 14 Jul 2014 14:39:13 +0000 (16:39 +0200)]
[FIX] project: default_groups_ref expects the format module.xml_id (opw 610098)

9 years agoMerge pull request #1097 from odoo-dev/8.0-fix-view-editor-sle
sle-odoo [Mon, 14 Jul 2014 11:51:46 +0000 (13:51 +0200)]
Merge pull request #1097 from odoo-dev/8.0-fix-view-editor-sle

[FIX] view_form: use the reference of menu from the instance, not from t...

9 years ago[FIX] ensure all g_inner content is correctly encoded
Xavier Morel [Mon, 14 Jul 2014 11:42:35 +0000 (13:42 +0200)]
[FIX] ensure all g_inner content is correctly encoded

fixes #1130

* provided `inner` data may or may not have been encoded
* `element.text` is either ascii-compatible `str` or `unicode` when
  non-ascii-compatible, which could force the decoding of utf8-encoded content
  during g_inner's join

9 years ago[FIX] exception rendering with pretty printed XML
Xavier Morel [Mon, 14 Jul 2014 11:42:29 +0000 (13:42 +0200)]
[FIX] exception rendering with pretty printed XML

had not been migrated to lxml

9 years ago[FIX] project: inappropriate signature in project.task.work.unlink()
Nhomar - Vauxoo [Mon, 14 Jul 2014 08:10:37 +0000 (03:40 -0430)]
[FIX] project: inappropriate signature in project.task.work.unlink()

9 years agoMerge pull request #1144 from flh/dashboard_translate
xmo-odoo [Mon, 14 Jul 2014 10:27:02 +0000 (12:27 +0200)]
Merge pull request #1144 from flh/dashboard_translate

Add missing _t() calls to enable translation in dashboard.js

9 years ago[FIX] board: add missing _t() calls to enable translation in dashboard.js
Florian Hatat [Mon, 14 Jul 2014 09:15:54 +0000 (11:15 +0200)]
[FIX] board: add missing _t() calls to enable translation in dashboard.js

Fixes LP bug https://bugs.launchpad.net/openobject-addons/+bug/1205798

9 years agoMerge pull request #1143 from odoo-dev/8.0-fix-website_sale-chm
Christophe Matthieu [Mon, 14 Jul 2014 10:10:03 +0000 (12:10 +0200)]
Merge pull request #1143 from odoo-dev/8.0-fix-website_sale-chm

[FIX] website_sale: fiscal_position is undefined; website: add user into the tour logs

9 years agoMerge pull request #402 from acsone/bug-lp1084822-sbi
qdp-odoo [Mon, 14 Jul 2014 09:48:26 +0000 (11:48 +0200)]
Merge pull request #402 from acsone/bug-lp1084822-sbi

[FIX] Global taxes warning on tax analytic account

9 years ago[FIX] account, usability: set the journal as readonly in bank statement form view...
qdp-odoo [Mon, 14 Jul 2014 09:44:12 +0000 (11:44 +0200)]
[FIX] account, usability: set the journal as readonly in bank statement form view when some entries have already been created. Fixed issue #1117

9 years ago[FIX] account: add `sequence` on account.tax.code.template
Stéphane Bidoul [Wed, 25 Jun 2014 11:23:13 +0000 (13:23 +0200)]
[FIX] account: add `sequence` on account.tax.code.template

Relying on the ordering by tax code is not sufficient,
as some tax declarations such as the Luxemburg one,
show tax case codes not ordered numerically

Original fix courtesy of Stefan Rijnhart (Therp)

Fixes: lp:1168948
Rebase of: PR #759

9 years agoAdd missing _t() calls to enable translation in dashboard.js
Florian Hatat [Mon, 14 Jul 2014 09:15:54 +0000 (11:15 +0200)]
Add missing _t() calls to enable translation in dashboard.js

9 years agoMerge pull request #1141 from odoo-dev/master-supplier_invoice_issue-rda
Thibault Delavallée [Mon, 14 Jul 2014 09:04:40 +0000 (11:04 +0200)]
Merge pull request #1141 from odoo-dev/master-supplier_invoice_issue-rda

[IMP] accounting: fixed small inconsistency in demo data

9 years agoMerge pull request #1107 from odoo-dev/8.0-bnk-statement-with-tax-fixes-qdp
qdp-odoo [Mon, 14 Jul 2014 09:04:18 +0000 (11:04 +0200)]
Merge pull request #1107 from odoo-dev/8.0-bnk-statement-with-tax-fixes-qdp

[FIX] account, bank statement reconciliation: accounting entries created from taxes

9 years ago[FIX] Preserve analytic account on tax lines which are on same general account as...
Stéphane Bidoul [Mon, 23 Jun 2014 15:23:32 +0000 (17:23 +0200)]
[FIX] Preserve analytic account on tax lines which are on same general account as invoice line

After careful analysis, I'm now convinced it is a good thing to preserve
the analytic account on taxes line which have the same general account
as the invoice line.

This is the best default case and will save time for users,
while leaving the flexibility to adapt the analytic account on
taxes manually.

9 years ago[FIX] Error when manually adding analytic account in the generated tax lines on an...
Stéphane Bidoul [Fri, 6 Jun 2014 14:51:09 +0000 (16:51 +0200)]
[FIX] Error when manually adding analytic account in the generated tax lines on an invoice

fixes #374
fixes https://bugs.launchpad.net/ocb-addons/+bug/1084822

The fix considers invoice tax lines with different analytic account
are equivalent for the purpose of checking if the list of tax line
is complete.

Caveat, this changes the structure of keys in the dictionary
returned by account.invoice.tax's compute method, I suppose this
is ok for the master branch.

9 years ago[IMP] SEO layout
Fabien Pinckaers [Fri, 11 Jul 2014 15:20:49 +0000 (17:20 +0200)]
[IMP] SEO layout

9 years ago[FIX] account, bank statement reconciliation: fixed huge bugs when using tax with...
qdp-odoo [Fri, 11 Jul 2014 15:15:34 +0000 (17:15 +0200)]
[FIX] account, bank statement reconciliation: fixed huge bugs when using tax with several children or when debit/credit are 0 but some amounts have to be put in a tax code + improved usability by adding domains where needed

9 years ago[FIX] product: unfuck templates and products in views
Martin Trigaux [Fri, 11 Jul 2014 14:22:52 +0000 (16:22 +0200)]
[FIX] product: unfuck templates and products in views

product.product reuses most of the product.template views however some parts need to be excluded or replaced.
Instead of adding template only parts in base view and removing it for product, split the views in 'common' (product_template_form_view), 'template only' (product_template_only_form_view) and 'product only' (product_normal_form_view) where the first is inherited by the other two. The attribute mode='primary' on both second views allows to make sure that future inheritance of product_template_form_view and product_template_only_form_view will work with the full rendered product_template_form_view view.
This allows us to have valid buttons in crm for bill of material (filters based on active_id).
Also cleaning the mess with circular dependencies.

9 years ago[FIX] website_forum: fixed karma computation, on first vote the karma was wrongly...
Thibault Delavallée [Fri, 11 Jul 2014 14:17:54 +0000 (16:17 +0200)]
[FIX] website_forum: fixed karma computation, on first vote the karma was wrongly calculated (when creating a vote, not when updating it).

9 years ago[FIX] tools: mail: fixed last commit, solving an issue with the html2plaintext introd...
Thibault Delavallée [Fri, 11 Jul 2014 13:31:44 +0000 (15:31 +0200)]
[FIX] tools: mail: fixed last commit, solving an issue with the html2plaintext introduced another issue with notes. Reverting to the first version.

9 years ago[FIX] l10n_lu: wrong mapping of accounts to P&L financial report
Stéphane Bidoul [Mon, 23 Jun 2014 14:54:45 +0000 (16:54 +0200)]
[FIX] l10n_lu: wrong mapping of accounts to P&L financial report

Account 655 and its child 6554 were both mapped.
Fixed by unmapping 655 and mapping all its direct children.

(Manual rebase of PR #733)

9 years ago[FIX] l10n_lu: taxes (amont/aval)
Stéphane Bidoul [Mon, 23 Jun 2014 15:01:19 +0000 (17:01 +0200)]
[FIX] l10n_lu: taxes (amont/aval)

The accounts "TVA en amont" were not used by the l10n_lu chart of accounts.

Instead the accounts "TVA en aval" were used for all taxes both sale and purchase taxes.

(Manual rebase of PR #735)

9 years ago[FIX] broken translation cache for absent translation of 'false'
Xavier Morel [Fri, 11 Jul 2014 13:46:12 +0000 (15:46 +0200)]
[FIX] broken translation cache for absent translation of 'false'

9 years ago[FIX] website_sale: install website_event_sale click on event to make a registration...
Christophe Matthieu [Fri, 11 Jul 2014 13:29:22 +0000 (15:29 +0200)]
[FIX] website_sale: install website_event_sale click on event to make a registration, error because fiscal_position is undefined

9 years ago[FIX] base: make ir_attachment._filestore callable with kwargs
Christophe Simonis [Fri, 11 Jul 2014 12:58:32 +0000 (14:58 +0200)]
[FIX] base: make ir_attachment._filestore callable with kwargs

9 years ago[FIX] Tour.js: add user name into the log
Christophe Matthieu [Fri, 11 Jul 2014 12:37:37 +0000 (14:37 +0200)]
[FIX] Tour.js: add user name into the log

9 years ago[FIX] website: banner is broken if more than one on a banner page
Christophe Matthieu [Fri, 11 Jul 2014 12:06:33 +0000 (14:06 +0200)]
[FIX] website: banner is broken if more than one on a banner page

9 years ago[FIX] web_calendar: Revert d9e6a7a as was fixed differently at rev e220136
Martin Trigaux [Fri, 11 Jul 2014 11:57:45 +0000 (13:57 +0200)]
[FIX] web_calendar: Revert d9e6a7a as was fixed differently at rev e220136

Fixing calendar view errors, opw 609989

9 years agoMerge pull request #1101 from odoo-dev/master-less-support-in-bundles-fme
Fabien Meghazi [Fri, 11 Jul 2014 11:52:24 +0000 (13:52 +0200)]
Merge pull request #1101 from odoo-dev/master-less-support-in-bundles-fme

[ADD] Support for LessCSS in asset bundles

Also added option in order to include asset bundles in
templates list available to the HTML editor

9 years agoMerge pull request #1074 from odoo-dev/8.0-website-link-chm
Christophe Matthieu [Fri, 11 Jul 2014 11:41:21 +0000 (13:41 +0200)]
Merge pull request #1074 from odoo-dev/8.0-website-link-chm

[FIX] web: update bootstrap to version 3.2.0.
[FIX] website.seo can't edit title and description; website.editor change link for internal page
[IMP] website editor: remove button style from cke and insert into the link dialog box.

9 years ago[FIX] website: add forgotten button type (btn-success) for link editor
Christophe Matthieu [Fri, 11 Jul 2014 11:38:57 +0000 (13:38 +0200)]
[FIX] website: add forgotten button type (btn-success) for link editor

9 years ago[MERGE] Fwd-port saas-4 up to e31fd6a
Olivier Dony [Fri, 11 Jul 2014 10:00:42 +0000 (12:00 +0200)]
[MERGE] Fwd-port saas-4 up to e31fd6a

9 years ago[MERGE] Fwd-port saas-3 up to a9d2b65
Olivier Dony [Fri, 11 Jul 2014 09:53:07 +0000 (11:53 +0200)]
[MERGE] Fwd-port saas-3 up to a9d2b65

9 years ago[FIX] view_form: use the reference of menu from the instance, not from the widget...
Simon Lejeune [Fri, 11 Jul 2014 09:51:54 +0000 (11:51 +0200)]
[FIX] view_form: use the reference of menu from the instance, not from the widget ancestors
Fixes #1024: when using a formview on a non trivial way, the reference of the menu using the widget ancestors may be wrong

9 years ago[MERGE] Fwd-port 7.0 up to 783b9e1
Olivier Dony [Fri, 11 Jul 2014 09:51:06 +0000 (11:51 +0200)]
[MERGE] Fwd-port 7.0 up to 783b9e1

9 years ago[FIX] event_sale: reset event-related fields on SO line when switching products
Olivier Dony [Fri, 11 Jul 2014 08:49:48 +0000 (10:49 +0200)]
[FIX] event_sale: reset event-related fields on SO line when switching products

9 years ago[FIX] hr: call hr_employee super's when unlinking
Richard Mathot [Fri, 11 Jul 2014 09:30:29 +0000 (11:30 +0200)]
[FIX] hr: call hr_employee super's when unlinking

Also fixes some weird inheritance bugs in upper versions

9 years ago[FIX] orm: custom m2m with different label
Martin Trigaux [Fri, 11 Jul 2014 09:39:32 +0000 (11:39 +0200)]
[FIX] orm: custom m2m with different label

At rev 84e9a67cdf78db94cb7a09543c1b7ac4ad19d8b4 a check to avoid the creation of ir.model.relation for custom modules was added. The condition is not correct as based on the string instead of the field name. We do not have access to column name at this level but the the m2m relation table do start with x_ for custom fields (see __init__ method).

9 years ago[FIX] website.seo: regexp doesn't match the object and object id
Christophe Matthieu [Fri, 11 Jul 2014 09:33:18 +0000 (11:33 +0200)]
[FIX] website.seo: regexp doesn't match the object and object id

9 years ago[IMP] website: replace the select box into dropdown for link editor to have a preview
Christophe Matthieu [Fri, 11 Jul 2014 09:09:24 +0000 (11:09 +0200)]
[IMP] website: replace the select box into dropdown for link editor to have a preview

9 years ago[ADD] Support for LessCSS in asset bundles
Fabien Meghazi [Fri, 11 Jul 2014 08:56:17 +0000 (10:56 +0200)]
[ADD] Support for LessCSS in asset bundles

Also added option in order to include asset bundles in
templates list available to the HTML editor

9 years agoMerge remote-tracking branch 'odoo/master' into master-less-support-in-bundles-fme
Fabien Meghazi [Fri, 11 Jul 2014 07:47:05 +0000 (09:47 +0200)]
Merge remote-tracking branch 'odoo/master' into master-less-support-in-bundles-fme

9 years agoMerge pull request #724 from odoo-dev/7.0-mail_issues-fix-adh
Thibault Delavallée [Thu, 10 Jul 2014 20:50:53 +0000 (22:50 +0200)]
Merge pull request #724 from odoo-dev/7.0-mail_issues-fix-adh

[FIX] mail: misc bug fixing
- avoid deleting the Whole Company mail group if still present, because it is required for some module installation. In 7.0 installing some modules may crash if this group is not present.
- fixed an issue when computing possible recipients in the Chatter
- small fix in html2plaintext about blank lines

9 years ago[MERGE] forward port of branch 8.0 up to f654a77
Christophe Simonis [Thu, 10 Jul 2014 20:50:21 +0000 (22:50 +0200)]
[MERGE] forward port of branch 8.0 up to f654a77

9 years ago[MERGE] forward port of branch saas-5 up to 73d39a0
Christophe Simonis [Thu, 10 Jul 2014 20:49:53 +0000 (22:49 +0200)]
[MERGE] forward port of branch saas-5 up to 73d39a0

9 years ago[MERGE] forward port of branch saas-4 up to a361947
Christophe Simonis [Thu, 10 Jul 2014 20:12:16 +0000 (22:12 +0200)]
[MERGE] forward port of branch saas-4 up to a361947

9 years ago[MERGE] forward port of branch saas-3 up to a35aec2
Christophe Simonis [Thu, 10 Jul 2014 20:02:58 +0000 (22:02 +0200)]
[MERGE] forward port of branch saas-3 up to a35aec2

9 years ago[MERGE] forward port of branch 7.0 up to 6e96ffd
Christophe Simonis [Thu, 10 Jul 2014 20:02:01 +0000 (22:02 +0200)]
[MERGE] forward port of branch 7.0 up to 6e96ffd

9 years ago[TYPO] in website_partner
Richard Mathot [Thu, 10 Jul 2014 18:28:21 +0000 (20:28 +0200)]
[TYPO] in website_partner

9 years ago[FIX] stock: remove permission to create locations for partner managers
Loïc Bellier [Thu, 10 Jul 2014 11:20:00 +0000 (13:20 +0200)]
[FIX] stock: remove permission to create locations for partner managers

There's a big risk of mistake with the fast-create
feature and they don't need it

(Rebase of PR #1073)

9 years ago[IMP] default priority if no moves in picking
Josse Colpaert [Mon, 23 Jun 2014 07:30:42 +0000 (09:30 +0200)]
[IMP] default priority if no moves in picking

9 years ago[FIX] purchase_requisition: converting the date into datetime using the timezone...
qdp-odoo [Thu, 10 Jul 2014 17:03:07 +0000 (19:03 +0200)]
[FIX] purchase_requisition: converting the date into datetime using the timezone of the requisition's responsible

9 years ago[FIX] small potential encoding issue in custom models
Xavier Morel [Thu, 10 Jul 2014 15:34:48 +0000 (17:34 +0200)]
[FIX] small potential encoding issue in custom models

9 years ago[FIX] web: update bootstrap to version 3.2.0; add bootstrap less files
Christophe Matthieu [Thu, 10 Jul 2014 14:59:31 +0000 (16:59 +0200)]
[FIX] web: update bootstrap to version 3.2.0; add bootstrap less files

9 years agoMerge pull request #1067 from odoo-dev/saas-5-forum-answer-order-fix-htr
Thibault Delavallée [Thu, 10 Jul 2014 14:54:43 +0000 (16:54 +0200)]
Merge pull request #1067 from odoo-dev/saas-5-forum-answer-order-fix-htr

[FIX] website_forum: fix answers display order (correct, then votes, then write_date)

9 years agoMerge pull request #1066 from odoo-dev/master-setting-paa
Thibault Delavallée [Thu, 10 Jul 2014 14:42:57 +0000 (16:42 +0200)]
Merge pull request #1066 from odoo-dev/master-setting-paa

[IMP] event: better settings to install some event-related modules

9 years ago[FIX] Solve some mail issues which are currently present in 7.0
Anand-Dharampuriya [Tue, 1 Jul 2014 10:24:23 +0000 (15:54 +0530)]
[FIX] Solve some mail issues which are currently present in 7.0

9 years ago[FIX] purchase_requisition: use fields.date.date_to_datetime() to convert date into...
qdp-odoo [Thu, 10 Jul 2014 14:24:04 +0000 (16:24 +0200)]
[FIX] purchase_requisition: use fields.date.date_to_datetime() to convert date into datetime... which simply makre sense

9 years ago[ADD] l10n_sg: Chart of accounts and chart of taxes for Singapore
parthiv patel [Thu, 10 Jul 2014 06:43:20 +0000 (23:43 -0700)]
[ADD] l10n_sg: Chart of accounts and chart of taxes for Singapore

(Rebase of PR #1057)

9 years ago[IMP] website editor: change link editor modal layout
Christophe Matthieu [Thu, 10 Jul 2014 13:25:44 +0000 (15:25 +0200)]
[IMP] website editor: change link editor modal layout

9 years ago[FIX] mail: bad display of aliases on user forms
Richard Mathot [Thu, 10 Jul 2014 13:22:03 +0000 (15:22 +0200)]
[FIX] mail: bad display of aliases on user forms

(Partial backport of commit 1f8615699105e75ccbe9dc36c8ff9266868bbfb0)

Closes #800.

9 years agoMerge pull request #1072 from anybox/fix_address_display
sle-odoo [Thu, 10 Jul 2014 12:37:33 +0000 (14:37 +0200)]
Merge pull request #1072 from anybox/fix_address_display

[FIX] #1065 display_name does not display the address

9 years ago[FIX] website: enumarate page raise an exception if query_string is not null; Can...
Christophe Matthieu [Thu, 10 Jul 2014 12:30:15 +0000 (14:30 +0200)]
[FIX] website: enumarate page raise an exception if query_string is not null; Can't create a page with the modal link editor

9 years ago[TYPO] in event, event_sale
Richard Mathot [Thu, 10 Jul 2014 12:11:01 +0000 (14:11 +0200)]
[TYPO] in event, event_sale

9 years ago[ADD] Option to list asset bundles in templates editor
Fabien Meghazi [Thu, 10 Jul 2014 12:01:03 +0000 (14:01 +0200)]
[ADD] Option to list asset bundles in templates editor

9 years ago[IMP] website editor: remove button style from cke and insert into the link dialog...
Christophe Matthieu [Thu, 10 Jul 2014 11:34:02 +0000 (13:34 +0200)]
[IMP] website editor: remove button style from cke and insert into the link dialog box. Fix the dialog box label value when the user create a link.

9 years ago[FIX] #1065 display_name does not display the address
Christophe Combelles [Thu, 10 Jul 2014 11:26:38 +0000 (14:26 +0300)]
[FIX] #1065 display_name does not display the address

9 years agoFIX email_template: Update help from lang field leading to confusion while creating...
FalcoBolger [Wed, 9 Jul 2014 08:33:01 +0000 (10:33 +0200)]
FIX email_template: Update help from lang field leading to confusion while creating a template

9 years ago[FIX] event_sale: do not crash when empty field product in ticket types lines
FalcoBolger [Thu, 10 Jul 2014 09:26:19 +0000 (11:26 +0200)]
[FIX] event_sale: do not crash when empty field product in ticket types lines

9 years agoMerge pull request #1039 from odoo-dev/8.0-fix-sitemap-chm
Christophe Matthieu [Thu, 10 Jul 2014 09:05:01 +0000 (11:05 +0200)]
Merge pull request #1039 from odoo-dev/8.0-fix-sitemap-chm

[FIX] website: error for rendering of the sitemap template. qweb can't render the xmlns attribute.

9 years agoMerge pull request #1000 from odoo-dev/8.0-po-as-datetime-qdp
qdp-odoo [Thu, 10 Jul 2014 07:18:34 +0000 (09:18 +0200)]
Merge pull request #1000 from odoo-dev/8.0-po-as-datetime-qdp

Changed fields.date_order on purchase.order from date to datetime

9 years ago[FIX] website_forum: fixed issue with user vote badly taken into account when upvotin...
Thibault Delavallée [Wed, 9 Jul 2014 14:47:09 +0000 (16:47 +0200)]
[FIX] website_forum: fixed issue with user vote badly taken into account when upvoting / downvoting + crash due to wrong field name. Backport of Leonardo Donelli PR for 

9 years agoCSS Fix: /shop
Fabien Pinckaers [Wed, 9 Jul 2014 16:51:07 +0000 (18:51 +0200)]
CSS Fix: /shop

9 years agoCSS Fix for Products in /shop
Fabien Pinckaers [Wed, 9 Jul 2014 16:48:25 +0000 (18:48 +0200)]
CSS Fix for Products in /shop

9 years agoMerge pull request #1001 from odoo-dev/master-fix-website_sale-double-price-chm
Christophe Matthieu [Wed, 9 Jul 2014 16:00:24 +0000 (18:00 +0200)]
Merge pull request #1001 from odoo-dev/master-fix-website_sale-double-price-chm

[FIX] website_sale: discount price is never hide

9 years ago[IMP] website_sale: Add google analytics on checkout process
Jeremy Kersten [Wed, 9 Jul 2014 15:45:40 +0000 (17:45 +0200)]
[IMP] website_sale: Add google analytics on checkout process

9 years agoMerge pull request #1037 from odoo-dev/8.0-accesserror-on-logaccess-rco
Raphael Collet [Wed, 9 Jul 2014 14:42:56 +0000 (16:42 +0200)]
Merge pull request #1037 from odoo-dev/8.0-accesserror-on-logaccess-rco

[FIX] models: store FailedValue in cache on log_access fields, too

9 years ago[FIX] mass_mailing: load images in emails
Martin Trigaux [Wed, 9 Jul 2014 14:42:22 +0000 (16:42 +0200)]
[FIX] mass_mailing: load images in emails

The emails containing emails generated with the image widget have absolute path (src='/website/static/...'), adding <base> tag allows the mail client to load it correctly.

9 years agomerge from 8.0
Christophe Matthieu [Wed, 9 Jul 2014 14:10:08 +0000 (16:10 +0200)]
merge from 8.0

9 years ago[FIX] website: error for rendering of the sitemap template. qweb can't render the...
Christophe Matthieu [Wed, 9 Jul 2014 14:03:54 +0000 (16:03 +0200)]
[FIX] website: error for rendering of the sitemap template. qweb can't render the xmlns attribute.

9 years agoMerge pull request #1036 from odoo-dev/8.0-fix-log-error-tour-chm
Christophe Matthieu [Wed, 9 Jul 2014 13:57:15 +0000 (15:57 +0200)]
Merge pull request #1036 from odoo-dev/8.0-fix-log-error-tour-chm

[FIX] tour.js: display a wrong error message when an error is detected with phantomjs test tour

9 years ago[IMP] models: iterating over record._cache also returns log_access fields
Raphael Collet [Wed, 9 Jul 2014 13:34:51 +0000 (15:34 +0200)]
[IMP] models: iterating over record._cache also returns log_access fields

9 years ago[FIX] models: store FailedValue in cache on log_access fields, too
Raphael Collet [Wed, 9 Jul 2014 13:08:29 +0000 (15:08 +0200)]
[FIX] models: store FailedValue in cache on log_access fields, too

This should fix an issue discovered by tde when reading all fields on a record
on which you don't have access right:
 - _read_from_database() fetches result and store it in cache
 - read() retrieves values from cache, starting with field 'create_date'...
 - ... which is not in cache, so prefetch that field, read it, which goes into
   an infinite loop

The problem is that _read_from_database() finds out that you don't have access
on the record, and stores a FailedValue in cache on all fields... except magic
fields. Fix the problem by storing the FailedValue on all fields but 'id'.