odoo/odoo.git
11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 22 Mar 2013 05:35:16 +0000 (05:35 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130322053516-l2f6sdm3o3sp02t1

11 years ago[FIX] Calendar view don't get default name
Fabien Meghazi [Thu, 21 Mar 2013 22:54:02 +0000 (23:54 +0100)]
[FIX] Calendar view don't get default name

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

bzr revid: fme@openerp.com-20130321225402-iz7lul7hdooiup1o

11 years ago[FIX] Fix FormFields#focus()
Fabien Meghazi [Thu, 21 Mar 2013 22:06:36 +0000 (23:06 +0100)]
[FIX] Fix FormFields#focus()

The focus() of AbstractFormField should return false if field
is not focusable otherwise it breaks FormView's#autofocus()

Also added checks of existance of the element to focus.
Those errors makes it harder to find other bugs

bzr revid: fme@openerp.com-20130321220636-1pja2ahsdstyl8kz

11 years ago[FIX] resource: fix test: use fixed start/end hours for work periods, otherwise the...
Olivier Dony [Thu, 21 Mar 2013 19:03:48 +0000 (20:03 +0100)]
[FIX] resource: fix test: use fixed start/end hours for work periods, otherwise the test breaks randomly depending on the hour of the day

bzr revid: odo@openerp.com-20130321190348-3hxugi055qa2az0c

11 years ago[FIX] orm.expression: `=?` domain operator broken after 7.0 refactoring ; + added...
Olivier Dony [Thu, 21 Mar 2013 17:37:37 +0000 (18:37 +0100)]
[FIX] orm.expression: `=?` domain operator broken after 7.0 refactoring ; + added tests

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

bzr revid: odo@openerp.com-20130321173737-a0j330ro4i223fkb

11 years ago[FIX] visible text in Chrome on Linux after applying text-to-icon
Xavier Morel [Thu, 21 Mar 2013 16:47:41 +0000 (17:47 +0100)]
[FIX] visible text in Chrome on Linux after applying text-to-icon

@include text-to-icon makes the text invisible (and adds an icon), but
some platform apparently don't apply the text's transparency (or
visibility) to its shadow, leading to the invisible text's shadow
still being noticeably visible (an interesting literary idea, an
"invisible" man who still casts a shadow?) as if the text had not been
erased. Furthermore, combined with the 1px font size it made the text
look like some sort of screen smudge or glitch.

Fix by erasing the text-shadow as well as the text.

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

bzr revid: xmo@openerp.com-20130321164741-iakau7g1kfq2mqu4

11 years ago[FIX] apps: add timestamp to check image to avoid cache problems
Christophe Simonis [Thu, 21 Mar 2013 16:26:36 +0000 (17:26 +0100)]
[FIX] apps: add timestamp to check image to avoid cache problems

bzr revid: chs@openerp.com-20130321162636-p5w97ublixf00o5s

11 years ago[FIX] filter preceded by an invisible filter in the same group
Xavier Morel [Thu, 21 Mar 2013 15:51:23 +0000 (16:51 +0100)]
[FIX] filter preceded by an invisible filter in the same group

On click on a filter in the drawer, FilterGroup would just match the
offset of the filter in the group's DOM with an index in the internal
#filters array.

This worked until invisible fields, and then again only for filters
*preceded* by an invisible sibling in the same group: invisible
filters are not rendered in the DOM, so the indexes would get out of
sync.

Fix by using explicit indexes stored in a filter's @data-index and
using that to get the filter object/node.

An alternative fix (but hackier I think): instead of not rendering
invisible filters, render them with display: none. Remains an option
in the future if needed...

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

bzr revid: xmo@openerp.com-20130321155123-211iht7c6zme712e

11 years ago[FIX] incorrect array joins
Xavier Morel [Thu, 21 Mar 2013 15:51:05 +0000 (16:51 +0100)]
[FIX] incorrect array joins

Array#join() is equivalent to Array.join(', '), not Array.join('') as in Python.

For some reason the tests didn't break, but...

bzr revid: xmo@openerp.com-20130321155105-dwgprqldk39r3xk2

11 years ago[FIX] View editor does not handle inherited views
Fabien Meghazi [Thu, 21 Mar 2013 15:28:31 +0000 (16:28 +0100)]
[FIX] View editor does not handle inherited views

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

bzr revid: fme@openerp.com-20130321152831-n3bkdtoru72hbbub

11 years ago[FIX] board: hide the "Add To Dashboard" option in search views when current action...
Olivier Dony [Thu, 21 Mar 2013 11:46:05 +0000 (12:46 +0100)]
[FIX] board: hide the "Add To Dashboard" option in search views when current action is incompatible (e.g. client actions don't work in dashboards at the moment)

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

bzr revid: odo@openerp.com-20130321114605-2ddj46q2pkswm36b

11 years ago[MERGE] Forwardport of 6.1 changes to project_issue working hours to open/close compu...
Chris Biersbach [Thu, 21 Mar 2013 15:08:17 +0000 (16:08 +0100)]
[MERGE] Forwardport of 6.1 changes to project_issue working hours to open/close computations and corrections to the issue analysis report

bzr revid: cbi@openerp.com-20130321150817-5dr6gyo6yv42fyoh

11 years ago[FIX] mrp: there is no reason why selling a 'make_to_stock' product with phantom...
Quentin (OpenERP) [Thu, 21 Mar 2013 14:29:47 +0000 (15:29 +0100)]
[FIX] mrp: there is no reason why selling a 'make_to_stock' product with phantom BOM should not explode the BOM (a 'make_to_order' product was already doing it, there is no reason to treat them differently)

bzr revid: qdp-launchpad@openerp.com-20130321142947-3sj0icxyn3bbrc5n

11 years ago[MERGE] staging branch with fix in lunch (product preferences) and in sale (batch...
Quentin (OpenERP) [Thu, 21 Mar 2013 12:07:49 +0000 (13:07 +0100)]
[MERGE] staging branch with fix in lunch (product preferences) and in sale (batch invoicing of sale orders)

bzr revid: qdp-launchpad@openerp.com-20130321120749-afjz9axh97ypmhje

11 years ago[MERGE] [FIX] mail_gateway: better algorithm to find the partner of an incoming email...
Thibault Delavallée [Thu, 21 Mar 2013 12:04:51 +0000 (13:04 +0100)]
[MERGE] [FIX] mail_gateway: better algorithm to find the partner of an incoming email when having multiple matching partners for a given email address.

The mailgateway tries to find a partner that is also an user with the email_from.
If none is found, it takes the first partner with matching email.
In message_post, it tries to find the author based on the document's followers.
Indeed it is very likely that an answer comes from a follower of a document.

The whole process is not done inside the mailgateway because document
and followers related stuff belong to message_post, not to the mail gateway.

Tests have been added in mail.

bzr revid: tde@openerp.com-20130321120451-qk524qayq28sw3th

11 years ago[MERGE] Date Picker is not translated into local language
Fabien Meghazi [Thu, 21 Mar 2013 11:53:30 +0000 (12:53 +0100)]
[MERGE] Date Picker is not translated into local language

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

bzr revid: fme@openerp.com-20130321115330-cz7gk7il6hkvntw9

11 years ago[FIX]l10n_be_coda: add statement id in bank statement line view to allow group by...
dle@openerp.com [Thu, 21 Mar 2013 11:39:11 +0000 (12:39 +0100)]
[FIX]l10n_be_coda: add statement id in bank statement line view to allow group by statement

bzr revid: dle@openerp.com-20130321113911-ho4j30tyuqkn9hnn

11 years ago[FIX] sale: fixed the batch invoicing of sales orders that was create invoice twice...
Quentin (OpenERP) [Thu, 21 Mar 2013 11:30:59 +0000 (12:30 +0100)]
[FIX] sale: fixed the batch invoicing of sales orders that was create invoice twice per order + some refactoring

bzr revid: qdp-launchpad@openerp.com-20130321113059-667qdj873r0h0t55

11 years ago[FIX] Broltch
Thibault Delavallée [Thu, 21 Mar 2013 11:28:23 +0000 (12:28 +0100)]
[FIX] Broltch

bzr revid: tde@openerp.com-20130321112823-nmqzcjzigiwt09q7

11 years ago[FIX] lunch: display the _last_ 5 products ordered in the preferences of user, instea...
Quentin (OpenERP) [Thu, 21 Mar 2013 11:22:12 +0000 (12:22 +0100)]
[FIX] lunch: display the _last_ 5 products ordered in the preferences of user, instead of randomly chosen lines.

bzr revid: qdp-launchpad@openerp.com-20130321112212-52bho8cqqwx7w0br

11 years ago[FIX] base.xml: improve backwards compatibility of SearchView.filters template to...
Olivier Dony [Thu, 21 Mar 2013 11:20:20 +0000 (12:20 +0100)]
[FIX] base.xml: improve backwards compatibility of SearchView.filters template to resolve JS errors on OpenERP Apps where 2 different versions of the web client frameworm can be mixed

The incompatible change was introduced at revision
 rev. 3803 revid:xmo@openerp.com-20130304152047-8xaczg9qdx6ug2p1.

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

bzr revid: odo@openerp.com-20130321112020-l9fwle08s37z4oqi

11 years ago[MERGE] Sync with 7.0
Thibault Delavallée [Thu, 21 Mar 2013 10:51:57 +0000 (11:51 +0100)]
[MERGE] Sync with 7.0

bzr revid: tde@openerp.com-20130321105157-xhj04tgt0in0x9o3

11 years ago[MERGE] [FIX] mail: reply_to of sent notification emails is sanitized.
Thibault Delavallée [Thu, 21 Mar 2013 10:50:04 +0000 (11:50 +0100)]
[MERGE] [FIX] mail: reply_to of sent notification emails is sanitized.

bzr revid: tde@openerp.com-20130321105004-zcu1kagz06kxgimi

11 years ago[FIX] Form binary fields 'Select' and 'Save as' buttons does not work under IE9
Fabien Meghazi [Thu, 21 Mar 2013 10:34:07 +0000 (11:34 +0100)]
[FIX] Form binary fields 'Select' and 'Save as' buttons does not work under IE9

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

bzr revid: fme@openerp.com-20130321103407-nh0ncw0vrqba7zfm

11 years ago[FIX] mail: rpely_to of sent emails is sanitized.
Thibault Delavallée [Thu, 21 Mar 2013 09:23:32 +0000 (10:23 +0100)]
[FIX] mail: rpely_to of sent emails is sanitized.

bzr revid: tde@openerp.com-20130321092332-8cp59mu3idrpbnke

11 years ago[MERGE] [FIX] portal with project_long_term access right and rules
Thibault Delavallée [Thu, 21 Mar 2013 09:06:26 +0000 (10:06 +0100)]
[MERGE] [FIX] portal with project_long_term access right and rules

A new module is added that make a bridge between Portal and Project Long Term.
It adds access rights and security rules allowing use project long term
along with portal.

bzr revid: tde@openerp.com-20130321090626-zw4kpuszit4q5q9s

11 years ago[FIX]mrp/stock: when trying to sell a phantom bom, always sell components of bom...
Cedric Snauwaert [Thu, 21 Mar 2013 09:02:56 +0000 (10:02 +0100)]
[FIX]mrp/stock: when trying to sell a phantom bom, always sell components of bom and not final product
whatever the procurement method

bzr revid: csn@openerp.com-20130321090256-5no4nqis9zfxrsqb

11 years ago[MERGE] [FIX] Chatter: fixed multiple click on 'send' creating multiple messages...
Thibault Delavallée [Thu, 21 Mar 2013 08:49:28 +0000 (09:49 +0100)]
[MERGE] [FIX] Chatter: fixed multiple click on 'send' creating multiple messages; fixed 'show more message' listing all new messages in flat mode.

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

bzr revid: tde@openerp.com-20130321084928-wc4j4mwxqcqu21tb

11 years ago[IMP] mail: remove reverse list inside on_expandable
Christophe Matthieu [Thu, 21 Mar 2013 08:44:19 +0000 (09:44 +0100)]
[IMP] mail: remove reverse list inside on_expandable

bzr revid: chm@openerp.com-20130321084419-vx6owkvch4i8ekil

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 21 Mar 2013 05:03:54 +0000 (05:03 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130321050259-e16287z7tx5x2hr1
bzr revid: launchpad_translations_on_behalf_of_openerp-20130321050350-7j423tm3q7n124on
bzr revid: launchpad_translations_on_behalf_of_openerp-20130321050354-6gc2gobnj24c9gso

11 years ago[FIX] debian logfile rotation and init cleanup, courtesy of Hiren
Antony Lesuisse [Wed, 20 Mar 2013 23:18:28 +0000 (00:18 +0100)]
[FIX] debian logfile rotation and init cleanup, courtesy of Hiren

bzr revid: al@openerp.com-20130320231828-hhw7o17ahvl0cv7b

11 years ago[CLEAN] Cleaned code of fix.
Thibault Delavallée [Wed, 20 Mar 2013 16:42:02 +0000 (17:42 +0100)]
[CLEAN] Cleaned code of fix.

bzr revid: tde@openerp.com-20130320164202-yy13qg8pdx09ie9z

11 years ago[FIX] Forgotten to uncomment commented tests.
Thibault Delavallée [Wed, 20 Mar 2013 16:18:30 +0000 (17:18 +0100)]
[FIX] Forgotten to uncomment commented tests.

bzr revid: tde@openerp.com-20130320161830-0nyfuzyq4s4xa8hk

11 years ago[MERGE] Sync with trunk + fixed the fix and tests.
Thibault Delavallée [Wed, 20 Mar 2013 16:10:45 +0000 (17:10 +0100)]
[MERGE] Sync with trunk + fixed the fix and tests.

bzr revid: tde@openerp.com-20130320161045-41bpe36b09tgcxpo

11 years ago[FIX] mail.alias: default alias generation now properly handles dots and emails;...
Olivier Dony [Wed, 20 Mar 2013 16:10:23 +0000 (17:10 +0100)]
[FIX] mail.alias: default alias generation now properly handles dots and emails; added tests

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

bzr revid: odo@openerp.com-20130320161023-yalb9ud12k7kuy3o

11 years ago[fix] mail: show more message always on flat mode
Christophe Matthieu [Wed, 20 Mar 2013 15:46:43 +0000 (16:46 +0100)]
[fix] mail: show more message always on flat mode

bzr revid: chm@openerp.com-20130320154643-nizd22s9ojzd363j

11 years ago[FIX] subscription: prevent lockup during cron job execution
Olivier Dony [Wed, 20 Mar 2013 15:34:30 +0000 (16:34 +0100)]
[FIX] subscription: prevent lockup during cron job execution

Due to the way cron jobs are executed in multi-process
environments, the cron arbiter holds an exclusive lock
on the cron task row in the database.
During the course of the subscription cron jobs execution
they attempt to alter a record that has a FK towards
the cron task row, effectively deadlocking the whole
cron processing thread.
The fix is rather hackish: remove the explicit FK
constraint from the subscription model towards
ir.cron - this prevent PostgreSQL from requesting
an exclusive lock and triggering a deadlock.
This is only a temporary solution, the subscription
module should be rewritten for the next stable release.

bzr revid: odo@openerp.com-20130320153430-bho6ou8b7ziohcb0

11 years ago[MERGE] mail: fixes and improved tests
Thibault Delavallée [Wed, 20 Mar 2013 14:52:25 +0000 (15:52 +0100)]
[MERGE] mail: fixes and improved tests
[FIX] mail_followers: notification emails did not have 'references' correctly filled with their parent message message_id,
[FIX] mail_mail: emails sent to partners now use the 'Name <email>' format for email_to, instead of just 'email'
[FIX] mail_compose_message: fixed mass_mail subscribing the author to all documents,
[FIX] mail_compose_message: fixed access rule on mail_compose_message not taking into account the wizard creation in mass_mail_mode (model but no res_id -> could lead to crash),
[TEST] mail: cleaned a bit the tests; mail gateways related tests are now in a dedicated file; tests were added that helped triggering the previous errors

bzr revid: tde@openerp.com-20130320145225-1hhp383wt507p3q3

11 years ago[MERGE] Merg efrom 7.0
Josse Colpaert [Wed, 20 Mar 2013 14:47:06 +0000 (15:47 +0100)]
[MERGE] Merg efrom 7.0

bzr revid: jco@openerp.com-20130320144706-ylpji506pzhtj3do

11 years ago[FIX] Remove last | in source document when grouping
Josse Colpaert [Wed, 20 Mar 2013 14:43:36 +0000 (15:43 +0100)]
[FIX] Remove last | in source document when grouping

bzr revid: jco@openerp.com-20130320144336-tmtw1qje4eusqghr

11 years ago[fix] mail: double clicking on post on the chatter
Christophe Matthieu [Wed, 20 Mar 2013 14:41:01 +0000 (15:41 +0100)]
[fix] mail: double clicking on post on the chatter

bzr revid: chm@openerp.com-20130320144101-5mz9mbar9j5vhppl

11 years ago[FIX] web: Fix old versions of Webkit (such as ones used on iOS < 6 or PhantomJS...
Christophe Simonis [Wed, 20 Mar 2013 14:36:52 +0000 (15:36 +0100)]
[FIX] web: Fix old versions of Webkit (such as ones used on iOS < 6 or PhantomJS <= 1.7)
which does not have Function.prototype.bind function

bzr revid: chs@openerp.com-20130320143652-xqglvte5kwvtwl5i

11 years ago[CLEAN] mail: cleaned code of last fixes
Thibault Delavallée [Wed, 20 Mar 2013 14:19:07 +0000 (15:19 +0100)]
[CLEAN] mail: cleaned code of last fixes

bzr revid: tde@openerp.com-20130320141907-rxnstq7k8hrkcnl1

11 years ago[FIX] Should have browse record of sale order instead of id
Josse Colpaert [Wed, 20 Mar 2013 13:53:21 +0000 (14:53 +0100)]
[FIX] Should have browse record of sale order instead of id

bzr revid: jco@openerp.com-20130320135321-ckejagpme57sq51z

11 years ago[TEST] mail: updated tests (those that helped raising the previous errors).
Thibault Delavallée [Wed, 20 Mar 2013 13:51:52 +0000 (14:51 +0100)]
[TEST] mail: updated tests (those that helped raising the previous errors).

bzr revid: tde@openerp.com-20130320135152-qiz3moczldjbmyt7

11 years ago[FIX] account: improved tooltips and labels for manual reconciliation of accounting...
Quentin (OpenERP) [Wed, 20 Mar 2013 13:50:52 +0000 (14:50 +0100)]
[FIX] account: improved tooltips and labels for manual reconciliation of accounting entries to be more explicit

bzr revid: qdp-launchpad@openerp.com-20130320135052-uqyuteitr68qiofn

11 years ago[FIX] mail_compose_message: fixed mass_mail subscribing the author to all documents...
Thibault Delavallée [Wed, 20 Mar 2013 13:50:13 +0000 (14:50 +0100)]
[FIX] mail_compose_message: fixed mass_mail subscribing the author to all documents, not the case anymore; fixed access rule on mail_compose_message not taking into account the wizard creation in mass_mail_mode (model but no res_id -> could lead to crash).

bzr revid: tde@openerp.com-20130320135013-mryxzwssd346t78y

11 years ago[MERGE] point_of_sale: fix for a context=None related bug in the pos box wizard
Frédéric van der Essen [Wed, 20 Mar 2013 13:28:08 +0000 (14:28 +0100)]
[MERGE] point_of_sale: fix for a context=None related bug in the pos box wizard

bzr revid: fva@openerp.com-20130320132808-jg19uiktwdigyp07

11 years ago[FIX] mail: emails sent to partners now use the 'Name <email>' format, instead of...
Thibault Delavallée [Wed, 20 Mar 2013 12:17:06 +0000 (13:17 +0100)]
[FIX] mail: emails sent to partners now use the 'Name <email>' format, instead of just 'email'.

bzr revid: tde@openerp.com-20130320121706-csue8xkqrc7adbqi

11 years ago[FIX] mail: notification emails were lacking references to their parent message.
Thibault Delavallée [Wed, 20 Mar 2013 12:16:33 +0000 (13:16 +0100)]
[FIX] mail: notification emails were lacking references to their parent message.

bzr revid: tde@openerp.com-20130320121633-plhgm5374w2koem1

11 years ago[IMP] [CLEAN] mail: cleaned and improved message_post tests, about email_to, reply_to...
Thibault Delavallée [Wed, 20 Mar 2013 12:16:14 +0000 (13:16 +0100)]
[IMP] [CLEAN] mail: cleaned and improved message_post tests, about email_to, reply_to and attachments.

bzr revid: tde@openerp.com-20130320121614-a862m35peexhw64q

11 years ago[FIX] base_action_rule: no domain on user_id=False on filters because it pollutes...
Quentin (OpenERP) [Wed, 20 Mar 2013 12:15:49 +0000 (13:15 +0100)]
[FIX] base_action_rule: no domain on user_id=False on filters because it pollutes the filters of everyone

bzr revid: qdp-launchpad@openerp.com-20130320121549-98fptm04c44mrvy4

11 years ago[FIX] account_analytic_analysis: don't set the group 'Mandatory use of templates...
Quentin (OpenERP) [Wed, 20 Mar 2013 11:59:32 +0000 (12:59 +0100)]
[FIX] account_analytic_analysis: don't set the group 'Mandatory use of templates in contracts' as part of the 'Sales' application, as it has the side effect of exploding the drop-down menu to manage access rights into booleans. This group belong to the base.module_category_hidden category

bzr revid: qdp-launchpad@openerp.com-20130320115932-wr6sk7yk0qvntpt5

11 years ago[FIX] sale, sales analysis: fixed traceback when a line without product was present...
Quentin (OpenERP) [Wed, 20 Mar 2013 11:55:21 +0000 (12:55 +0100)]
[FIX] sale, sales analysis: fixed traceback when a line without product was present in the database.

bzr revid: qdp-launchpad@openerp.com-20130320115521-3h5gh66gul54zqxn

11 years ago[REF] mail: refactored tests. mailgateway tests are put into a separate file; message...
Thibault Delavallée [Wed, 20 Mar 2013 11:41:11 +0000 (12:41 +0100)]
[REF] mail: refactored tests. mailgateway tests are put into a separate file; message_post tests have been a bit cleaned and improved. Also removed an unnecessary mockup.

bzr revid: tde@openerp.com-20130320114111-m1unow90005vwxee

11 years ago[FIX]sale_report: change querry so that existing lines with no associated product...
Cedric Snauwaert [Wed, 20 Mar 2013 11:34:22 +0000 (12:34 +0100)]
[FIX]sale_report: change querry so that existing lines with no associated product are still in sales analysis

bzr revid: csn@openerp.com-20130320113422-16e4l93cnzest71r

11 years ago[FIX] sale: another way to fix the batch invoicing of sale.order that currently creat...
Quentin (OpenERP) [Wed, 20 Mar 2013 10:48:53 +0000 (11:48 +0100)]
[FIX] sale: another way to fix the batch invoicing of sale.order that currently create invoices in double

bzr revid: qdp-launchpad@openerp.com-20130320104853-odqz2m966igg5ept

11 years ago[FIX]sale_report: fix problem when viewing reporting/sale_analysis and no order_lines...
Cedric Snauwaert [Wed, 20 Mar 2013 10:13:16 +0000 (11:13 +0100)]
[FIX]sale_report: fix problem when viewing reporting/sale_analysis and no order_lines where defined in a SO

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

bzr revid: csn@openerp.com-20130320101316-vvv1mwkdio2pi6oi

11 years ago[FIX] mail: mass mailing now does not push to followers; only to specific recipients...
Thibault Delavallée [Wed, 20 Mar 2013 08:40:40 +0000 (09:40 +0100)]
[FIX] mail: mass mailing now does not push to followers; only to specific recipients. Improved tests for this update.

bzr revid: tde@openerp.com-20130320084040-pcgzy068z0oph298

11 years ago[FIX] mail: mail_create_nosubscribe context key also supported in message_post: allow...
Thibault Delavallée [Wed, 20 Mar 2013 08:40:11 +0000 (09:40 +0100)]
[FIX] mail: mail_create_nosubscribe context key also supported in message_post: allows to avoid subscribing the author to the document.

bzr revid: tde@openerp.com-20130320084011-coyf9p1il2ue04bb

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 20 Mar 2013 05:03:21 +0000 (05:03 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130320050321-buobk0r6e2t7y1ch

11 years ago[FIX] portal_anonymous: revert incorrect fix for login flickering, try another one...
Olivier Dony [Tue, 19 Mar 2013 18:11:37 +0000 (19:11 +0100)]
[FIX] portal_anonymous: revert incorrect fix for login flickering, try another one that works in monodb mode

The previous fix at revision 8887 was not correct because start() did not call
 _super() in anonymous mode, while still depending on the value of
`self.selected_db`, that _super() is responsible for setting in monodb mode.
Multi-db mode was working fine.

bzr revid: odo@openerp.com-20130319181137-9quokmivgb3flyct

11 years ago[FIX] web: correct the concatenation of css files: @charset and @import rules must...
Christophe Simonis [Tue, 19 Mar 2013 15:44:33 +0000 (16:44 +0100)]
[FIX] web: correct the concatenation of css files: @charset and @import rules must be before any other rules

bzr revid: chs@openerp.com-20130319154433-zizwv4irfvh93swe

11 years ago[FIX] webclient returns to database manager after 1st database creation
Fabien Meghazi [Tue, 19 Mar 2013 15:43:45 +0000 (16:43 +0100)]
[FIX] webclient returns to database manager after 1st database creation

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

bzr revid: fme@openerp.com-20130319154345-9xal244vuehl9vbw

11 years ago[FIX]auth_signup: string concatenation now allowing action_id(integer) + able to...
dle@openerp.com [Tue, 19 Mar 2013 15:41:39 +0000 (16:41 +0100)]
[FIX]auth_signup: string concatenation now allowing action_id(integer) + able to redict to menu_id if no action given

bzr revid: dle@openerp.com-20130319154139-283864fcfixvmw0g

11 years ago[MERGE] Fix anonymous login flickering
Fabien Meghazi [Tue, 19 Mar 2013 15:23:44 +0000 (16:23 +0100)]
[MERGE] Fix anonymous login flickering

bzr revid: fme@openerp.com-20130319152344-fng1mcsvri5mjga1

11 years ago[MERGE] [FIX] mail: notification: do not send a notification email to partners having...
Thibault Delavallée [Tue, 19 Mar 2013 15:14:03 +0000 (16:14 +0100)]
[MERGE] [FIX] mail: notification: do not send a notification email to partners having the same email address than the author, because of loops it may cause.

bzr revid: tde@openerp.com-20130319151403-5tliy336q3hiswlh

11 years ago[FIX] ir.actions.action: fix the execute wich install/uninstall modules and thus...
Vo Minh Thu [Tue, 19 Mar 2013 15:00:57 +0000 (16:00 +0100)]
[FIX] ir.actions.action: fix the execute wich install/uninstall modules and thus invalidate its own pool.

bzr revid: vmt@openerp.com-20130319150057-fq6nkp4qhgy9x9mq

11 years ago[FIX] Avoid login flicker during anonymous login
Fabien Meghazi [Tue, 19 Mar 2013 14:40:08 +0000 (15:40 +0100)]
[FIX] Avoid login flicker during anonymous login

bzr revid: fme@openerp.com-20130319144008-zw0n5o0mob99xbo6

11 years ago[REF] stock: code refactoring to follow PEP8 standards
Quentin (OpenERP) [Tue, 19 Mar 2013 12:52:44 +0000 (13:52 +0100)]
[REF] stock: code refactoring to follow PEP8 standards

bzr revid: qdp-launchpad@openerp.com-20130319125244-4n08ywb61cu6mg32

11 years ago[FIX] stock: if scrapping from a done stock move, use the destination location as...
Quentin (OpenERP) [Tue, 19 Mar 2013 12:52:16 +0000 (13:52 +0100)]
[FIX] stock: if scrapping from a done stock move, use the destination location as the source for the scrapping move + [FIX] stock, mrp: restrict scrapping from virtual locations

bzr revid: qdp-launchpad@openerp.com-20130319125216-pdfo2i9jx5mcea2l

11 years ago[MERGE] analytic_contract_hr_expense: functional field computation fixed + added...
Quentin (OpenERP) [Tue, 19 Mar 2013 12:50:28 +0000 (13:50 +0100)]
[MERGE] analytic_contract_hr_expense: functional field computation fixed + added some helping info in hr_timesheet_invoice in the reinvoicing wizard

bzr revid: qdp-launchpad@openerp.com-20130319125028-59jnnfc7tiixag4b

11 years ago[MERGE] project_issue/mail_thread: Opening and closing date on project issues are...
Chris Biersbach [Tue, 19 Mar 2013 11:45:41 +0000 (12:45 +0100)]
[MERGE] project_issue/mail_thread: Opening and closing date on project issues are now correctly set. Also improves the handling of the thread_model context value in mail_thread message_post

bzr revid: cbi@openerp.com-20130319114541-racddure6uy3e2rp

11 years ago[IMP] Removed debugging code
Chris Biersbach [Tue, 19 Mar 2013 10:39:27 +0000 (11:39 +0100)]
[IMP] Removed debugging code

bzr revid: cbi@openerp.com-20130319103927-tpjpx5izr44xzmzp

11 years ago[IMP] Removed unnecessary code in project_issue.py, fixed a small error in mail_thread
Chris Biersbach [Tue, 19 Mar 2013 10:38:22 +0000 (11:38 +0100)]
[IMP] Removed unnecessary code in project_issue.py, fixed a small error in mail_thread

bzr revid: cbi@openerp.com-20130319103822-ss4y3na3i4hip4e0

11 years ago[FIX] Forward Port of Changes from 6.1 Revision 7051 to make the issue analysis repor...
Chris Biersbach [Tue, 19 Mar 2013 10:31:26 +0000 (11:31 +0100)]
[FIX] Forward Port of Changes from 6.1 Revision 7051 to make the issue analysis report work

bzr revid: cbi@openerp.com-20130319103126-07r73qlouykqazjt

11 years ago[FIX] small problem with m2o, does not uses context when opening them in read-only...
niv-openerp [Tue, 19 Mar 2013 10:27:19 +0000 (11:27 +0100)]
[FIX] small problem with m2o, does not uses context when opening them in read-only mode

bzr revid: nicolas.vanhoren@openerp.com-20130319102719-0gdwvmix4d3x8th5

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 19 Mar 2013 06:19:37 +0000 (06:19 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130319061937-ipohtns00c8dz96s

11 years ago[FIX] calls to fields_view_get do not pass the correct context, fails in o2m
niv-openerp [Mon, 18 Mar 2013 17:45:03 +0000 (18:45 +0100)]
[FIX] calls to fields_view_get do not pass the correct context, fails in o2m

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

bzr revid: nicolas.vanhoren@openerp.com-20130318174503-7xp04ccghdbqfvrl

11 years ago[FIX] db creation: change master password field back to type=password
Olivier Dony [Mon, 18 Mar 2013 15:56:18 +0000 (16:56 +0100)]
[FIX] db creation: change master password field back to type=password

This is not only dangerous but also
completely inconsistent with the other
db management screens. It also represents
little improvement in terms of usability
for first-time users, since the password
is now mentioned on the comment just above
the field.

bzr revid: odo@openerp.com-20130318155618-z9s2izahnv1j2no6

11 years ago[FIX] Fix wrong amounts in contract form and add grey text message in Create Invoice...
Josse Colpaert [Mon, 18 Mar 2013 15:30:49 +0000 (16:30 +0100)]
[FIX] Fix wrong amounts in contract form and add grey text message in Create Invoice wizard

bzr revid: jco@openerp.com-20130318153049-myvqzvv1c2zqgna8

11 years ago[FIX] account: fixed the filter used in manual reconciliation process
Quentin (OpenERP) [Mon, 18 Mar 2013 14:43:42 +0000 (15:43 +0100)]
[FIX] account: fixed the filter used in manual reconciliation process

bzr revid: qdp-launchpad@openerp.com-20130318144342-16w1dreej7yzr51n

11 years ago[FIX] web_services: incorrect error message in logfile after failed DB dump, courtesy...
Olivier Dony [Mon, 18 Mar 2013 14:41:56 +0000 (15:41 +0100)]
[FIX] web_services: incorrect error message in logfile after failed DB dump, courtesy of Brendan Clune (Logic Supply)

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

bzr revid: odo@openerp.com-20130318144156-q7yw9qy83tngdg6x

11 years ago[FIX] web_services: set PGPASSWORD in environment only when db_password is set in...
Olivier Dony [Mon, 18 Mar 2013 14:15:32 +0000 (15:15 +0100)]
[FIX] web_services: set PGPASSWORD in environment only when db_password is set in the config

This prevents an error when trying to set an
environment variable to `False`, and is the
second part of the regression introduced in
revision 4424. See previous partial fix
at revision 4893

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

bzr revid: odo@openerp.com-20130318141532-m2xsahh5u5pi5bth

11 years ago[MERGE] removal of editable=top on stock.move tree view
Quentin (OpenERP) [Mon, 18 Mar 2013 13:58:28 +0000 (14:58 +0100)]
[MERGE] removal of editable=top on stock.move tree view

bzr revid: qdp-launchpad@openerp.com-20130318135828-y5v17c731059ab7u

11 years ago[MERGE] sale: when printing the sale order report, do not print the discount column...
Quentin (OpenERP) [Mon, 18 Mar 2013 13:56:54 +0000 (14:56 +0100)]
[MERGE] sale: when printing the sale order report, do not print the discount column if user doesn't belong to the group that enables to see it

bzr revid: qdp-launchpad@openerp.com-20130318135654-bi22fjscerrmzgru

11 years ago[FIX]stock: list view for stock move shouldn't be editable
Cedric Snauwaert [Mon, 18 Mar 2013 13:43:43 +0000 (14:43 +0100)]
[FIX]stock: list view for stock move shouldn't be editable

bzr revid: csn@openerp.com-20130318134343-1z5epusa17enpclt

11 years ago[FIX] Change SQL query for manual reconciliation partners such that partners appear...
Josse Colpaert [Mon, 18 Mar 2013 11:30:43 +0000 (12:30 +0100)]
[FIX] Change SQL query for manual reconciliation partners such that partners appear when needed

bzr revid: jco@openerp.com-20130318113043-fm2gc0yrln630vjf

11 years ago[MERGE] crash when duplicating a pos_config
Quentin (OpenERP) [Mon, 18 Mar 2013 11:26:03 +0000 (12:26 +0100)]
[MERGE] crash when duplicating a pos_config

bzr revid: qdp-launchpad@openerp.com-20130318112603-3ursnpro19qhb5yh

11 years ago[FIX]pos: fix error when trying to duplicate point of sale
Cedric Snauwaert [Mon, 18 Mar 2013 10:53:04 +0000 (11:53 +0100)]
[FIX]pos: fix error when trying to duplicate point of sale

bzr revid: csn@openerp.com-20130318105304-3g7qlb8lrjr0e5rw

11 years ago[FIX] pyeval: argspec of relativedelta
Xavier Morel [Mon, 18 Mar 2013 10:52:44 +0000 (11:52 +0100)]
[FIX] pyeval: argspec of relativedelta

bzr revid: xmo@openerp.com-20130318105244-qkgvi69do0219lkk

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 18 Mar 2013 05:22:17 +0000 (05:22 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130316063604-hv8xtn4g8e76no72
bzr revid: launchpad_translations_on_behalf_of_openerp-20130317053030-q0f5iyfhv4qtah18
bzr revid: launchpad_translations_on_behalf_of_openerp-20130318052217-ua2ev323qlvhi8l2

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 17 Mar 2013 05:30:35 +0000 (05:30 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130317052921-m3gthz6l7fx1jwu7
bzr revid: launchpad_translations_on_behalf_of_openerp-20130315064417-68iimts1xgj8bn5z
bzr revid: launchpad_translations_on_behalf_of_openerp-20130317053035-kqb70nwvcg1iqldu

11 years ago[FIX] account: prevent the residual amount of invoices/credit notes to be negative
Quentin (OpenERP) [Fri, 15 Mar 2013 13:01:47 +0000 (14:01 +0100)]
[FIX] account: prevent the residual amount of invoices/credit notes to be negative

bzr revid: qdp-launchpad@openerp.com-20130315130147-1n6g5z7nghmucibo

11 years ago[FIX] account_payment: soft removal of buggy _amount_to_pay field, not needed as...
Quentin (OpenERP) [Fri, 15 Mar 2013 11:00:52 +0000 (12:00 +0100)]
[FIX] account_payment: soft removal of buggy _amount_to_pay field, not needed as the field residual is making the trick most of the time

bzr revid: qdp-launchpad@openerp.com-20130315110052-u57rx4ntaazqw827

11 years ago[FIX] account_analytic_analysis, usability: removal of a default filter not wanted
Quentin (OpenERP) [Fri, 15 Mar 2013 10:46:19 +0000 (11:46 +0100)]
[FIX] account_analytic_analysis, usability: removal of a default filter not wanted

bzr revid: qdp-launchpad@openerp.com-20130315104619-lh31vdupmkxzvou7

11 years ago[FIX] linkedin module compliancy with saas and https protocol
Quentin (OpenERP) [Fri, 15 Mar 2013 10:38:47 +0000 (11:38 +0100)]
[FIX] linkedin module compliancy with saas and https protocol

bzr revid: qdp-launchpad@openerp.com-20130315103847-lr9ofry7ceuqgcu5

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 15 Mar 2013 06:44:13 +0000 (06:44 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130315064413-o75f8ljrruhoziqa

11 years ago[FIX] crm_partner_assign form use v7 groups
Antony Lesuisse [Fri, 15 Mar 2013 02:22:39 +0000 (03:22 +0100)]
[FIX] crm_partner_assign form use v7 groups

bzr revid: al@openerp.com-20130315022239-jfypwp9e027wdat5

11 years ago[FIX] crm_partner_assign next review date in list
Antony Lesuisse [Fri, 15 Mar 2013 02:03:52 +0000 (03:03 +0100)]
[FIX] crm_partner_assign next review date in list

bzr revid: al@openerp.com-20130315020352-jx3y451n301ykbqx