odoo/odoo.git
10 years ago[FIX]crm: case_mark_lost and case_mark_won only were only setting the stage of the...
Denis Ledoux [Thu, 14 Nov 2013 13:13:13 +0000 (14:13 +0100)]
[FIX]crm: case_mark_lost and case_mark_won only were only setting the stage of the first lead passed, instead of the whole list.

bzr revid: dle@openerp.com-20131114131313-bml9m0ejsp82thjn

10 years ago[FIX] web: correct url matching in tests
Christophe Simonis [Thu, 14 Nov 2013 09:46:24 +0000 (10:46 +0100)]
[FIX] web: correct url matching in tests

bzr revid: chs@openerp.com-20131114094624-588lvc9vunwa99d8

10 years ago[FIX]crm_partner_assign: remove of useless import pudb and pudb.set_trace(obviously).
Denis Ledoux [Wed, 13 Nov 2013 19:46:36 +0000 (20:46 +0100)]
[FIX]crm_partner_assign: remove of useless import pudb and pudb.set_trace(obviously).

bzr revid: dle@openerp.com-20131113194636-aoooa6qrbapp1jc5

10 years ago[IMP] web: call call_kw with full route to help debugging
Christophe Simonis [Wed, 13 Nov 2013 18:40:00 +0000 (19:40 +0100)]
[IMP] web: call call_kw with full route to help debugging

bzr revid: chs@openerp.com-20131113184000-3k3dnwl5ftllq2rv

10 years ago[FIX] document_ftp: deactivate ftp server thread in evented mode
Christophe Simonis [Wed, 13 Nov 2013 18:30:16 +0000 (19:30 +0100)]
[FIX] document_ftp: deactivate ftp server thread in evented mode

bzr revid: chs@openerp.com-20131113183016-fgcx0tfjb4806aht

10 years ago[ADD]crm_partner_assign: ir value Assign salesman of assigned partner in leads
Denis Ledoux [Wed, 13 Nov 2013 17:53:44 +0000 (18:53 +0100)]
[ADD]crm_partner_assign: ir value Assign salesman of assigned partner in leads

bzr revid: dle@openerp.com-20131113175344-zxhh79sxyzb8aglw

10 years ago[MERGE] ir.actions.server: allow action types (state) to work directly in `multi...
Christophe Simonis [Tue, 12 Nov 2013 18:49:41 +0000 (19:49 +0100)]
[MERGE] ir.actions.server: allow action types (state) to work directly in `multi` mode (on all active_ids). Restore old behavior of code server actions.

bzr revid: chs@openerp.com-20131112184941-i6g94ti2r1o1g1v2

10 years ago[FIX] ir.actions.server: active record (active_id) always put in the evaluation context
Christophe Simonis [Tue, 12 Nov 2013 18:04:23 +0000 (19:04 +0100)]
[FIX] ir.actions.server: active record (active_id) always put in the evaluation context

bzr revid: chs@openerp.com-20131112180423-ce3enlyk6y3jjphh

10 years ago[FIX]base, ir_actions: ir_values with client_multi_actions and a server action with...
Denis Ledoux [Tue, 12 Nov 2013 16:27:26 +0000 (17:27 +0100)]
[FIX]base, ir_actions: ir_values with client_multi_actions and a server action with code were executing the actions on active_ids one by one, instead of all together (the action was called for each active_ids instead of one time for all active_ids)

bzr revid: dle@openerp.com-20131112162726-24z38xvzq5o1spoe

10 years ago[FIX] views inheritance: deleting a non-existing attribute must be a no-op
Christophe Simonis [Fri, 8 Nov 2013 17:57:50 +0000 (18:57 +0100)]
[FIX] views inheritance: deleting a non-existing attribute must be a no-op

bzr revid: chs@openerp.com-20131108175750-yenql6hycpn95i9j

10 years ago[IMP] always dumps threads, even in evented mode
Christophe Simonis [Fri, 8 Nov 2013 17:52:24 +0000 (18:52 +0100)]
[IMP] always dumps threads, even in evented mode

bzr revid: chs@openerp.com-20131108175224-tztp2w83vfw9yetz

10 years ago[FIX]mail: a test failed if there was the word 'model' in the url, which can happen...
Denis Ledoux [Fri, 8 Nov 2013 16:46:58 +0000 (17:46 +0100)]
[FIX]mail: a test failed if there was the word 'model' in the url, which can happen when the branch name contains 'model' or the domain name itself contain 'model'

bzr revid: dle@openerp.com-20131108164658-x7uznik1n5jo1djd

10 years ago[FIX] web: do not declare variables inside if() scope
Christophe Simonis [Fri, 8 Nov 2013 16:07:47 +0000 (17:07 +0100)]
[FIX] web: do not declare variables inside if() scope

bzr revid: chs@openerp.com-20131108160747-1jrpihb66y6vtov5

10 years ago[FIX] web: filter context before executing actions triggered by buttons in views
Christophe Simonis [Fri, 8 Nov 2013 16:06:27 +0000 (17:06 +0100)]
[FIX] web: filter context before executing actions triggered by buttons in views

bzr revid: chs@openerp.com-20131108160627-osiigir6tsr2k783

10 years ago[UPD] update underscore and underscore.string libraries to latests versions
Christophe Simonis [Fri, 8 Nov 2013 13:49:31 +0000 (14:49 +0100)]
[UPD] update underscore and underscore.string libraries to latests versions

bzr revid: chs@openerp.com-20131108134931-muit7ym8q7g3ck1u

10 years ago[FIX]base: remove unnecessary field sizes from all relateds of ir_model. Size limits...
Denis Ledoux [Fri, 8 Nov 2013 13:02:08 +0000 (14:02 +0100)]
[FIX]base: remove unnecessary field sizes from all relateds of ir_model. Size limits prevented some database models customization (like selection fields with selection options longer than 128 chars)

bzr revid: dle@openerp.com-20131108130208-srt5gzlxbk890htf

10 years ago[MERGE] deprecate fold feature of statusbar form widget
Christophe Simonis [Thu, 7 Nov 2013 19:43:16 +0000 (20:43 +0100)]
[MERGE] deprecate fold feature of statusbar form widget

bzr revid: chs@openerp.com-20131107194316-b1boyw5vopedhi2x

10 years ago[MERGE] {crm,hr_recruitment,project}: update domains for state <-> stage correspondan...
Christophe Simonis [Thu, 7 Nov 2013 19:39:56 +0000 (20:39 +0100)]
[MERGE] {crm,hr_recruitment,project}: update domains for state <-> stage correspondance and for tracking messages matching
{hr_recruitment,project}: correct analysis views: use date_write intead of date_{close,end}
sale_crm: correct inherited oppprotunity view xpath

bzr revid: chs@openerp.com-20131107193956-8vfw3s9eoht61tm7

10 years ago[IMP] dumpstack dumps greenlets when running in evented mode
Christophe Simonis [Thu, 7 Nov 2013 16:34:19 +0000 (17:34 +0100)]
[IMP] dumpstack dumps greenlets when running in evented mode

bzr revid: chs@openerp.com-20131107163419-90pd7uai8fm70sv9

10 years ago[FIX] web: correct cookie parsing.
Christophe Simonis [Thu, 7 Nov 2013 14:32:12 +0000 (15:32 +0100)]
[FIX] web: correct cookie parsing.

avoid reading wrong cookie by matching the whole cookie name

bzr revid: chs@openerp.com-20131107143212-50hrpvkaw3gxxlop

10 years ago[FIX]web_kanban_gauge, lib justgage.js: comptability problem with Firefox (25.0 teste...
Denis Ledoux [Thu, 7 Nov 2013 14:02:02 +0000 (15:02 +0100)]
[FIX]web_kanban_gauge, lib justgage.js: comptability problem with Firefox (25.0 tested) with     elem.node.firstChild.attributes.dy.value = 0;

bzr revid: dle@openerp.com-20131107140202-inlbhj7zvfg7bqix

10 years ago[FIX] rare race condition in BufferedDataset
niv-openerp [Thu, 7 Nov 2013 11:20:17 +0000 (12:20 +0100)]
[FIX] rare race condition in BufferedDataset

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

bzr revid: nicolas.vanhoren@openerp.com-20131107112017-7omd01ocvnbzx9m6

10 years ago[FIX]crm_partner_assign: wizard forward to partner do not retry to geolocate again...
Denis Ledoux [Tue, 5 Nov 2013 17:00:28 +0000 (18:00 +0100)]
[FIX]crm_partner_assign: wizard forward to partner do not retry to geolocate again if the lead is already geolocated, because Google Geocode API has a query limit (2500/day, date of today), and for improving speed

bzr revid: dle@openerp.com-20131105170028-gc0az6ppitnp33yc

10 years ago[MERGE] forward port of branch 7.0 up to revid 4055 chs@openerp.com-20131105121843...
Christophe Simonis [Tue, 5 Nov 2013 12:59:47 +0000 (13:59 +0100)]
[MERGE] forward port of branch 7.0 up to revid 4055 chs@openerp.com-20131105121843-rqplhk83fczxww0t

bzr revid: chs@openerp.com-20131105125947-2q11suxxpxh18hyc

10 years ago[FIX] web: instance.web.DataSetSearch.get_domain() returns the domain.
Christophe Simonis [Tue, 5 Nov 2013 12:18:43 +0000 (13:18 +0100)]
[FIX] web: instance.web.DataSetSearch.get_domain() returns the domain.

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

bzr revid: chs@openerp.com-20131105121843-rqplhk83fczxww0t

10 years ago[FIX] sale,sale_stock: sales analysis view using incorrect JOIN and group by clause
Olivier Dony [Tue, 5 Nov 2013 10:30:11 +0000 (11:30 +0100)]
[FIX] sale,sale_stock: sales analysis view using incorrect JOIN and group by clause

Similarly to the recent fixes in Purchase Analysis,
the Sales Analysis view must not group on the quantity
field. It is one of the columns that must be aggregated,
not used to fold PO lines into the same
result row.
The line count was also incorrect because of this, and
had to be corrected to actually count() the underlying
SO lines.

In addition, the JOINs were done in the wrong order,
which could cause problems (e.g. if an empty SO ever
landed in the database, all the SO line columns
would be empty in the JOIN, and cause errors)

bzr revid: odo@openerp.com-20131105103011-vkix07lsb6q3y9fd

10 years ago[FIX] purchase: analysis view must not group by quantity, otherwise identical PO...
Olivier Dony [Tue, 5 Nov 2013 10:19:30 +0000 (11:19 +0100)]
[FIX] purchase: analysis view must not group by quantity, otherwise identical PO lines are counted only once

The product quantity is one of the columns that must be
aggregated, not used to fold PO lines into the same
result row.
This, combined with missing aggregation operators
was causing multiple identical PO lines from the
same PO to be merged together and only counted once
in some aggregations.

bzr revid: odo@openerp.com-20131105101930-f2qbcp12luom08je

10 years ago[FIX]crm_partner_assign: now write latitude and longitude to False if the Google...
Denis Ledoux [Mon, 4 Nov 2013 17:40:51 +0000 (18:40 +0100)]
[FIX]crm_partner_assign: now write latitude and longitude to False if the Google geocode API does not return latitude/longitude(for instance, if the api limit is reached). The previous geolocation might be false, and we certainly do not want to forward the lead to the wrong partner

bzr revid: dle@openerp.com-20131104174051-wvmdiwb8oytcb2fb

10 years ago[FIX] stock: no early currency rounding when computing average price
Olivier Dony [Mon, 4 Nov 2013 17:32:32 +0000 (18:32 +0100)]
[FIX] stock: no early currency rounding when computing average price

It is a common need to set a higher decimal precision
for `Product Price` (i.e. the product cost field) for
high volume / low value items. This may typically
require up to 4-6 decimals for e.g. EUR/USD-based
companies where the currency has 2 decimals.
In that case the product cost should be stored with
full precision without applying the currency rounding.
The appropriate currency rounding will be applied
anyway as soon as a transaction actually uses that
product cost (typically in a SO/PO)

bzr revid: odo@openerp.com-20131104173232-84g115x6ykxoc1rh

10 years ago[FIX] stock: programming error in average price computation for multiple lines of...
Olivier Dony [Mon, 4 Nov 2013 17:12:45 +0000 (18:12 +0100)]
[FIX] stock: programming error in average price computation for multiple lines of the same product

While processing a picking we must keep track of
previously processed lines as they modify the
stock on hand but are not yet included in the
`qty_available` function.
Negative stock on hand is handled as if
the stock was zero as far as the average
price computation is concerned.

bzr revid: odo@openerp.com-20131104171245-z1lgsplyu4cdz9gc

10 years ago[FIX] stock: `product cost` field in partial picking wizard must respect decimal...
Olivier Dony [Mon, 4 Nov 2013 17:01:18 +0000 (18:01 +0100)]
[FIX] stock: `product cost` field in partial picking wizard must respect decimal precision

Without the right precision the default rounding is
applied and causes a possible loss of precision when
the `Product Price` precision is increased.
This can in turn lead to incorrect average price
computations.

bzr revid: odo@openerp.com-20131104170118-ls5q0yridevw0jgt

10 years ago[FIX] purchase: Purchase Analysis view was using incorrect JOIN order
Olivier Dony [Mon, 4 Nov 2013 16:58:26 +0000 (17:58 +0100)]
[FIX] purchase: Purchase Analysis view was using incorrect JOIN order

The starting table for Purchase Analysis is purchase_order_line
not purchase_order. The previous code was using a wrong JOIN
combination starting from purchase_order, which resulted in
a crash if an empty PO was created.
In order to prevent this an extra  WHERE clause on product_id
being NOT NULL was added, but this was incorrect too as it
prevented PO lines with no product_id value from appearing
in the Purchase Analysis results, while being perfectly valid.

bzr revid: odo@openerp.com-20131104165826-kltuzlh4i8q89sk0

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 5 Nov 2013 06:00:56 +0000 (06:00 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131105060056-7xuq20lqt1upcdc6

10 years ago[FIX] orm: when duplicating a record, if duplicates translations on a field from...
Martin Trigaux [Mon, 4 Nov 2013 16:37:29 +0000 (17:37 +0100)]
[FIX] orm: when duplicating a record, if duplicates translations on a field from _inherits model, use the id of the parent record instead.
Avoid getting old value by removing 'source' value from read result.

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

bzr revid: mat@openerp.com-20131104163729-te0p9863g9ydt282

10 years ago[IMP] use assertEqual instead of assertTrue for better logging
Martin Trigaux [Mon, 4 Nov 2013 16:17:20 +0000 (17:17 +0100)]
[IMP] use assertEqual instead of assertTrue for better logging

bzr revid: mat@openerp.com-20131104161720-2ofur11haask32ni

10 years ago[ADD] base: tests for translations and duplication
Martin Trigaux [Mon, 4 Nov 2013 15:39:46 +0000 (16:39 +0100)]
[ADD] base: tests for translations and duplication

bzr revid: mat@openerp.com-20131104153946-vhpnbn8t1oxfaep1

10 years ago[IMP] comments
Martin Trigaux [Mon, 4 Nov 2013 14:44:27 +0000 (15:44 +0100)]
[IMP] comments

bzr revid: mat@openerp.com-20131104144427-oyca1g1ti583sq3c

10 years ago[FIX] orm: when duplicating a record, if duplicates translations on a field from...
Martin Trigaux [Mon, 4 Nov 2013 14:34:08 +0000 (15:34 +0100)]
[FIX] orm: when duplicating a record, if duplicates translations on a field from _inherits model, use the id of the parent record instead.
Avoid getting old value by removing 'source' value from read result.

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

bzr revid: mat@openerp.com-20131104143408-o71lyws8uba679hd

10 years ago[FIX] web_kanban: correct design of vertical title on IE
Christophe Simonis [Mon, 4 Nov 2013 14:23:10 +0000 (15:23 +0100)]
[FIX] web_kanban: correct design of vertical title on IE

bzr revid: chs@openerp.com-20131104142310-4ef0byprm3gw4s8d

10 years ago[REV] view_form: statusbar widget: indentation issue + reverted some more changes
Thibault Delavallée [Mon, 4 Nov 2013 12:03:24 +0000 (13:03 +0100)]
[REV] view_form: statusbar widget: indentation issue + reverted some more changes

bzr revid: tde@openerp.com-20131104120324-2h2j6huhgwc134c9

10 years ago[REV] Reverted most changes, to lessen the number of
Thibault Delavallée [Mon, 4 Nov 2013 11:59:09 +0000 (12:59 +0100)]
[REV] Reverted most changes, to lessen the number of
changed in a stable branch.

bzr revid: tde@openerp.com-20131104115909-exhujer0lqqr4xk5

10 years ago[FIX] crm_lead: cleaned and uniformized won/lost
Thibault Delavallée [Mon, 4 Nov 2013 11:57:35 +0000 (12:57 +0100)]
[FIX] crm_lead: cleaned and uniformized won/lost
stage conditions.

bzr revid: tde@openerp.com-20131104115735-4bsv2l2n1c6q8jte

10 years ago[FIX] document: correct numbering of attachments with the same name
Christophe Simonis [Mon, 4 Nov 2013 11:05:12 +0000 (12:05 +0100)]
[FIX] document: correct numbering of attachments with the same name

bzr revid: chs@openerp.com-20131104110512-an7qpur1zckpgu7z

10 years ago[MERGE] Sync with saas-2
Thibault Delavallée [Mon, 4 Nov 2013 10:58:27 +0000 (11:58 +0100)]
[MERGE] Sync with saas-2

bzr revid: tde@openerp.com-20131104105827-gbpsn66twnon20rw

10 years ago[MERGE] Sync with saas-2 branch
Thibault Delavallée [Mon, 4 Nov 2013 10:58:14 +0000 (11:58 +0100)]
[MERGE] Sync with saas-2 branch

bzr revid: tde@openerp.com-20131104105814-pnynijso7eji0hwh

10 years ago[IMP] ir_actions: added model_id in the group_by filters
Thibault Delavallée [Mon, 4 Nov 2013 10:43:34 +0000 (11:43 +0100)]
[IMP] ir_actions: added model_id in the group_by filters
for server actions. This is considered as an usability fix, therefore
landing in saas-2 instead of trunk.

bzr revid: tde@openerp.com-20131104104334-gtitchim5aju5ths

10 years ago[FIX] l10n_multilang: remove force_write attribute in process_translations
Martin Trigaux [Mon, 4 Nov 2013 09:57:29 +0000 (10:57 +0100)]
[FIX] l10n_multilang: remove force_write attribute in process_translations
When processing a translation, the module used to replace the original term by the translated value for accounts (only object with force_write=True). Now getting real multilang feature.
Generates the accounts with no language to get the untranslated value

bzr revid: mat@openerp.com-20131104095729-hwh2cocudxnhunyz

10 years ago[FIX] hr_recruitment: avoid overriding email_from and email_cc in
Thibault Delavallée [Mon, 4 Nov 2013 09:27:31 +0000 (10:27 +0100)]
[FIX] hr_recruitment: avoid overriding email_from and email_cc in
message_update. This behavior makes sens only in message_new when
setting initial parameter of the applicant, not when somebody sends
an email on the record.
Removed priority change when there is  a 'priority' key in msg; but
this key is not likely to be present in a parsed email.
Removed updated values change due to a mapping of values present in
the email. This code was a copy-and-paste from crm and did not have
any meaning in hr_recruitment.

Also removed unnecessary code in project, project_issue, crm_helpdesk
and crm_claim for the same reasons as for hr_recruitment.

bzr revid: tde@openerp.com-20131104092731-ixasweoy1dbllbb3

10 years ago[FIX] stock: include enventual serial number in product reservation procedure
Martin Trigaux [Mon, 4 Nov 2013 08:10:38 +0000 (09:10 +0100)]
[FIX] stock: include enventual serial number in product reservation procedure
done using context for stability reason
wont be needed in new wms
opw 600078

bzr revid: mat@openerp.com-20131104081038-e7qyg5rkwmg48x6a

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 4 Nov 2013 06:02:53 +0000 (06:02 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131101062728-i1jpi6te7pdo5e2b
bzr revid: launchpad_translations_on_behalf_of_openerp-20131102062349-lu6ul1tda7q1xmf0
bzr revid: launchpad_translations_on_behalf_of_openerp-20131103054349-cuyjpk6rrh1uxb65
bzr revid: launchpad_translations_on_behalf_of_openerp-20131104060253-e23y1yvc5pmnrg7v

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 4 Nov 2013 06:02:49 +0000 (06:02 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131101062724-823uztz81d48e7zk
bzr revid: launchpad_translations_on_behalf_of_openerp-20131102062340-1guhkeb34orj1d77
bzr revid: launchpad_translations_on_behalf_of_openerp-20131103054341-mg7xr0dkzd2rp6rx
bzr revid: launchpad_translations_on_behalf_of_openerp-20131104060249-fio493wxgjvvlthm

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 4 Nov 2013 06:02:12 +0000 (06:02 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131031054724-b9dbttdcrl9eccwr
bzr revid: launchpad_translations_on_behalf_of_openerp-20131101062658-f0i1x0ls32lokxmq
bzr revid: launchpad_translations_on_behalf_of_openerp-20131102062309-1hvmk0fdeahhzjzk
bzr revid: launchpad_translations_on_behalf_of_openerp-20131103054310-9gbqxiwvi6a7rp1x
bzr revid: launchpad_translations_on_behalf_of_openerp-20131104060212-au7d8ww0ru2r10qf

10 years ago[FIX]crm_partner_assign: lead mass email template, partner_name field was more approp...
Denis Ledoux [Thu, 31 Oct 2013 17:49:16 +0000 (18:49 +0100)]
[FIX]crm_partner_assign: lead mass email template, partner_name field was more appropriate for having the name of the partner. Contact name is less often filled.

bzr revid: dle@openerp.com-20131031174916-3a99a7xqe3gbq1xn

10 years ago[MERGE] Forward-port of latest saas-1 bugfixes, up to rev. 8800 rev-id: dle@openerp...
Denis Ledoux [Thu, 31 Oct 2013 16:29:28 +0000 (17:29 +0100)]
[MERGE] Forward-port of latest saas-1 bugfixes, up to rev. 8800 rev-id: dle@openerp.com-20131031162241-goga1hsvwgyqigzd

bzr revid: chs@openerp.com-20131031142325-vo84hk5co2e2phg0
bzr revid: dle@openerp.com-20131031143133-wfus2hag57e73by2
bzr revid: dle@openerp.com-20131031162928-8gpom1ralccy07uc

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9567 rev-id: odo@openerp...
Olivier Dony [Tue, 5 Nov 2013 12:26:34 +0000 (13:26 +0100)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9567 rev-id: odo@openerp.com-20131105103011-vkix07lsb6q3y9fd

bzr revid: dle@openerp.com-20131031142609-jinks18n2ju7usm4
bzr revid: dle@openerp.com-20131031162241-goga1hsvwgyqigzd
bzr revid: odo@openerp.com-20131105122634-joau6mg9jqpvbauz

10 years ago[FIX]crm_partner_assign: assign_geo_localize function was assigning the latitude...
Denis Ledoux [Thu, 31 Oct 2013 16:02:15 +0000 (17:02 +0100)]
[FIX]crm_partner_assign: assign_geo_localize function was assigning the latitude/longitude of the first lead to all other leads passed

bzr revid: dle@openerp.com-20131031160215-qkm1fujob53umg3x

10 years ago[FIX] oe: listing of modules only take directories having a __openerp__.py file
Christophe Simonis [Thu, 31 Oct 2013 15:27:16 +0000 (16:27 +0100)]
[FIX] oe: listing of modules only take directories having a __openerp__.py file

bzr revid: chs@openerp.com-20131031152716-sda5397b4n0be1ih

10 years ago[MERGE] forward port of branch 7.0 up to revid 5113 launchpad_translations_on_behalf_...
Christophe Simonis [Thu, 31 Oct 2013 14:21:25 +0000 (15:21 +0100)]
[MERGE] forward port of branch 7.0 up to revid 5113 launchpad_translations_on_behalf_of_openerp-20131031054724-b9dbttdcrl9eccwr

bzr revid: chs@openerp.com-20131025103657-pbnqhw11mygyi5jn
bzr revid: chs@openerp.com-20131031142125-7bm00z2jpccf3v6f

10 years ago[FIX]base_import: context was not considered while importing. Thus, default value...
Denis Ledoux [Thu, 31 Oct 2013 13:56:05 +0000 (14:56 +0100)]
[FIX]base_import: context was not considered while importing. Thus, default value (for instance) was not set, and that leaded to inconsistencies (Like importing supplier invoices was actually creating customer invoices

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

bzr revid: dle@openerp.com-20131031135605-ffj3tid9prw2mv8z

10 years ago[FIX] web: correct date and datetime parsing.
Christophe Simonis [Thu, 31 Oct 2013 13:39:20 +0000 (08:39 -0500)]
[FIX] web: correct date and datetime parsing.

When creating a new Date object at a specific date, this date is treated as a UTC datetime
then normalized to the browser timezone. This can lead to a change of Year/Month/Day depending
of the chosen date. Using a date of a leap year date for date parsing and forcing UTC date for
datetime parsing correct the month-switch errors in all timezones

bzr revid: chs@openerp.com-20131031133920-yl5z4oz939smwvz8

10 years ago[FIX] Problem when the password of a currently logged user changes. The new behavior...
niv-openerp [Tue, 12 Nov 2013 16:20:37 +0000 (17:20 +0100)]
[FIX] Problem when the password of a currently logged user changes. The new behavior is to silently logout the user it the password check fails for any reason.

bzr revid: nicolas.vanhoren@openerp.com-20131112162037-nu5r29wcfay205to

10 years ago[MERGE] forward port of branch 7.0 up to revid 4062 chs@openerp.com-20131112143746...
Christophe Simonis [Tue, 12 Nov 2013 15:52:10 +0000 (16:52 +0100)]
[MERGE] forward port of branch 7.0 up to revid 4062 chs@openerp.com-20131112143746-svdfuqvzvvis6vpy

bzr revid: chs@openerp.com-20131112155210-nfuenyb7zyus9ues

10 years ago[FIX] web: do not enforce width of dropdown links
Christophe Simonis [Tue, 12 Nov 2013 14:37:46 +0000 (15:37 +0100)]
[FIX] web: do not enforce width of dropdown links

bzr revid: chs@openerp.com-20131112143746-svdfuqvzvvis6vpy

10 years ago[FIX] web: match base.sass against changes made in base.css in revid 4014 mat@openerp...
Christophe Simonis [Tue, 12 Nov 2013 14:36:35 +0000 (15:36 +0100)]
[FIX] web: match base.sass against changes made in base.css in revid 4014 mat@openerp.com-20130821080933-fiq3zvccgzop02on

bzr revid: chs@openerp.com-20131112143635-ek6yhfifb6ycynku

10 years ago[FIX]report: rml2pdf raise exception if cell is too long to be printed (instead of...
Denis Ledoux [Tue, 12 Nov 2013 13:04:12 +0000 (14:04 +0100)]
[FIX]report: rml2pdf raise exception if cell is too long to be printed (instead of infinite loop). Workaround for reportlab issue #15: https://bitbucket.org/rptlab/reportlab/issue/15/infinite-pages-produced-when-splitting

bzr revid: dle@openerp.com-20131112130412-mbdonb9g7n63w84r

10 years ago[FIX] web_test_demo: make test model a TransientModel. This avoid a warning about...
Christophe Simonis [Fri, 8 Nov 2013 21:42:55 +0000 (22:42 +0100)]
[FIX] web_test_demo: make test model a TransientModel. This avoid a warning about the lack of access rules

bzr revid: chs@openerp.com-20131108214255-cgx1r7x8sx1ak4ea

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 12 Nov 2013 06:23:21 +0000 (06:23 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131108062624-4ihw3f2dghkrup1n
bzr revid: launchpad_translations_on_behalf_of_openerp-20131110064532-3pcx6sl2w1ioizv9
bzr revid: launchpad_translations_on_behalf_of_openerp-20131111053914-v4h4lfsutiem8fos
bzr revid: launchpad_translations_on_behalf_of_openerp-20131112062321-q35iebzktzu6lw8m

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 12 Nov 2013 06:22:20 +0000 (06:22 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131106055031-tut0ikyn2ukgc3yw
bzr revid: launchpad_translations_on_behalf_of_openerp-20131107055025-9oq3zxk6003gvt9g
bzr revid: launchpad_translations_on_behalf_of_openerp-20131108062531-oo7o57h2u1gxr3q5
bzr revid: launchpad_translations_on_behalf_of_openerp-20131110064337-vgxh4bfudb3xik01
bzr revid: launchpad_translations_on_behalf_of_openerp-20131111053813-4tykju0tdgvvgk8m
bzr revid: launchpad_translations_on_behalf_of_openerp-20131112062220-8edq183y73j5cxns

10 years ago[FIX] problem with pads, the demo configuration doesn't work if the server is using...
niv-openerp [Tue, 5 Nov 2013 13:35:20 +0000 (14:35 +0100)]
[FIX] problem with pads, the demo configuration doesn't work if the server is using https. I simply changed the url for the demo version.

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

bzr revid: nicolas.vanhoren@openerp.com-20131105133520-5egsr4cm0hi5r0dk

10 years ago[FIX] web: correct "date(time) on 31" tests
Christophe Simonis [Thu, 31 Oct 2013 11:19:45 +0000 (12:19 +0100)]
[FIX] web: correct "date(time) on 31" tests

bzr revid: chs@openerp.com-20131031111945-u3wi11e4rykpslme

10 years ago[IMP] l10n_multilang: remove force_write from function call, mark parameter as deprecated
Martin Trigaux [Thu, 31 Oct 2013 10:53:18 +0000 (11:53 +0100)]
[IMP] l10n_multilang: remove force_write from function call, mark parameter as deprecated

bzr revid: mat@openerp.com-20131031105318-zkzwdrtbvvmxkzv1

10 years ago[IMP] l10n_multilang: revert previous change and move it to l10n_multilang, the accou...
Martin Trigaux [Thu, 31 Oct 2013 10:44:01 +0000 (11:44 +0100)]
[IMP] l10n_multilang: revert previous change and move it to l10n_multilang, the accounts are now translatable and with the correct source value

bzr revid: mat@openerp.com-20131031104401-9tgjzs3hohebtit0

10 years ago[FIX] web: correct date and datetime parsing at end of month.
Christophe Simonis [Thu, 31 Oct 2013 10:33:33 +0000 (11:33 +0100)]
[FIX] web: correct date and datetime parsing at end of month.

As `new Date()` return the current date, when we are the 31,
setting the month to a month with less than 31 days will change
the date to next day (1st of next month). This result to a date(time)
object one month ahead of the wanted date(time).

bzr revid: chs@openerp.com-20131031103333-vt68132ptj9sbr04

10 years ago[FIX] account: generate the accounts based on templates with untranslated terms ...
Martin Trigaux [Thu, 31 Oct 2013 10:08:09 +0000 (11:08 +0100)]
[FIX] account: generate the accounts based on templates with untranslated terms (so benefit from translation)

bzr revid: mat@openerp.com-20131031100809-p0irwjbq3chxjsd9

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 31 Oct 2013 05:47:53 +0000 (05:47 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131031054753-45rivp2vcydq7cv3

10 years ago[FIX] board: filter available dashboards
Christophe Simonis [Wed, 30 Oct 2013 19:55:08 +0000 (20:55 +0100)]
[FIX] board: filter available dashboards

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

bzr revid: chs@openerp.com-20131030195508-gw4prkz230m8toma

10 years ago[MERGE] forward port of branch saas-1 up to revid 3749 chs@openerp.com-20131030180528...
Christophe Simonis [Wed, 30 Oct 2013 18:09:41 +0000 (19:09 +0100)]
[MERGE] forward port of branch saas-1 up to revid 3749 chs@openerp.com-20131030180528-hqsztaujjjqev8ky

bzr revid: chs@openerp.com-20131030180941-7409ksn29hrtavzm

10 years ago[MERGE] forward port of branch 7.0 up to revid 4067 chs@openerp.com-20131114142639... saas-1
Christophe Simonis [Fri, 15 Nov 2013 10:49:09 +0000 (11:49 +0100)]
[MERGE] forward port of branch 7.0 up to revid 4067 chs@openerp.com-20131114142639-ng7wzfjwvvel2nhv

bzr revid: dle@openerp.com-20131112134311-h1vsux0ge17bsqkc
bzr revid: chs@openerp.com-20131114134731-n324awyon0spq624
bzr revid: chs@openerp.com-20130823145204-xwpnlwg0gg2259f6
bzr revid: chs@openerp.com-20130906170157-e7m4pjskyi47q82o
bzr revid: dle@openerp.com-20130909170408-wxgoduzggap6o4ng
bzr revid: dle@openerp.com-20130919141212-ridtrvvfwvu6calr
bzr revid: dle@openerp.com-20131018120136-fvoq337kgx74njsy
bzr revid: dle@openerp.com-20131023103308-18pj2gqq3imrcir7
bzr revid: chs@openerp.com-20131030180528-hqsztaujjjqev8ky
bzr revid: dle@openerp.com-20131106100128-mx8mnguvp321wick
bzr revid: chs@openerp.com-20131115104909-3u3mu40g9xnler88

10 years ago[MERGE][FIX] web: fix race condition in BufferedDataset.
Christophe Simonis [Thu, 14 Nov 2013 14:26:39 +0000 (15:26 +0100)]
[MERGE][FIX] web: fix race condition in BufferedDataset.

Backport of saas-2 commit 3867 nicolas.vanhoren@openerp.com-20131107112017-7omd01ocvnbzx9m6

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

bzr revid: chs@openerp.com-20131114142639-ng7wzfjwvvel2nhv

10 years ago[FIX] portal: mail_message override: do not check access rules for SUPERUSER_ID
Thibault Delavallée [Thu, 14 Nov 2013 12:33:46 +0000 (13:33 +0100)]
[FIX] portal: mail_message override: do not check access rules for SUPERUSER_ID

bzr revid: tde@openerp.com-20131114123346-dbnrkh6nadl774qe

10 years ago[FIX] account_payment: avoid using non-stored function field in domains.
Christophe Simonis [Thu, 14 Nov 2013 11:18:02 +0000 (12:18 +0100)]
[FIX] account_payment: avoid using non-stored function field in domains.

Backport of following commits from trunk branch:
  8962 qdp-launchpad@openerp.com-20131030164925-c66d7jfx0x3546kt
  8974 qdp-launchpad@openerp.com-20131113100713-tvl30z5oqym22jqj

bzr revid: chs@openerp.com-20131114111802-a7rp2slqyigvconz

10 years ago[FIX] web: list views: bubble up failed deferreds.
Christophe Simonis [Thu, 14 Nov 2013 11:08:47 +0000 (12:08 +0100)]
[FIX] web: list views: bubble up failed deferreds.
[FIX] web: list view group: always call post_render method

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

bzr revid: chs@openerp.com-20131114110847-nn382fc60s7u7wp1

10 years ago[FIX]portal_claim: change of record rule for portal group for object portal.claim...
Denis Ledoux [Thu, 14 Nov 2013 09:59:07 +0000 (10:59 +0100)]
[FIX]portal_claim: change of record rule for portal group for object portal.claim, to change behaviour: portal users can now create claims in the portal, read their claims, but cant edit or delete them. They can post messages in the chatter if they want to add something

bzr revid: dle@openerp.com-20131114095907-ge8f97r6kxnv06fx

10 years ago[FIX]crm: several calls to _get_id for external id 'categ_phone2' which were not...
Denis Ledoux [Thu, 14 Nov 2013 09:57:21 +0000 (10:57 +0100)]
[FIX]crm: several calls to _get_id for external id 'categ_phone2' which were not surrounded by try except ValueError

bzr revid: dle@openerp.com-20131114095721-v22dl5yc8bzhvevf

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 14 Nov 2013 06:31:03 +0000 (06:31 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131114063103-0ehwa7pk99d5b4k4

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 14 Nov 2013 06:30:58 +0000 (06:30 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131114062958-ies8xa3pft7n59ms
bzr revid: launchpad_translations_on_behalf_of_openerp-20131106055135-r0xt2vr04710jh1t
bzr revid: launchpad_translations_on_behalf_of_openerp-20131107055120-r8z445ergt50erlx
bzr revid: launchpad_translations_on_behalf_of_openerp-20131108062620-bvfofx1jl1wb1csh
bzr revid: launchpad_translations_on_behalf_of_openerp-20131110064525-ioceogsmu0nmx2qj
bzr revid: launchpad_translations_on_behalf_of_openerp-20131111053908-gbrp09ast5fhr6iw
bzr revid: launchpad_translations_on_behalf_of_openerp-20131112062316-5uf2bvbzdhkq1b7k
bzr revid: launchpad_translations_on_behalf_of_openerp-20131113060841-bkjcuz4e9rtzn6f9
bzr revid: launchpad_translations_on_behalf_of_openerp-20131114063058-rrm2q5lxkyawuvpz

10 years ago[FIX] ir_fields: call selection function with context=None instead of not passing...
Martin Trigaux [Wed, 13 Nov 2013 09:45:23 +0000 (10:45 +0100)]
[FIX] ir_fields: call selection function with context=None instead of not passing argument. Same behaviour as previsously but does not break when have default value for context (eg: _get_language for ir.translation)

bzr revid: mat@openerp.com-20131113094523-67547nkfkfntjelb

10 years ago[MERGE] view form: reduce the number of result in 'search more' view opening to 160...
Martin Trigaux [Wed, 13 Nov 2013 08:28:06 +0000 (09:28 +0100)]
[MERGE] view form: reduce the number of result in 'search more' view opening to 160 records (performances improvement, not filtering every possible record) (opw 593963)

bzr revid: mat@openerp.com-20131113082806-me6uy7cjj6holn56

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 13 Nov 2013 06:08:48 +0000 (06:08 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131113060802-i0rwt8lkgeckatjo
bzr revid: launchpad_translations_on_behalf_of_openerp-20131113060848-04a2ehku5erssgvr

10 years ago[FIX] Import on model ir.translation was broken because of a missing context
Cecile Tonglet [Tue, 12 Nov 2013 13:27:47 +0000 (14:27 +0100)]
[FIX] Import on model ir.translation was broken because of a missing context

bzr revid: cto@openerp.com-20131112132747-bajrgbwlp0m3z92s

10 years ago[FIX] web: allow grouping on fields not present in list view
Christophe Simonis [Wed, 30 Oct 2013 18:02:42 +0000 (19:02 +0100)]
[FIX] web: allow grouping on fields not present in list view
[FIX] web,web_kanban: read_group: ensure read grouping fields

bzr revid: chs@openerp.com-20131030180242-rxxlawffv13ll5s1

10 years ago[FIX]crm_partner_assign: set probabilities of stages 'Assigned' and 'To recycle'...
Denis Ledoux [Wed, 30 Oct 2013 17:18:46 +0000 (18:18 +0100)]
[FIX]crm_partner_assign: set probabilities of stages 'Assigned' and 'To recycle' to 10% and 5% (respectively), to avoid to match the subtype message 'Opportunity Lost' when changing to this specific stages, in the chatter (tracking).

bzr revid: dle@openerp.com-20131030171846-bz141fhan7bqir44

10 years ago[FIX]crm: crm_lead_to_opportunity wizard, the wizard was not choosing duplicated...
Denis Ledoux [Wed, 30 Oct 2013 15:26:28 +0000 (16:26 +0100)]
[FIX]crm: crm_lead_to_opportunity wizard, the wizard was not choosing duplicated leads/opps which was having probability null in database

bzr revid: dle@openerp.com-20131030152628-tn12sxhbqbdqh3m4

10 years ago[FIX] stock: use eventual serial number attribute into account while doing product...
Martin Trigaux [Wed, 30 Oct 2013 14:54:32 +0000 (15:54 +0100)]
[FIX] stock: use eventual serial number attribute into account while doing product reservation

bzr revid: mat@openerp.com-20131030145432-2sij3p1dae8ghzuz

10 years ago[FIX] l10n_multilang: remove force_write attribute in process_translations
Martin Trigaux [Wed, 30 Oct 2013 11:13:03 +0000 (12:13 +0100)]
[FIX] l10n_multilang: remove force_write attribute in process_translations

When processing a translation, the module used to replace the original term by the translated value for accounts (only object with force_write=True).
This lead to only having the translated version for every user, independent of user's language.
On new chart of accounts, will have different account names according to the user preference.
Keep argument force_write in API for stability reason (will be removed in trunk)

bzr revid: mat@openerp.com-20131030111303-ziusplk330oj9wf4

10 years ago[FIX] ir_attachment: fix security issues on ir_attachment
Martin Trigaux [Wed, 30 Oct 2013 08:44:08 +0000 (09:44 +0100)]
[FIX] ir_attachment: fix security issues on ir_attachment
check: verify the permissions even when no ids are passed (skipped permission checking for create)
create: verify has the write access on the related model (instead of create, was not checked anyway)
function field: execute the write in fnct_inv as superuser (was impossible to have creation without write access)

bzr revid: mat@openerp.com-20131030084408-t857gl7d4lkbrj5p

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 30 Oct 2013 05:54:38 +0000 (05:54 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131026062529-74ir3upguunr9mw3
bzr revid: launchpad_translations_on_behalf_of_openerp-20131027061317-d9s440jzv1juvswi
bzr revid: launchpad_translations_on_behalf_of_openerp-20131028054233-15znliqv2eh2jq0i
bzr revid: launchpad_translations_on_behalf_of_openerp-20131029051429-rcytejyrg2s4t9db
bzr revid: launchpad_translations_on_behalf_of_openerp-20131030055438-gp0hyend0jooi941

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 30 Oct 2013 05:54:12 +0000 (05:54 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20131026062452-54qhvc3cru0x8e6h
bzr revid: launchpad_translations_on_behalf_of_openerp-20131029051406-apyhsdmupva2pdpz
bzr revid: launchpad_translations_on_behalf_of_openerp-20131030055412-kuwph2dx2jfeepwc

10 years ago[FIX] crm.phonecall: correct view to call correct on_change method
Christophe Simonis [Tue, 29 Oct 2013 19:28:38 +0000 (20:28 +0100)]
[FIX] crm.phonecall: correct view to call correct on_change method

bzr revid: chs@openerp.com-20131029192838-6c6z22enbcgotqma

10 years ago[FIX] ir_attachment: fix security issues on ir_attachment
Martin Trigaux [Tue, 29 Oct 2013 17:14:20 +0000 (18:14 +0100)]
[FIX] ir_attachment: fix security issues on ir_attachment
check: verify the permissions even when no ids are passed (skipped permission checking for create)
create: verify has the write access on the related model (instead of create, was not checked anyway)
function field: execute the write in fnct_inv as superuser (was impossible to have creation without write access)

bzr revid: mat@openerp.com-20131029171420-x87wu7ph8ej7mtro