odoo/odoo.git
10 years ago[MERGE] Forward-port of 7.0 bugfixes up to rev 9976 rev-id: odo@openerp.com-201404111...
Olivier Dony [Fri, 11 Apr 2014 14:28:00 +0000 (16:28 +0200)]
[MERGE] Forward-port of 7.0 bugfixes up to rev 9976 rev-id: odo@openerp.com-20140411142429-y0rpkzqbrsabxqsg

bzr revid: odo@openerp.com-20140411142800-t8sbcmfkj3qgmrh3

10 years ago[FIX] mail.thread: avoid overwriting thread_id/model with foreign values when reply...
Olivier Dony [Fri, 11 Apr 2014 14:24:29 +0000 (16:24 +0200)]
[FIX] mail.thread: avoid overwriting thread_id/model with foreign values when reply-to hostname does not match + fix tests

This improve previous commit by making sure we
never consider the thread_id/model values in the
In-Reply-To/References header if the host name
did not match.
Also fixes the tests that were using the
6.1 compatibility mode to post in a mail group
thread instead of specifying the right
message-id.

bzr revid: odo@openerp.com-20140411142429-y0rpkzqbrsabxqsg

10 years ago[FIX] Empty all current line(s) when you change template. Before, the display do...
Kersten Jeremy [Fri, 11 Apr 2014 14:20:22 +0000 (16:20 +0200)]
[FIX] Empty all current line(s) when you change template. Before, the display do it, but when you save, you have back the old lines.

bzr revid: jke@openerp.com-20140411142022-rceic1ma2axakzpe

10 years ago[FIX] website_sale_quote - Make the sale quote template translatable when you edit...
Kersten Jeremy [Fri, 11 Apr 2014 14:19:32 +0000 (16:19 +0200)]
[FIX] website_sale_quote - Make the sale quote template translatable when you edit a template. Force use of the language of partner in quotation, when you use a template.

bzr revid: jke@openerp.com-20140411141932-fk41zgsuw9e68t3a

10 years ago[FIX] 500 error on connection when using PyWebDAV 0.9.4
Denis Ledoux [Fri, 11 Apr 2014 13:42:03 +0000 (15:42 +0200)]
[FIX] 500 error on connection when using PyWebDAV 0.9.4
(and maybe others)

Courtesy of Holger Brunn (Therp)

bzr revid: dle@openerp.com-20140411134203-lxt4mnquiiclv6w3

10 years ago[FIX] mail.thread: avoid wrongly matching model,id from a foreign OpenERP system
Olivier Dony [Fri, 11 Apr 2014 10:13:49 +0000 (12:13 +0200)]
[FIX] mail.thread: avoid wrongly matching model,id from a foreign OpenERP system

When emails transit from an OpenERP system to another
there is a chance of wrongly considering the foreign
model,id pair as local, possibly attaching a reply
to a wrong parent message.
This naive heuristic ignore the foreign identifiers
unless the hostname of the message-id mentioned in
the In-Reply-To header matches the local one.
This may fail after a change of local hostname but
is still better than the alternative.
In OpenERP v8 we should stop including the model,res_id
in outgoing Message-Id headers and only rely on the
stored, opaque, unique Message-Ids, preventing
any future mismatch.

bzr revid: odo@openerp.com-20140411101349-h3jmkdzvbr7lut26

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 11 Apr 2014 05:59:30 +0000 (05:59 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140411055930-7coykr7rveqsucp3

10 years ago[MERGE] [FIX] account_budget: fix the computation of theorical amount field (opw...
Martin Trigaux [Thu, 10 Apr 2014 15:17:17 +0000 (17:17 +0200)]
[MERGE] [FIX] account_budget: fix the computation of theorical amount field (opw 606232)

The amount should use number of days +1
eg: budget from 2014-04-01 to 2014-04-11, today is 2014-04-10, should be 10/11*amount instead of 9/10*amount

bzr revid: mat@openerp.com-20140410151717-gzoucjmshb2y2j6i

10 years ago[FIX] setup: allow using pywebdav 0.9.4.1 (and possible future patches), we only...
Olivier Dony [Thu, 10 Apr 2014 14:02:44 +0000 (16:02 +0200)]
[FIX] setup: allow using pywebdav 0.9.4.1 (and possible future patches), we only want to stay below 0.9.8

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

bzr revid: odo@openerp.com-20140410140244-wu2l4hb5o1ct7tmm

10 years ago[FIX] Remove double return
Kersten Jeremy [Thu, 10 Apr 2014 11:40:48 +0000 (13:40 +0200)]
[FIX] Remove double return

bzr revid: jke@openerp.com-20140410114048-hw26q9x0dm11wbqc

10 years ago[FIX] Website - Fix quantity not refresh when you add a product in your cart
Kersten Jeremy [Thu, 10 Apr 2014 11:39:52 +0000 (13:39 +0200)]
[FIX] Website - Fix quantity not refresh when you add a product in your cart

bzr revid: jke@openerp.com-20140410113952-g0nvc9nfjma2t614

10 years ago[FIX] website_sale: Do not search and associate a company to the partner when an...
Denis Ledoux [Thu, 10 Apr 2014 10:58:04 +0000 (12:58 +0200)]
[FIX] website_sale: Do not search and associate a company to the partner when an order is validated
This can be regarded as a security leak: You can associate your partner to an existing company, which you maybe do not really belong, and therefore potentially access data which you are not authorized to see

Use street for the company name, street2 for the actual street, meanwhile

bzr revid: dle@openerp.com-20140410105804-am2xjmr09u3jk36r

10 years ago[MERGE] forward port of branch 7.0 up to revid 9971 chs@openerp.com-20140410100027...
Christophe Simonis [Thu, 10 Apr 2014 10:36:38 +0000 (12:36 +0200)]
[MERGE] forward port of branch 7.0 up to revid 9971 chs@openerp.com-20140410100027-5ug4801pfch9virt

bzr revid: chs@openerp.com-20140410103638-x7vajn70ewsfp0ck

10 years ago[FIX] account: Chart Installer: new way to get apps server
Christophe Simonis [Thu, 10 Apr 2014 10:00:27 +0000 (12:00 +0200)]
[FIX] account: Chart Installer: new way to get apps server

bzr revid: chs@openerp.com-20140410100027-5ug4801pfch9virt

10 years ago[FIX] modules: install_from_urls: restrict to administrators. Urls must come from...
Christophe Simonis [Thu, 10 Apr 2014 09:58:17 +0000 (11:58 +0200)]
[FIX] modules: install_from_urls: restrict to administrators. Urls must come from apps server.
[FIX] modules: download() method is now a no-op. This method was in fact already a no-op as the "url" field is never set explicitly in the code.

bzr revid: chs@openerp.com-20140410095817-bkni63g346wneybb

10 years ago[FIX] website_sale: use commercial_partner_id instead of parent_id to have the compan...
Denis Ledoux [Thu, 10 Apr 2014 09:58:14 +0000 (11:58 +0200)]
[FIX] website_sale: use commercial_partner_id instead of parent_id to have the company name of the artner in the checkout form

If the user is portal, its partner is a company and has a parent: a security rule prevent to read the parent_id
and the company which should be displayed is the closest company of the partner in the hierarchy, and, in this case, itself.

bzr revid: dle@openerp.com-20140410095814-x7hqymfelspvjdsw

10 years ago[FIX] payment: remove mail of dependance (as account already depends on it) and set...
Denis Ledoux [Thu, 10 Apr 2014 08:48:46 +0000 (10:48 +0200)]
[FIX] payment: remove mail of dependance (as account already depends on it) and set auto_install

payment was added as dependance of portal_sale, which used to be auto installed when portal and sale were installed. With this new dependance, it wasnt the case anymore
With auto install of the payment module with the installation of account, this module is installed on the installation of sale (depends on account), and, therefore, on the installation of portal, portal_sale is now installed correctly

bzr revid: dle@openerp.com-20140410084846-78kxwc63nmv0rg9k

10 years ago[FIX] website_quote: security fix, only salesman were able to read sale order options...
Denis Ledoux [Thu, 10 Apr 2014 08:14:45 +0000 (10:14 +0200)]
[FIX] website_quote: security fix, only salesman were able to read sale order options, while other users, like portal and public, obviously need to be able to read these options

bzr revid: dle@openerp.com-20140410081445-mcg075upmujpr5w1

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 10 Apr 2014 06:46:50 +0000 (06:46 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140410064650-qqd9g5dsaf5dqm52

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9969 revid:dle@openerp.com...
Denis Ledoux [Wed, 9 Apr 2014 16:31:32 +0000 (18:31 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9969 revid:dle@openerp.com-20140409162932-y5fxd5wbojing2t2

bzr revid: dle@openerp.com-20140409163132-n3apqh6nvfg2qof9

10 years ago[FIX] pad: render_value binded on change effective_readonly event, so render value...
Denis Ledoux [Wed, 9 Apr 2014 16:29:32 +0000 (18:29 +0200)]
[FIX] pad: render_value binded on change effective_readonly event, so render value calls wait for each others

Proper fix than 9968 revid:dle@openerp.com-20140409160214-1anxi8z07xj49vsp

bzr revid: dle@openerp.com-20140409162932-y5fxd5wbojing2t2

10 years ago[FIX] pad: render_value binded on change effective_readonly event, so render value...
Denis Ledoux [Wed, 9 Apr 2014 16:02:14 +0000 (18:02 +0200)]
[FIX] pad: render_value binded on change effective_readonly event, so render value calls wait for each others

bzr revid: dle@openerp.com-20140409160214-1anxi8z07xj49vsp

10 years ago[FIX] Allow missing opcodes, harden check for private attributes (dunder), check...
Kersten Jeremy [Wed, 9 Apr 2014 15:16:59 +0000 (17:16 +0200)]
[FIX] Allow missing opcodes, harden check for private attributes (dunder), check inside embedded code objects.

bzr revid: jke@openerp.com-20140409151659-xwttchbtbj02v1w7

10 years ago[FIX] expression: when evaluatoing *like operator, add cast to text to column in...
jba [Wed, 9 Apr 2014 14:43:46 +0000 (16:43 +0200)]
[FIX] expression: when evaluatoing *like operator, add cast to text to column in case of different type

bzr revid: mat@openerp.com-20140409144346-nbn0dno3bs6ozwk5

10 years ago[FIX] analytic_user_function: add missing _rec_name
Martin Trigaux [Wed, 9 Apr 2014 14:29:17 +0000 (16:29 +0200)]
[FIX] analytic_user_function: add missing _rec_name

bzr revid: mat@openerp.com-20140409142917-ueqzyblgh3iwblc0

10 years ago[FIX] portal: portal template should have portal group ONLY (magic number 6 replace...
Denis Ledoux [Wed, 9 Apr 2014 12:47:41 +0000 (14:47 +0200)]
[FIX] portal: portal template should have portal group ONLY (magic number 6 replace current groups by the portal group only)

bzr revid: dle@openerp.com-20140409124741-wsycxwqik41s0hfn

10 years ago[FIX] pad: pad in readonly when opening form view in edit mode - opw 606208
Anael Closson [Wed, 9 Apr 2014 11:48:25 +0000 (13:48 +0200)]
[FIX] pad: pad in readonly when opening form view in edit mode - opw 606208

bzr revid: acl@openerp.com-20140409114825-t10ps6o7qn7qbd7y

10 years ago[FIX] account_asset: copy should not keep history and move lines of previous asset
Martin Trigaux [Wed, 9 Apr 2014 10:06:58 +0000 (12:06 +0200)]
[FIX] account_asset: copy should not keep history and move lines of previous asset

bzr revid: mat@openerp.com-20140409100658-1oj741aw5sne8dtr

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 4171 revid:dle@openerp.com...
Denis Ledoux [Wed, 9 Apr 2014 09:36:16 +0000 (11:36 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 4171 revid:dle@openerp.com-20140409093422-imrg2hqozf46kj8d

bzr revid: dle@openerp.com-20140409093616-3060or02z8zmv8tm

10 years ago[FIX] web: impossible to click on attach button, for many2many_binary
Denis Ledoux [Wed, 9 Apr 2014 09:34:22 +0000 (11:34 +0200)]
[FIX] web: impossible to click on attach button, for many2many_binary

This fix is related to revision 4169 revid:mat@openerp.com-20140407120612-mjb08yts2oa4k4jz

bzr revid: dle@openerp.com-20140409093422-imrg2hqozf46kj8d

10 years ago[FIX] account_budget: Added missing 1 day in the(to the elapsed days and total days...
Ravi Gohil (OpenERP) [Wed, 9 Apr 2014 08:53:32 +0000 (14:23 +0530)]
[FIX] account_budget: Added missing 1 day in the(to the elapsed days and total days) calculation of 'Theoretical Amount' in order to have correct amount value for it. (Maintenance Case: 606232)

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

bzr revid: rgo@tinyerp.com-20140409085332-ul2rq25pkivtyzja

10 years ago[FIX] setup.py: babel.dates.format_timedelta required, added in 1.0
Olivier Dony [Wed, 9 Apr 2014 08:14:59 +0000 (10:14 +0200)]
[FIX] setup.py: babel.dates.format_timedelta required, added in 1.0

bzr revid: odo@openerp.com-20140409081459-07uyfgfk03jevch4

10 years ago[FIX] setup.py: pywebdav 0.9.8 breaks the API by renaming the DAV module
Olivier Dony [Wed, 9 Apr 2014 08:13:49 +0000 (10:13 +0200)]
[FIX] setup.py: pywebdav 0.9.8 breaks the API by renaming the DAV module

bzr revid: odo@openerp.com-20140409081349-53jbd1k9vfp0uzom

10 years ago[FIX] website: snippet parallax. Error when the user activate a snippet parallax...
chm@openerp.com [Wed, 9 Apr 2014 07:28:13 +0000 (09:28 +0200)]
[FIX] website: snippet parallax. Error when the user activate a snippet parallax already inserted

bzr revid: chm@openerp.com-20140409072813-43fqwcr7j6i0zl0e

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 9 Apr 2014 07:06:27 +0000 (07:06 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140409070627-o5ns6nniq2dc1lme

10 years ago[MERGE][FIX] sale: sale order report, pto in invoice template should not cover the...
Denis Ledoux [Tue, 8 Apr 2014 19:39:10 +0000 (21:39 +0200)]
[MERGE][FIX] sale: sale order report, pto in invoice template should not cover the whole document

Courtesy of Stefan Rijnhart (Therp)

bzr revid: dle@openerp.com-20140408193910-2vztatyowndyasj9

10 years ago[FIX] product, stock: set active field in default product view, instead of inherited...
Denis Ledoux [Tue, 8 Apr 2014 18:09:20 +0000 (20:09 +0200)]
[FIX] product, stock: set active field in default product view, instead of inherited view of stock module

The active field was placed in the Delays section, which does not make sense
Besides, we should be able to disable products by default, not when stock is installed.

bzr revid: dle@openerp.com-20140408180920-jpl50ups6ro1z4qp

10 years ago[FIX] Website sale : cast quantity as flaot when forced by post input.
Kersten Jeremy [Tue, 8 Apr 2014 16:24:32 +0000 (18:24 +0200)]
[FIX] Website sale : cast quantity as flaot when forced by post input.

bzr revid: jke@openerp.com-20140408162432-21vbw3of9jd4c1sz

10 years ago[FIX] Allow to pass qty in add_to_cart button (number and set_numer)
Kersten Jeremy [Tue, 8 Apr 2014 16:11:07 +0000 (18:11 +0200)]
[FIX] Allow to pass qty in add_to_cart button (number and set_numer)

bzr revid: jke@openerp.com-20140408161107-0x7uxn68olvsjnnt

10 years ago[FIX] website: snippet parallax
chm@openerp.com [Tue, 8 Apr 2014 15:49:26 +0000 (17:49 +0200)]
[FIX] website: snippet parallax

bzr revid: chm@openerp.com-20140408154926-dq4k4bvmfaq2r6rl

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9963 revid:dle@openerp.com...
Denis Ledoux [Tue, 8 Apr 2014 14:20:21 +0000 (16:20 +0200)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9963 revid:dle@openerp.com-20140408141413-xqotylt1wlgktgpx

bzr revid: dle@openerp.com-20140408142021-q1rb2ekvuz0qcxg4

10 years ago[FIX] account_invoice: print invoice report, pto missplaced around the whole report...
Denis Ledoux [Tue, 8 Apr 2014 14:14:13 +0000 (16:14 +0200)]
[FIX] account_invoice: print invoice report, pto missplaced around the whole report instead of just the invoice lines

bzr revid: dle@openerp.com-20140408141413-xqotylt1wlgktgpx

10 years ago[IMP] web: select input on add record in list editable
Denis Ledoux [Tue, 8 Apr 2014 12:01:41 +0000 (14:01 +0200)]
[IMP] web: select input on add record in list editable

bzr revid: dle@openerp.com-20140408120141-f1fx2e9e8vqatccx

10 years ago[MERGE] [FIX] many2manytags: make sure the selected tag is added to the field when...
Martin Trigaux [Tue, 8 Apr 2014 08:27:58 +0000 (10:27 +0200)]
[MERGE] [FIX] many2manytags: make sure the selected tag is added to the field when searched (opw 606045)

bzr revid: mat@openerp.com-20140408082758-zb2acpbfv2r6xidg

10 years ago[FIX] account_budget: Added missing 1 day in the(to the elapsed days and total days...
Ravi Gohil (OpenERP) [Tue, 8 Apr 2014 07:34:52 +0000 (13:04 +0530)]
[FIX] account_budget: Added missing 1 day in the(to the elapsed days and total days) calculation of 'Theoretical Amount' in order to have correct amount value for it. (Maintenance Case: 606232)

bzr revid: rgo@tinyerp.com-20140408073452-28jfel5fp039s07e

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 8 Apr 2014 07:07:58 +0000 (07:07 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140408070758-jpj1hkcbia6f8630

10 years ago[FIX] auth_oauth: avoid infinite loop while trying to sign in
Denis Ledoux [Mon, 7 Apr 2014 15:59:19 +0000 (17:59 +0200)]
[FIX] auth_oauth: avoid infinite loop while trying to sign in

bzr revid: dle@openerp.com-20140407155919-vm32q6nvcit59026

10 years ago[FIX] OPW 606045 - view_form: add a m2m tag from search_create_popup doesn't add...
Anael Closson [Mon, 7 Apr 2014 15:45:10 +0000 (17:45 +0200)]
[FIX] OPW 606045 - view_form: add a m2m tag from search_create_popup doesn't add tag to field

bzr revid: acl@openerp.com-20140407154510-5vxckvf1vpsvl96e

10 years ago[FIX] auth_oauth: redirect to url before sign in
Denis Ledoux [Mon, 7 Apr 2014 15:00:27 +0000 (17:00 +0200)]
[FIX] auth_oauth: redirect to url before sign in

bzr revid: dle@openerp.com-20140407150027-z46yxuh3a9uqoz26

10 years ago[MERGE] forward port of branch 7.0 up to revid 4169 mat@openerp.com-20140407120612...
Christophe Simonis [Mon, 7 Apr 2014 14:46:25 +0000 (16:46 +0200)]
[MERGE] forward port of branch 7.0 up to revid 4169 mat@openerp.com-20140407120612-mjb08yts2oa4k4jz

bzr revid: chs@openerp.com-20140407144439-10n8fs6zovodwwtx
bzr revid: chs@openerp.com-20140407144625-jfimvsx4mgrkztqv

10 years ago[MERGE] forward port of branch 7.0 up to revid 5275 odo@openerp.com-20140407105740...
Christophe Simonis [Mon, 7 Apr 2014 14:42:38 +0000 (16:42 +0200)]
[MERGE] forward port of branch 7.0 up to revid 5275 odo@openerp.com-20140407105740-elbz311w5u9e8eos

bzr revid: chs@openerp.com-20140407144238-3s38zadkh7yxpdy7

10 years ago[FIX] res.font: re-introduce substitution for builtin PDF fonts
Olivier Dony [Mon, 7 Apr 2014 12:10:15 +0000 (14:10 +0200)]
[FIX] res.font: re-introduce substitution for builtin PDF fonts

This substitution was removed when res.font was implemented
based on the idea that it would be best to allow the use of
the real Helvetica/Times/Courier font if really required.
However the builtin ones are always available and crippled
when it comes to Unicode supports. Combined with the fact
that many RML/SXW reports had Helvetica hardcoded, this
breaks unicode reports for many users.
This patch re-introduces a mapping to replace the builtin
fonts by a few common and free alternatives (DejaVu, Liberation
and Free font families).
When an actual Helvetica/Times/Courier font is installed
no substitution takes place for it, in the hope that it
comes with decent unicode support.

bzr revid: odo@openerp.com-20140407121015-jq1qmg0hfu0dt31s

10 years ago[MERGE] [FIX] upload widget: avoid overflow making impossible to click on other butto...
Martin Trigaux [Mon, 7 Apr 2014 12:06:12 +0000 (14:06 +0200)]
[MERGE] [FIX] upload widget: avoid overflow making impossible to click on other buttons than the first one (opw 603125)

bzr revid: mat@openerp.com-20140407120612-mjb08yts2oa4k4jz

10 years ago[FIX] web: pass name arg to name_search, because it seems that one module (or more...
Denis Ledoux [Mon, 7 Apr 2014 11:09:19 +0000 (13:09 +0200)]
[FIX] web: pass name arg to name_search, because it seems that one module (or more) wrongly overwritten the method

bzr revid: dle@openerp.com-20140407110919-e0mvvhldkfe98qlq

10 years ago[FIX] browse()/browse_record: use iterables instead of forcing lists when constructin...
Olivier Dony [Mon, 7 Apr 2014 10:57:40 +0000 (12:57 +0200)]
[FIX] browse()/browse_record: use iterables instead of forcing lists when constructing browse_lists

This allows iterable list_class implementations

bzr revid: odo@openerp.com-20140407105740-elbz311w5u9e8eos

10 years ago[FIX] Purchase - Make type 'order' as default invoice method in 'Purchase Settings...
Kersten Jeremy [Mon, 7 Apr 2014 10:44:02 +0000 (12:44 +0200)]
[FIX] Purchase - Make type 'order' as default invoice method in 'Purchase Settings'. Purchase by default use 'order', once an user update a parameter in 'Purchase Setting' without changing the default type (which by default was set to manual and not to order) the behavior is changed

bzr revid: jke@openerp.com-20140407104402-nlswdttmkmxznap2

10 years ago[FIX] web: correct company info popup closing
Christophe Simonis [Mon, 7 Apr 2014 10:13:24 +0000 (12:13 +0200)]
[FIX] web: correct company info popup closing

bzr revid: chs@openerp.com-20140407101324-vhm0d9r2nf0m7ve3

10 years ago[FIX] l10n_be: tax VAT-IN-V82-CAR-EXC-C1 should have as invoice and refund tax accoun...
Denis Ledoux [Mon, 7 Apr 2014 10:10:16 +0000 (12:10 +0200)]
[FIX] l10n_be: tax VAT-IN-V82-CAR-EXC-C1 should have as invoice and refund tax account the 'TVA non deductible' account

bzr revid: dle@openerp.com-20140407101016-fqns4nwv65rras91

10 years ago[FIX] Calendar - Typo remove useless whitespace
Kersten Jeremy [Mon, 7 Apr 2014 09:51:27 +0000 (11:51 +0200)]
[FIX] Calendar - Typo remove useless whitespace

bzr revid: jke@openerp.com-20140407095127-kxco10410n33l7h6

10 years ago[FIX] Calendar - Add timezone in mail send for invitations.
Kersten Jeremy [Mon, 7 Apr 2014 09:46:24 +0000 (11:46 +0200)]
[FIX] Calendar - Add timezone in mail send for invitations.

bzr revid: jke@openerp.com-20140407094624-bi8rtxqcdl1kqaal

10 years ago[FIX] web: applying display name temporary imp of read to search_read also
Denis Ledoux [Mon, 7 Apr 2014 08:24:45 +0000 (10:24 +0200)]
[FIX] web: applying display name temporary imp of read to search_read also

bzr revid: dle@openerp.com-20140407082445-yjy17jnrw45d8mxg

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 7 Apr 2014 06:53:16 +0000 (06:53 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140405061904-60l019fp9qbl890t
bzr revid: launchpad_translations_on_behalf_of_openerp-20140406065319-1cr9ypow2w870fbo
bzr revid: launchpad_translations_on_behalf_of_openerp-20140407065316-8z3pm4a79uff45z5

10 years ago[FIX] base_vat : improve log when a vat code is not valid to display which code is...
Kersten Jeremy [Sat, 5 Apr 2014 12:53:20 +0000 (14:53 +0200)]
[FIX] base_vat : improve log when a vat code is not valid to display which code is wrong in constraint message.

bzr revid: jke@openerp.com-20140405125320-ps1atos24yyc2uwj

10 years ago[FIX] Typo - add missing label for checkbox speaker.
Kersten Jeremy [Sat, 5 Apr 2014 10:42:54 +0000 (12:42 +0200)]
[FIX] Typo - add missing label for checkbox speaker.

bzr revid: jke@openerp.com-20140405104254-2rpf239vb6wvk8hd

10 years ago[MERGE] forward port of branch 7.0 up to revid 9956 odo@openerp.com-20140404135145...
Christophe Simonis [Fri, 4 Apr 2014 16:17:13 +0000 (18:17 +0200)]
[MERGE] forward port of branch 7.0 up to revid 9956 odo@openerp.com-20140404135145-t8b0m2ijcq3y8sh6

bzr revid: chs@openerp.com-20140404161713-8w2c9y05l4dzzd9s

10 years ago[MERGE] forward port of branch 7.0 up to revid 5274 chs@openerp.com-20140404141611...
Christophe Simonis [Fri, 4 Apr 2014 15:58:58 +0000 (17:58 +0200)]
[MERGE] forward port of branch 7.0 up to revid 5274 chs@openerp.com-20140404141611-qi1yagltvkd9q8ji

bzr revid: chs@openerp.com-20140404155858-mvupqmuvi8ime2tl

10 years ago[FIX] force suppression of pidfile at exit of openerp.
Christophe Simonis [Fri, 4 Apr 2014 15:46:58 +0000 (17:46 +0200)]
[FIX] force suppression of pidfile at exit of openerp.
[IMP] only write/delete pidfile in non-evented mode
[FIX] check if evented mode before checking in worker mode when starting server service

bzr revid: chs@openerp.com-20140404154658-6x5rxyq12guej43q

10 years ago[FIX] web: do not reload record on dialog close if the wizard return an action
Denis Ledoux [Fri, 4 Apr 2014 15:09:14 +0000 (17:09 +0200)]
[FIX] web: do not reload record on dialog close if the wizard return an action

bzr revid: dle@openerp.com-20140404150914-vxx06gl0xv43ddv2

10 years ago[FIX] res.partner: name_search: respect unaccent flag
Christophe Simonis [Fri, 4 Apr 2014 14:16:11 +0000 (16:16 +0200)]
[FIX] res.partner: name_search: respect unaccent flag

bzr revid: chs@openerp.com-20140404141611-qi1yagltvkd9q8ji

10 years ago[IMP] expression: new helper for generating unaccent aware sql queries. Adapt _auto_j...
Christophe Simonis [Fri, 4 Apr 2014 14:15:59 +0000 (16:15 +0200)]
[IMP] expression: new helper for generating unaccent aware sql queries. Adapt _auto_join tests to use it.

bzr revid: chs@openerp.com-20140404141559-d2sn68lruik9hz81

10 years ago[MERGE] stock,mrp: restore deactivated tests (backport from trunk), courtesy of Lione...
Olivier Dony [Fri, 4 Apr 2014 13:51:45 +0000 (15:51 +0200)]
[MERGE] stock,mrp: restore deactivated tests (backport from trunk), courtesy of Lionel Sausin (Numerigraphe)

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

bzr revid: odo@openerp.com-20140404135145-t8b0m2ijcq3y8sh6

10 years ago[FIX] Ecomm - login to post a comment if not logged
Kersten Jeremy [Fri, 4 Apr 2014 13:50:05 +0000 (15:50 +0200)]
[FIX] Ecomm - login to post a comment if not logged

bzr revid: jke@openerp.com-20140404135005-4uz7qtzyke58sgy2

10 years ago[FIX] project: do not overwrite start date is specifically set by the user
Denis Ledoux [Fri, 4 Apr 2014 13:39:58 +0000 (15:39 +0200)]
[FIX] project: do not overwrite start date is specifically set by the user

bzr revid: dle@openerp.com-20140404133958-fyw309i5cem11jm1

10 years ago[FIX] domain parsing: better heuristic when a domain uses a date value for a datetime...
Olivier Dony [Fri, 4 Apr 2014 13:38:27 +0000 (15:38 +0200)]
[FIX] domain parsing: better heuristic when a domain uses a date value for a datetime field

This comparison is flawed by nature but can be a useful
shortcut sometimes. It was using wrong boundaries and
would also loop for operators not explicitly handled
by the code (there was no `else` block). It is still
not possible to handle time zone conversions properly,
so this is only an experimental feature.

bzr revid: odo@openerp.com-20140404133827-5owdendpsr083a17

10 years ago[FIX] website_sale_delivery: list pop actually takes as arg the index in the list...
Denis Ledoux [Fri, 4 Apr 2014 13:03:02 +0000 (15:03 +0200)]
[FIX] website_sale_delivery: list pop actually takes as arg the index in the list, not the item (+ check that carrier id is not false)

bzr revid: dle@openerp.com-20140404130302-mvm2tzhsc2a58p11

10 years ago[FIX] crm_partner_assign: add discussion subtype to interested/disintered messages...
Denis Ledoux [Fri, 4 Apr 2014 12:54:50 +0000 (14:54 +0200)]
[FIX] crm_partner_assign: add discussion subtype to interested/disintered messages, so portal users can see it

bzr revid: dle@openerp.com-20140404125450-v94rjpuuse9gkibr

10 years ago[IMP] bring back the tests for mrp_operations - backported from little after v7.0...
Foram Katharotiya (OpenERP) [Fri, 4 Apr 2014 12:45:18 +0000 (14:45 +0200)]
[IMP] bring back the tests for mrp_operations - backported from little after v7.0 in the trunk

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

bzr revid: ls@numerigraphe.com-20140404124518-jv77xw4z0ouoaqlz

10 years ago[FIX] revert to v7 report API
Lionel Sausin [Fri, 4 Apr 2014 12:40:36 +0000 (14:40 +0200)]
[FIX] revert to v7 report API

bzr revid: ls@numerigraphe.com-20140404124036-1vt0fkakfllj1qax

10 years ago[FIX] changes made at merge time into the trunk - remove offending test
Martin Trigaux [Fri, 4 Apr 2014 12:36:55 +0000 (14:36 +0200)]
[FIX] changes made at merge time into the trunk - remove offending test

bzr revid: ls@numerigraphe.com-20140404123655-9ihrychuho6n6qt2

10 years ago[IMP] bring back the tests for MRP - backported from little after v7.0 in the trunk
Foram Katharotiya (OpenERP) [Fri, 4 Apr 2014 12:30:03 +0000 (14:30 +0200)]
[IMP] bring back the tests for MRP - backported from little after v7.0 in the trunk

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

bzr revid: ls@numerigraphe.com-20140404123003-cdt5zz1vmupbgd1j

10 years ago[FIX] website_sale: order data refresh problem
Denis Ledoux [Fri, 4 Apr 2014 10:25:12 +0000 (12:25 +0200)]
[FIX] website_sale: order data refresh problem

bzr revid: dle@openerp.com-20140404102512-72x74ys4k6whk8ss

10 years ago[FIX] revert to v7 report API
Lionel Sausin [Fri, 4 Apr 2014 09:52:02 +0000 (11:52 +0200)]
[FIX] revert to v7 report API

bzr revid: ls@numerigraphe.com-20140404095202-wwegxz9qp00o8yuw

10 years ago[IMP] bring back the tests - backported from little after v7.0 in the trunk
Foram Katharotiya (OpenERP) [Fri, 4 Apr 2014 09:24:09 +0000 (11:24 +0200)]
[IMP] bring back the tests - backported from little after v7.0 in the trunk

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

bzr revid: ls@numerigraphe.com-20140404092409-q1c2cwg5m2fav7tn

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 4 Apr 2014 07:07:59 +0000 (07:07 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140404070722-99m3lomg172fzapc
bzr revid: launchpad_translations_on_behalf_of_openerp-20140404070759-302tyo6k09v8arhz

10 years ago[FIX] account_budget: Added missing 1 day in the(to the elapsed days and total days...
Ravi Gohil (OpenERP) [Fri, 4 Apr 2014 07:02:54 +0000 (12:32 +0530)]
[FIX] account_budget: Added missing 1 day in the(to the elapsed days and total days) calculation of 'Theoretical Amount' in order to have correct amount value for it. (Maintenance Case: 606232)

bzr revid: rgo@tinyerp.com-20140404070254-ey27l4kq6d1vypq9

10 years ago[IMP] ir.actions: add Warning in eval context for server actions
Olivier Dony [Thu, 3 Apr 2014 16:26:50 +0000 (18:26 +0200)]
[IMP] ir.actions: add Warning in eval context for server actions

This way one can do `raise Warning(Foo)` to abort
a transaction and show a user-friendly warning to
the user.

bzr revid: odo@openerp.com-20140403162650-m7zmmr9dba7jnzxp

10 years ago[FIX] ir.qweb: avoid errors with function fields of type datetime
Olivier Dony [Thu, 3 Apr 2014 16:20:05 +0000 (18:20 +0200)]
[FIX] ir.qweb: avoid errors with function fields of type datetime

bzr revid: odo@openerp.com-20140403162005-i6lbbj6uco6dnrkq

10 years ago[MERGE] forward port of branch 7.0 up to revid 9954 chs@openerp.com-20140403153129...
Christophe Simonis [Thu, 3 Apr 2014 15:59:04 +0000 (17:59 +0200)]
[MERGE] forward port of branch 7.0 up to revid 9954 chs@openerp.com-20140403153129-jq9zc7ityoy25c73

bzr revid: chs@openerp.com-20140403155904-ya5mas5s3g7ivihb

10 years ago[FIX] share: move inheritance from res.user before the one from res.groups because...
Christophe Simonis [Thu, 3 Apr 2014 15:31:29 +0000 (17:31 +0200)]
[FIX] share: move inheritance from res.user before the one from res.groups because res.groups need the change on res.users in its init() function.
[FIX] share: call parent init() if present in res.groups

bzr revid: chs@openerp.com-20140403153129-jq9zc7ityoy25c73

10 years ago[FIX] share: at module init force re-generation of the user groups view without the...
Christophe Simonis [Thu, 3 Apr 2014 14:58:15 +0000 (16:58 +0200)]
[FIX] share: at module init force re-generation of the user groups view without the shared groups

bzr revid: chs@openerp.com-20140403145815-i3q3cprl2rvdfunf

10 years ago[FIX] website*: remove unusable demo links from manifests
Denis Ledoux [Thu, 3 Apr 2014 14:51:28 +0000 (16:51 +0200)]
[FIX] website*: remove unusable demo links from manifests

bzr revid: dle@openerp.com-20140403145128-9w92v4mmasz66mqj

10 years ago[FIX] res.partner: missing index on `parent_id` column
Olivier Dony [Thu, 3 Apr 2014 14:37:17 +0000 (16:37 +0200)]
[FIX] res.partner: missing index on `parent_id` column

bzr revid: odo@openerp.com-20140403143717-dy2bszaevsyivryo

10 years ago[REM] google_drive: remove unused (but sourced) Goggle API JS lib
Olivier Dony [Thu, 3 Apr 2014 14:34:48 +0000 (16:34 +0200)]
[REM] google_drive: remove unused (but sourced) Goggle API JS lib

Should have been removed when Google Drive API was switched to
server-side Python at revid:pga@tinyerp.com-20130523104155-83gmp2gucvackppv

bzr revid: odo@openerp.com-20140403143448-vds7crizqed0l80a

10 years ago[FIX] product_email_template: typos
Olivier Dony [Thu, 3 Apr 2014 14:28:36 +0000 (16:28 +0200)]
[FIX] product_email_template: typos

bzr revid: odo@openerp.com-20140403142836-9na8qo7y7gqr0nmi

10 years ago[FIX] expression: do not double quote column names
Christophe Simonis [Thu, 3 Apr 2014 08:45:24 +0000 (10:45 +0200)]
[FIX] expression: do not double quote column names

bzr revid: chs@openerp.com-20140403084524-9rb174osjrbmhgwc

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 3 Apr 2014 06:02:13 +0000 (06:02 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140403060213-netdplm9jzfr9yy6

10 years ago[FIX] web: do not reload record on dialog close if the wizard return an action
Denis Ledoux [Wed, 2 Apr 2014 16:50:08 +0000 (18:50 +0200)]
[FIX] web: do not reload record on dialog close if the wizard return an action

bzr revid: dle@openerp.com-20140402165008-y19pnbb35eerrnwx

10 years ago[FIX] crm.lead: missing index on stage_id/type/state
Olivier Dony [Wed, 2 Apr 2014 12:20:23 +0000 (14:20 +0200)]
[FIX] crm.lead: missing index on stage_id/type/state

bzr revid: odo@openerp.com-20140402122023-detokob7c6a06rux

10 years ago[FIX] expression: translated search as params are flatten, we need to expand "%s...
Christophe Simonis [Wed, 2 Apr 2014 11:27:30 +0000 (13:27 +0200)]
[FIX] expression: translated search as params are flatten, we need to expand "%s" placeholders when using the `in` operator

bzr revid: chs@openerp.com-20140402112730-eoqxt0pu7lvcq5yg

10 years ago[FIX] project,project_issue: missing indexes on stage/state/project_id/user_id
Olivier Dony [Wed, 2 Apr 2014 11:07:00 +0000 (13:07 +0200)]
[FIX] project,project_issue: missing indexes on stage/state/project_id/user_id

bzr revid: odo@openerp.com-20140402110700-h3ryoroibj1m92ig