odoo/odoo.git
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 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 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 #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] 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] 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] 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 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[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[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[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 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[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'.

9 years agoMerge pull request #1034 from odoo-dev/8.0-hr-recruitement-onchange-fix-csn
Cédric Snauwaert [Wed, 9 Jul 2014 13:12:33 +0000 (15:12 +0200)]
Merge pull request #1034 from odoo-dev/8.0-hr-recruitement-onchange-fix-csn

[FIX]hr_recruitment: fix onchange_job user_id referenced before assignme...

9 years ago[FIX] tour.js: display a wrong error message when an error is detected with phantomjs...
Christophe Matthieu [Wed, 9 Jul 2014 12:58:19 +0000 (14:58 +0200)]
[FIX] tour.js: display a wrong error message when an error is detected with phantomjs test tour

9 years agoMerge pull request #999 from odoo-dev/8.0-test-ui-fixes-chm
Christophe Matthieu [Wed, 9 Jul 2014 11:52:14 +0000 (13:52 +0200)]
Merge pull request #999 from odoo-dev/8.0-test-ui-fixes-chm

[FIX] errors when the user click on a menu item; add menu items for product attributes

9 years ago[FIX]hr_recruitment: fix onchange_job user_id referenced before assignment
Cedric Snauwaert [Wed, 9 Jul 2014 09:15:19 +0000 (11:15 +0200)]
[FIX]hr_recruitment: fix onchange_job user_id referenced before assignment

9 years agoMerge pull request #1021 from odoo-dev/saas-5-fix-routing-for-index-chm
Christophe Matthieu [Wed, 9 Jul 2014 11:30:17 +0000 (13:30 +0200)]
Merge pull request #1021 from odoo-dev/saas-5-fix-routing-for-index-chm

[FIX] website: if the first menu referred to a website page and the route for this path is overwritten, the route is not used, the template has not the values of the route. (e.g. contact-us menu in first position if website_crm is installed)
[FIX] website_crm: the path '/crm/contactus' have an error if you doesn't use the website contact form or if you reload the page, instead of redirect to contact form.

9 years ago[FIX] product: allow user to set price at template creation
Martin Trigaux [Wed, 9 Jul 2014 11:20:48 +0000 (13:20 +0200)]
[FIX] product: allow user to set price at template creation

The lst_price field on product.template is a related to list_price. As we do not allow to set a value for related fields at creation (see orm.py , L4180), we display the list_price instead (float field).
On the product.product form, we display the lst_price (function field, readonly) as we don't want to allow changing the template price from the product. opw 609497

9 years agoMerge pull request #1018 from odoo-dev/8.0-fix-display-name-rco
Raphael Collet [Wed, 9 Jul 2014 08:56:55 +0000 (10:56 +0200)]
Merge pull request #1018 from odoo-dev/8.0-fix-display-name-rco

[FIX] models: wrong var used in _compute_display_name(), fixes issue #1002

9 years ago[FIX] website_crm: the path '/crm/contactus' have an error if you does'nt use the...
Christophe Matthieu [Wed, 9 Jul 2014 08:45:35 +0000 (10:45 +0200)]
[FIX] website_crm: the path '/crm/contactus' have an error if you does'nt use the website contact form or if you reload the page, insead of redirect to contact form.

9 years ago[FIX] website: if the first menu refered to a website page and the route for this...
Christophe Matthieu [Wed, 9 Jul 2014 08:39:00 +0000 (10:39 +0200)]
[FIX] website: if the first menu refered to a website page and the route for this path is overwrited, the route is not used, the template has not the values of the route. (e.g. contact-us menu in first position if website_crm is installed)

9 years ago[FIX] models: wrong var used in _compute_display_name(), fixes issue #1002
Raphael Collet [Wed, 9 Jul 2014 08:26:01 +0000 (10:26 +0200)]
[FIX] models: wrong var used in _compute_display_name(), fixes issue #1002

9 years agomerge from 8.0
Christophe Matthieu [Wed, 9 Jul 2014 07:43:02 +0000 (09:43 +0200)]
merge from 8.0

9 years ago[FIX] False module description blows up in docutils
Xavier Morel [Wed, 9 Jul 2014 06:47:37 +0000 (08:47 +0200)]
[FIX] False module description blows up in docutils

fixes issue 1005

9 years ago[FIX] fetchmail: add api decorator on method connect() to fix issue #980
Raphael Collet [Tue, 8 Jul 2014 15:03:00 +0000 (17:03 +0200)]
[FIX] fetchmail: add api decorator on method connect() to fix issue #980

The method does not follow naming conventions. Therefore the "guessing" api
decorator picks the wrong method wrapper.

(Manual rebase of #1003)

9 years ago[FIX] account_analytic_account: handle partners without fiscal position gracefully
Olivier Dony [Tue, 8 Jul 2014 15:44:40 +0000 (17:44 +0200)]
[FIX] account_analytic_account: handle partners without fiscal position gracefully

9 years ago[IMP] Crm: Add tracking mixin to manage utm campaign and add this mixin to mass_maili...
Jeremy Kersten [Tue, 8 Jul 2014 15:33:00 +0000 (17:33 +0200)]
[IMP] Crm: Add tracking mixin to manage utm campaign and add this mixin to mass_mailing, crm_lead and sale_order

9 years agoMerge pull request #989 from odoo-dev/8.0-sql-models-rco
Raphael Collet [Tue, 8 Jul 2014 14:27:01 +0000 (16:27 +0200)]
Merge pull request #989 from odoo-dev/8.0-sql-models-rco

[FIX] models, fields: add model dependencies for models backed up by sql views

9 years agoChanged the type of fields.date_order on purhcase.order object from date to datetime
qdp-odoo [Tue, 8 Jul 2014 14:04:09 +0000 (16:04 +0200)]
Changed the type of fields.date_order on purhcase.order object from date to datetime

9 years ago[FIX] orm: better removal of custom m2m fields
Martin Trigaux [Tue, 8 Jul 2014 13:56:24 +0000 (15:56 +0200)]
[FIX] orm: better removal of custom m2m fields

orm: do not try to create ir.model.relation for custom m2m as self._module is either empty (for custom models), either the one of the last inheriting module (which is wrong). The field should be removed manually and should not be impacted by the uninstallation of modules. The removal of the relation table can be done when removing manually the custom field (see rev 6af3193).

ir.model: when removing a model, drop the table with the CASCADE instruction. This will remove left constraints from remaining m2m tables.
This means that dropping a table (either manually removing a custom model or uninstalling a module) will not drop the relation table for a custom m2m field. This is not ideal but better than the previous behaviour (which was to fail the DROP TABLE instruction and keep the table with a few columns and unconsistent data).

9 years ago[FIX] account_analytic_analysis: fix _depends
Raphael Collet [Tue, 8 Jul 2014 13:55:42 +0000 (15:55 +0200)]
[FIX] account_analytic_analysis: fix _depends

9 years ago[FIX] Crm partner assign: Sort the partners by grade / published implemented. else...
Jeremy Kersten [Tue, 8 Jul 2014 13:54:00 +0000 (15:54 +0200)]
[FIX] Crm partner assign: Sort the partners by grade / published implemented. else the display are not explicit on website, because old order takes all the implemented partner but on website we display the number of reference published

9 years ago[IMP] fields: improve code in former commit
Raphael Collet [Tue, 8 Jul 2014 13:52:02 +0000 (15:52 +0200)]
[IMP] fields: improve code in former commit

9 years ago[IMP] fields: add missing case for invalidating fields, when path is None
Raphael Collet [Tue, 8 Jul 2014 13:47:44 +0000 (15:47 +0200)]
[IMP] fields: add missing case for invalidating fields, when path is None

9 years ago[IMP] addons: add _depends on models backed up by an sql view and used by other models
Raphael Collet [Tue, 8 Jul 2014 13:32:38 +0000 (15:32 +0200)]
[IMP] addons: add _depends on models backed up by an sql view and used by other models

9 years agoMerge pull request #998 from xmo-odoo/8.0-module-descriptions-xmo
xmo-odoo [Tue, 8 Jul 2014 13:31:38 +0000 (15:31 +0200)]
Merge pull request #998 from xmo-odoo/8.0-module-descriptions-xmo

Don't include xml declaration when compiling rST module descriptions to HTML

9 years ago[IMP] models: add an extension mechanism for attribute _depends on models
Raphael Collet [Tue, 8 Jul 2014 12:52:23 +0000 (14:52 +0200)]
[IMP] models: add an extension mechanism for attribute _depends on models

9 years ago[FIX] compile of rst module descriptions to HTML
Xavier Morel [Tue, 8 Jul 2014 12:39:24 +0000 (14:39 +0200)]
[FIX] compile of rst module descriptions to HTML

lxml (used by the html sanitizer) really does not like documents as unicode
strings with an encoding declaration (which doesn't make sense indeed), yet
docutils with output_encoding=unicode generates one (a stupid one too, says
"encoding=unicode").

Disable the xml declaration altogether when compiling rST module declarations
to HTML.

9 years agoMerge pull request #993 from odoo-dev/saas-5-issue-902
sle-odoo [Tue, 8 Jul 2014 12:29:38 +0000 (14:29 +0200)]
Merge pull request #993 from odoo-dev/saas-5-issue-902

[MERGE][FIX] product: incomplete declaration of report pricelist

9 years agoMerge pull request #996 from odoo-dev/8.0-id-field-type-rco
Raphael Collet [Tue, 8 Jul 2014 11:59:21 +0000 (13:59 +0200)]
Merge pull request #996 from odoo-dev/8.0-id-field-type-rco

[FIX] fields: add a type to field Id; this fixes #990

9 years ago[FIX] ir.model.fields: better unlink
Martin Trigaux [Tue, 8 Jul 2014 11:55:48 +0000 (13:55 +0200)]
[FIX] ir.model.fields: better unlink

When droping a column, remove also the relation table in case of custom m2m field.
The relation table needs to be dropped otherwise an unremovable constraint to the targetted table is kept (and anyway is not needed anymore).

9 years ago[FIX] fields: add a type to field Id; this fixes #990
Raphael Collet [Tue, 8 Jul 2014 11:29:45 +0000 (13:29 +0200)]
[FIX] fields: add a type to field Id; this fixes #990

9 years ago[FIX]product: disable menu name come from report declaration.because it's called...
Atul Patel [Tue, 8 Jul 2014 10:41:28 +0000 (16:11 +0530)]
[FIX]product: disable menu name come from report declaration.because it's called from wizard

9 years ago[FIX] models, fields: add model dependencies for models backed up by sql views
Raphael Collet [Tue, 8 Jul 2014 08:16:16 +0000 (10:16 +0200)]
[FIX] models, fields: add model dependencies for models backed up by sql views

9 years ago[FIX] product: add menu item to attributes and attribute values. Adding constraint...
Christophe Matthieu [Tue, 8 Jul 2014 07:12:17 +0000 (09:12 +0200)]
[FIX] product: add menu item to attributes and attribute values. Adding constraint to prevent deleting attributes with references to products.

9 years agoMerge pull request #946 from joshuajan/7.0_hr_holidays_report_fix
antonylesuisse [Mon, 7 Jul 2014 18:48:19 +0000 (20:48 +0200)]
Merge pull request #946 from joshuajan/7.0_hr_holidays_report_fix

skip the inactivate employee in leaves summary

9 years agoMerge pull request #976 from odoo-dev/8.0-fix-model-init-rco
Raphael Collet [Mon, 7 Jul 2014 18:37:11 +0000 (20:37 +0200)]
Merge pull request #976 from odoo-dev/8.0-fix-model-init-rco

[FIX] models: reorganize model instantiation

9 years ago[FIX] configuration file dbfilter's option has no effect
Fabien Meghazi [Thu, 8 May 2014 07:50:25 +0000 (09:50 +0200)]
[FIX] configuration file dbfilter's option has no effect

lp bug: https://launchpad.net/bugs/940439 fixed

bzr revid: fme@openerp.com-20140508075025-yszqmzie1z4n7l4j

9 years ago[FIX] portal: avoid errors during autovacuum
Martin Trigaux [Mon, 7 Jul 2014 15:12:27 +0000 (17:12 +0200)]
[FIX] portal: avoid errors during autovacuum

When the cron for autovacuum runs, the osv_memory objects are deleted. The portal.wizard.user object has a required field (wizard_id) linked to another osv_memory object (portal.user) which causes a traceback when the cron tries to delete portal.user object before the portal.wizard.user. opw 609918

9 years ago[FIX] stock: update and request procurment button use active_id to se the product...
Christophe Matthieu [Mon, 7 Jul 2014 14:58:47 +0000 (16:58 +0200)]
[FIX] stock: update and request procurment button use active_id to se the product. Fix to use this buttons on product template.

9 years ago[FIX] Fix broken translation cache for absent translation of 'false'
Christophe Combelles [Mon, 7 Jul 2014 14:29:11 +0000 (17:29 +0300)]
[FIX] Fix broken translation cache for absent translation of 'false'

9 years agoMerge pull request #970 from xmo-odoo/8.0-remove-unnecessary-listifications-xmo
xmo-odoo [Mon, 7 Jul 2014 14:15:23 +0000 (16:15 +0200)]
Merge pull request #970 from xmo-odoo/8.0-remove-unnecessary-listifications-xmo

Remove redundant calls to list()

9 years agoMerge pull request #969 from xmo-odoo/8.0-fix-weakset-listification-xmo
xmo-odoo [Mon, 7 Jul 2014 14:15:02 +0000 (16:15 +0200)]
Merge pull request #969 from xmo-odoo/8.0-fix-weakset-listification-xmo

Unsafe listification of weakref in Python < 2.7.4