odoo/odoo.git
10 years ago[MERGE] [FIX] mail: fixed wrong parsing of multipart/mixed emails. Alternative mode...
Thibault Delavallée [Fri, 23 Aug 2013 12:37:16 +0000 (14:37 +0200)]
[MERGE] [FIX] mail: fixed wrong parsing of multipart/mixed emails. Alternative mode is computed when browsing the parts, not from the message content type.

Added tests.

Also added some notification_email_send=none in mail demo data to avoid sending emails in demo/data/update.

bzr revid: tde@openerp.com-20130823123716-anqlxg1gk6c19kdc

10 years ago[FIX] mail: fixed wrong parsing of multipart/mixed emails.
Thibault Delavallée [Fri, 23 Aug 2013 12:06:11 +0000 (14:06 +0200)]
[FIX] mail: fixed wrong parsing of multipart/mixed emails.
alternative mode is computed when browsing the parts, not from
the message content type.

Added tests.

Also added some notification_email_send to none to avoid sending
emails in demo/data/update.

bzr revid: tde@openerp.com-20130823120611-0n4ull3c8gvwug2u

10 years ago[MERGE] backport of revision 8862
Martin Trigaux [Fri, 23 Aug 2013 09:22:31 +0000 (11:22 +0200)]
[MERGE] backport of revision 8862
mrp, sale_stock: minor usability improvements + properties in sale order lines

bzr revid: mat@openerp.com-20130823092231-w5aet41ivk4f7nd9

10 years ago[IMP] mrp: allow searching by components, better view for BoM structure
Martin Trigaux [Fri, 23 Aug 2013 08:51:38 +0000 (10:51 +0200)]
[IMP] mrp: allow searching by components, better view for BoM structure

bzr revid: mat@openerp.com-20130823085138-bhxhitqof4m2hd7v

10 years ago[FIX] tree view: correct toggeling of hierarchic tree, correctly pass ids
Martin Trigaux [Fri, 23 Aug 2013 08:12:56 +0000 (10:12 +0200)]
[FIX] tree view: correct toggeling of hierarchic tree, correctly pass ids

bzr revid: mat@openerp.com-20130823081256-ab12551kejhjcqbv

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 23 Aug 2013 05:52:46 +0000 (05:52 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130822054012-klsl0p3ylzlwe9w5
bzr revid: launchpad_translations_on_behalf_of_openerp-20130823055246-8rlzajaxcyy6zkja

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 23 Aug 2013 05:52:41 +0000 (05:52 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130822054004-iy1tgkww8vf91e5g
bzr revid: launchpad_translations_on_behalf_of_openerp-20130823055241-t379yr3ksuppirw0

10 years ago[MERGE] various changes
Martin Trigaux [Wed, 21 Aug 2013 15:58:18 +0000 (17:58 +0200)]
[MERGE] various changes
analytic_user_function: fix traceback with non-existant variable
lunch: name_get and remove create button on you lunch account view
mail: being more permissive on check to also allow creating message when have create access rights on model

bzr revid: mat@openerp.com-20130821155818-ktljx5c1my4w540j

10 years ago[FIX] analytic_user_function: initialise variable
Martin Trigaux [Wed, 21 Aug 2013 15:44:01 +0000 (17:44 +0200)]
[FIX] analytic_user_function: initialise variable

bzr revid: mat@openerp.com-20130821154401-vgjpfmmjd59bm3j6

10 years ago[FIX] mail: check create access only for acess rights, not access rules (too permissive)
Martin Trigaux [Wed, 21 Aug 2013 15:39:18 +0000 (17:39 +0200)]
[FIX] mail: check create access only for acess rights, not access rules (too permissive)

bzr revid: mat@openerp.com-20130821153918-pdtf4mhcdycfdf3p

10 years ago[MERGE] [IMP] lunch: better name_get and avoid seeing twice the create button on...
Martin Trigaux [Wed, 21 Aug 2013 14:49:00 +0000 (16:49 +0200)]
[MERGE] [IMP] lunch: better name_get and avoid seeing twice the create button on the cashmove view

bzr revid: mat@openerp.com-20130821144900-86hcgrwd43mavo5y

10 years ago[IMP] mail: beeing more permissive on the condition to post new message, allow also...
Martin Trigaux [Wed, 21 Aug 2013 14:37:14 +0000 (16:37 +0200)]
[IMP] mail: beeing more permissive on the condition to post new message, allow also if have only the create access

bzr revid: mat@openerp.com-20130821143714-9a1isp0ylwko275k

10 years ago[MERGE] res.partner: skip recursive sync of `commercial` fields if none of them chang...
Olivier Dony [Wed, 21 Aug 2013 13:51:25 +0000 (15:51 +0200)]
[MERGE] res.partner: skip recursive sync of `commercial` fields if none of them changed, courtesy of Holger Brunn (Therp)

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

bzr revid: odo@openerp.com-20130821135125-izp23cgkdphul5or

10 years ago[FIX] point_of_sale: avoid traceback if deleted property
Martin Trigaux [Wed, 21 Aug 2013 12:54:29 +0000 (14:54 +0200)]
[FIX] point_of_sale: avoid traceback if deleted property

bzr revid: mat@openerp.com-20130821125429-uzaqw4yx2ve63wja

10 years ago[FIX] account_voucher: generate empty context to avoid traceback
Martin Trigaux [Wed, 21 Aug 2013 12:17:14 +0000 (14:17 +0200)]
[FIX] account_voucher: generate empty context to avoid traceback

bzr revid: mat@openerp.com-20130821121714-5q5qa56suab0dehs

10 years ago[MERGE] [DOC] make it explicit that the module name is mandatory when specifying...
Olivier Dony [Wed, 21 Aug 2013 12:00:51 +0000 (14:00 +0200)]
[MERGE] [DOC] make it explicit that the module name is mandatory when specifying a sub view via the context, courtesy of Alexandre Fayolle (Camptocamp)

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

bzr revid: odo@openerp.com-20130821120051-r72lz2r6jew77hym

10 years ago[DOC] minor wording/formatting/nitpicking on top of previous patch
Olivier Dony [Wed, 21 Aug 2013 11:58:22 +0000 (13:58 +0200)]
[DOC] minor wording/formatting/nitpicking on top of previous patch

bzr revid: odo@openerp.com-20130821115822-kd9d8m1upvo5wiux

10 years ago[MERGE] [DOC] make it explicit that the module name is mandatory when specifying...
Olivier Dony [Wed, 21 Aug 2013 11:52:49 +0000 (13:52 +0200)]
[MERGE] [DOC] make it explicit that the module name is mandatory when specifying a sub view via the context, courtesy of Alexandre Fayolle (Camptocamp)

bzr revid: odo@openerp.com-20130821115249-qv06t608ajo0f8yi

10 years ago[FIX] [DOC] make it explicit that the module name is mandatory when specifying a...
alexandre.fayolle@camptocamp.com [Wed, 21 Aug 2013 09:49:13 +0000 (11:49 +0200)]
[FIX] [DOC] make it explicit that the module name is mandatory when specifying a sub view via the context

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

bzr revid: alexandre.fayolle@camptocamp.com-20130821094913-2frk2550b4szka5s

10 years ago[MERGE] [FIX] reload form if button has option reload_on_button
Martin Trigaux [Wed, 21 Aug 2013 08:53:42 +0000 (10:53 +0200)]
[MERGE] [FIX] reload form if button has option reload_on_button

bzr revid: mat@openerp.com-20130821085342-8k6q1d2886tmwffm

10 years ago[MERGE] [FIX] stock: use reload_on_button option in forms for reloading the form...
Martin Trigaux [Wed, 21 Aug 2013 08:53:04 +0000 (10:53 +0200)]
[MERGE] [FIX] stock: use reload_on_button option in forms for reloading the form that has been modified

bzr revid: mat@openerp.com-20130821085304-s2xnyg2mitxyqwgm

10 years ago[FIX] sale: correct report for discount column (opw #592874)
Martin Trigaux [Wed, 21 Aug 2013 08:32:56 +0000 (10:32 +0200)]
[FIX] sale: correct report for discount column (opw #592874)

bzr revid: mat@openerp.com-20130821083256-1746jkpzpnlnhjib

10 years ago[FIX] vertical alignment of fields on firefox (opw #590181)
Martin Trigaux [Wed, 21 Aug 2013 08:09:33 +0000 (10:09 +0200)]
[FIX] vertical alignment of fields on firefox (opw #590181)

bzr revid: mat@openerp.com-20130821080933-fiq3zvccgzop02on

10 years ago[DOC] changelog: more details
Olivier Dony [Tue, 20 Aug 2013 09:11:57 +0000 (11:11 +0200)]
[DOC] changelog: more details

bzr revid: odo@openerp.com-20130820091157-e5brwlxuhujf8rrd

10 years ago[FIX] Model.browse: prefetching should not include model-level restricted fields...
Olivier Dony [Tue, 20 Aug 2013 08:54:51 +0000 (10:54 +0200)]
[FIX] Model.browse: prefetching should not include model-level restricted fields (with @groups)

This usually causes spurious AccessDenied errors that would
not have occurred in most cases because the restricted fields
would not be actually read/accessed.
This patch treats fields with model-level `groups` attributes
(which means access is restricted by the ORM, not just the UI)
as not prefetchable, irregardless of the actual groups that are
restricted. This agnostic  approach was chosen to save the
extra group membership lookup in most cases, which is currently
not cached (caching it would be a bigger change and come with
cache invalidation issues).

In the worst case the non-prefetching will cause an extra
SQL query for each restricted field that is browsed, but in
most cases this will make no performance hit, as this
from of access control is typically used only for a few
fields.

bzr revid: odo@openerp.com-20130820085451-e1a30wfod2hc52hf

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 20 Aug 2013 05:15:02 +0000 (05:15 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130820051502-deoiql3lru7goosd

10 years ago[FIX] browse records do not prefetch fields with groups
Christophe Simonis [Mon, 19 Aug 2013 17:49:30 +0000 (19:49 +0200)]
[FIX] browse records do not prefetch fields with groups

bzr revid: chs@openerp.com-20130819174930-xjzmrhuuuuwnbdg0

10 years ago[FIX] browse records do not try to prefetch fields user can't read
Christophe Simonis [Mon, 19 Aug 2013 16:46:22 +0000 (18:46 +0200)]
[FIX] browse records do not try to prefetch fields user can't read

bzr revid: chs@openerp.com-20130819164622-7cre7yqpvlyzsslj

10 years ago[FIX] account,hr_timesheet_sheet: fix YML assertRaise-like testcases that did not...
Olivier Dony [Mon, 19 Aug 2013 14:23:14 +0000 (16:23 +0200)]
[FIX] account,hr_timesheet_sheet: fix YML assertRaise-like testcases that did not verify the result, courtesy of Laetitia Gangloff (Acsone)

bzr revid: odo@openerp.com-20130819142314-cirsm5jxg6e0uw02

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 19 Aug 2013 04:57:37 +0000 (04:57 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130815055122-qjjh1oa8122npkdt
bzr revid: launchpad_translations_on_behalf_of_openerp-20130816060311-osd5epg0pjqggizo
bzr revid: launchpad_translations_on_behalf_of_openerp-20130817061650-b596lee67z2gon1h
bzr revid: launchpad_translations_on_behalf_of_openerp-20130818050503-e1c1ferew0px4k1y
bzr revid: launchpad_translations_on_behalf_of_openerp-20130819045737-ef63g3nwk154ezyw

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 18 Aug 2013 05:04:55 +0000 (05:04 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130815055129-l249p9ncbc2h5ofe
bzr revid: launchpad_translations_on_behalf_of_openerp-20130815055040-zhr6j27dl2pml3xj
bzr revid: launchpad_translations_on_behalf_of_openerp-20130817061604-2qsvxvuesqqeah0x
bzr revid: launchpad_translations_on_behalf_of_openerp-20130818050455-fwt3xl3oyarv2ed8

10 years ago[FIX] account_report_company: avoid including the address in the computed display...
Olivier Dony [Tue, 13 Aug 2013 08:22:47 +0000 (10:22 +0200)]
[FIX] account_report_company: avoid including the address in the computed display name

bzr revid: odo@openerp.com-20130813082247-fz1cv55l82j9uo3l

10 years ago[MERGE] l10n_be: add translation of belgian chart of accounts in Flemish
Martin Trigaux [Wed, 14 Aug 2013 15:30:28 +0000 (17:30 +0200)]
[MERGE] l10n_be: add translation of belgian chart of accounts in Flemish

requires merge 5049 in server 7.0 (support of i18n_extra folder)
requires l10n_multilang preinstalled before l10n_be (to add translatable fields)
move l10n_be_wizard.yml to l10n_be_hr_payroll_account (requires an accounting plan installed to import data)
set action wizard for multichart selection opened
add translation of chart of account into nl_BE, courtesy of Geert Janssens
point_of_sale: fix default journal selection for config (broken runbot test)

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

bzr revid: mat@openerp.com-20130814153028-f0rj5truwrlqgrxe

10 years ago[MERGE] ir_translation: add support for i18n_extra folder for additional translations
Martin Trigaux [Wed, 14 Aug 2013 15:20:30 +0000 (17:20 +0200)]
[MERGE] ir_translation: add support for i18n_extra folder for additional translations

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

bzr revid: mat@openerp.com-20130814152030-fnv48qljigdj0hjb

10 years ago[FIX] point_of_sale: ok this one should be good
Martin Trigaux [Wed, 14 Aug 2013 14:02:40 +0000 (16:02 +0200)]
[FIX] point_of_sale: ok this one should be good

bzr revid: mat@openerp.com-20130814140240-f0qqsks6tcc423s8

10 years ago[FIX] point_of_sale: oups, needs an id
Martin Trigaux [Wed, 14 Aug 2013 13:53:46 +0000 (15:53 +0200)]
[FIX] point_of_sale: oups, needs an id

bzr revid: mat@openerp.com-20130814135346-6zpzl6tc0efowquj

10 years ago[FIX] point_of_sale: better default sale journal for new pos.config, use company...
Martin Trigaux [Wed, 14 Aug 2013 13:45:11 +0000 (15:45 +0200)]
[FIX] point_of_sale: better default sale journal for new pos.config, use company of current user

done to fix test in 01_order_to_payment.yml when creating pos.order
default config can have journal of different company, will get exception if done with a journal of main company

bzr revid: mat@openerp.com-20130814134511-c0f3z27f9p2gflt6

10 years ago[FIX] l10n_be: move yml file to l10n_be_hr_payroll_account
Martin Trigaux [Wed, 14 Aug 2013 09:40:47 +0000 (11:40 +0200)]
[FIX] l10n_be: move yml file to l10n_be_hr_payroll_account

bzr revid: mat@openerp.com-20130814094047-a3hbjt3iklavlzyr

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 14 Aug 2013 06:11:43 +0000 (06:11 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130813060644-aqcty76tubwcndqr
bzr revid: launchpad_translations_on_behalf_of_openerp-20130814061143-xd9u24slxcp1dft9

10 years ago[FIX] l10n_be: trying to cheat runbot into going green, still a data problem with...
Martin Trigaux [Tue, 13 Aug 2013 15:38:29 +0000 (17:38 +0200)]
[FIX] l10n_be: trying to cheat runbot into going green, still a data problem with l10n_be_hr_payroll_account

bzr revid: mat@openerp.com-20130813153829-t3ssexue8yreeeld

10 years ago[FIX] l10n_be: can not add new dependency in 7.0 (stable), too bad for multilang
Martin Trigaux [Tue, 13 Aug 2013 14:41:32 +0000 (16:41 +0200)]
[FIX] l10n_be: can not add new dependency in 7.0 (stable), too bad for multilang

bzr revid: mat@openerp.com-20130813144132-8n7gw43i3e1w9hw7

10 years ago[FIX] remove last password saving feature
niv-openerp [Tue, 13 Aug 2013 14:20:11 +0000 (16:20 +0200)]
[FIX] remove last password saving feature

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

bzr revid: nicolas.vanhoren@openerp.com-20130813142011-osv12ybmwvjj5dso

10 years ago[ADD] changelog file with support of i18n_extra folder
Martin Trigaux [Tue, 13 Aug 2013 14:03:00 +0000 (16:03 +0200)]
[ADD] changelog file with support of i18n_extra folder

bzr revid: mat@openerp.com-20130813140300-g9amgza8h9w1lt4j

10 years ago[IMP] ir_translation: better log message
Martin Trigaux [Tue, 13 Aug 2013 13:01:09 +0000 (15:01 +0200)]
[IMP] ir_translation: better log message

bzr revid: mat@openerp.com-20130813130109-yhvgipdy9m63jcqy

10 years ago[ADD] l10n_be: translation belgian accounts templates, courtsey of Geert Janssens
Martin Trigaux [Tue, 13 Aug 2013 12:33:46 +0000 (14:33 +0200)]
[ADD] l10n_be: translation belgian accounts templates, courtsey of Geert Janssens

bzr revid: mat@openerp.com-20130813123346-91ua3udtegb03vi0

10 years ago[MERGE] [ADD] l10n_be: l10n_be inherits from l10n_multilang, remove yml for automatic...
Martin Trigaux [Tue, 13 Aug 2013 12:28:35 +0000 (14:28 +0200)]
[MERGE] [ADD] l10n_be: l10n_be inherits from l10n_multilang, remove yml for automatic account assignment and replace it by the more common wizard in open state

bzr revid: mat@openerp.com-20130813122835-bvue248y36zkottt

10 years agorevert changes in translations, done in server
Martin Trigaux [Tue, 13 Aug 2013 12:19:43 +0000 (14:19 +0200)]
revert changes in translations, done in server

bzr revid: mat@openerp.com-20130813121943-chiv25ipqz3tnq6m

10 years ago[ADD] ir_translation: allow extra translations in folder i18n_extra
Martin Trigaux [Tue, 13 Aug 2013 12:12:58 +0000 (14:12 +0200)]
[ADD] ir_translation: allow extra translations in folder i18n_extra

bzr revid: mat@openerp.com-20130813121258-q9y4kudhavndlod6

10 years ago[FIX] correctly place blocks
Martin Trigaux [Tue, 13 Aug 2013 10:00:19 +0000 (12:00 +0200)]
[FIX] correctly place blocks

bzr revid: mat@openerp.com-20130813100019-l1tcja2ruc1nbf90

10 years ago[IMP] l10n_multilang: add translation_folder field
Martin Trigaux [Tue, 13 Aug 2013 09:47:30 +0000 (11:47 +0200)]
[IMP] l10n_multilang: add translation_folder field

bzr revid: mat@openerp.com-20130813094730-8wbjph5qsfp0z84o

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130804053658-dwot6056w0etx103
bzr revid: launchpad_translations_on_behalf_of_openerp-20130806050421-2fm8jer603073706
bzr revid: launchpad_translations_on_behalf_of_openerp-20130807050254-ey3bl55ur4w4qio2
bzr revid: launchpad_translations_on_behalf_of_openerp-20130808045918-hj31pvyyoygb60c7
bzr revid: launchpad_translations_on_behalf_of_openerp-20130809053540-o6koj5a8ykwghh9o
bzr revid: launchpad_translations_on_behalf_of_openerp-20130812050623-2h40gxsfykcmjpmp
bzr revid: launchpad_translations_on_behalf_of_openerp-20130813060620-3cgurvlsx2pj03cc

10 years ago[FIX] account: pass context to move line reconciliation creation (opw #594546)
Martin Trigaux [Mon, 12 Aug 2013 09:48:59 +0000 (11:48 +0200)]
[FIX] account: pass context to move line reconciliation creation (opw #594546)

bzr revid: mat@openerp.com-20130812094859-gyg5d1jz69zikt7s

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130729055508-7yza7v2jdny1gear
bzr revid: launchpad_translations_on_behalf_of_openerp-20130730045810-58du4wi80axs0t81
bzr revid: launchpad_translations_on_behalf_of_openerp-20130806050509-v64stuiemu934s7t
bzr revid: launchpad_translations_on_behalf_of_openerp-20130809053600-ssuy8yhd6ve9cse6
bzr revid: launchpad_translations_on_behalf_of_openerp-20130810053806-gx2uwr6zoit4zow2
bzr revid: launchpad_translations_on_behalf_of_openerp-20130811050026-l3omk3m8v7f34dnu
bzr revid: launchpad_translations_on_behalf_of_openerp-20130810053803-dm8ugwnibrznai0t
bzr revid: launchpad_translations_on_behalf_of_openerp-20130811050015-lmxdgm6fks2fyzoe
bzr revid: launchpad_translations_on_behalf_of_openerp-20130812050650-ta4kndyaxthut4tv

10 years ago[FIX]auth_oauth: auth_oauth handle oauth error 3, auth_oauth_signup raise accessdenie...
Denis Ledoux [Fri, 9 Aug 2013 14:55:06 +0000 (16:55 +0200)]
[FIX]auth_oauth: auth_oauth handle oauth error 3, auth_oauth_signup raise accessdenied instead of signuperror, auth_signup use literal_eval instead of safe_eval

bzr revid: dle@openerp.com-20130809145506-agzyvk8m1pr858jf

10 years ago[FIX] l10n_be: use float instead of string for amount in vat_intra reports
Martin Trigaux [Fri, 9 Aug 2013 12:31:02 +0000 (14:31 +0200)]
[FIX] l10n_be: use float instead of string for amount in vat_intra reports

bzr revid: mat@openerp.com-20130809123102-f1npfj1hzic71jhm

10 years ago[FIX]l10n_be: use float instead of string for amont in vat_intra reports
Martin Trigaux [Fri, 9 Aug 2013 12:22:37 +0000 (14:22 +0200)]
[FIX]l10n_be: use float instead of string for amont in vat_intra reports

bzr revid: mat@openerp.com-20130809122237-sym8vi6a24h0p2fc

10 years agotest: correct some try/except test
Laetitia Gangloff (Acsone) [Fri, 9 Aug 2013 07:06:05 +0000 (09:06 +0200)]
test: correct some try/except test

bzr revid: laetitia.gangloff@acsone.eu-20130809070605-w6ti80ljpv5zsh2p

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 9 Aug 2013 05:35:56 +0000 (05:35 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130809053556-39cuq6tszjt0su5v

10 years ago[IMP] improve readability
Holger Brunn [Thu, 8 Aug 2013 18:18:06 +0000 (20:18 +0200)]
[IMP] improve readability

bzr revid: hbrunn@therp.nl-20130808181806-mdsrcltl8r526sr6

10 years ago[FIX] only descend to children when necessary
Holger Brunn [Thu, 8 Aug 2013 16:13:39 +0000 (18:13 +0200)]
[FIX] only descend to children when necessary

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

bzr revid: hbrunn@therp.nl-20130808161339-7y5dtwacb1ed7fcp

10 years ago[FIX] board: keep group by in context when adding to dashboard
Martin Trigaux [Thu, 8 Aug 2013 15:00:40 +0000 (17:00 +0200)]
[FIX] board: keep group by in context when adding to dashboard

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

bzr revid: mat@openerp.com-20130808150040-ki91kbfie9ink8u0

10 years agotest: correct some try/except test
Laetitia Gangloff (Acsone) [Thu, 8 Aug 2013 14:36:22 +0000 (16:36 +0200)]
test: correct some try/except test

bzr revid: laetitia.gangloff@acsone.eu-20130808143622-7kk0p7ve786kg1yd

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 8 Aug 2013 04:59:27 +0000 (04:59 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130806050505-b7g4j329y0heazos
bzr revid: launchpad_translations_on_behalf_of_openerp-20130807050317-4fh5uqmr02dou5ei
bzr revid: launchpad_translations_on_behalf_of_openerp-20130808045927-gmb38spqpaa9lgoa

10 years ago[IMP] improve code
Foram Katharotiya (OpenERP) [Wed, 7 Aug 2013 06:43:43 +0000 (12:13 +0530)]
[IMP] improve code

bzr revid: fka@tinyerp.com-20130807064343-gifqjce1bewj0sk5

10 years ago[FIX] traceback from journal vouchers
Foram Katharotiya (OpenERP) [Tue, 6 Aug 2013 12:58:54 +0000 (18:28 +0530)]
[FIX] traceback from journal vouchers

bzr revid: fka@tinyerp.com-20130806125854-txgvpzvkpc928v09

10 years ago[FIX] l10n_be_invoice_bba: add copy method to invoice to generate a new bba comunicat...
Martin Trigaux [Mon, 5 Aug 2013 15:37:13 +0000 (17:37 +0200)]
[FIX] l10n_be_invoice_bba: add copy method to invoice to generate a new bba comunication when duplicating, courtesy of Peter Langenberg (Agaplan)

bzr revid: mat@openerp.com-20130805153713-os2c4d5bfwr0pgmk

10 years ago[FIX] account: use dateformat instead of datetime for date objects
Martin Trigaux [Mon, 5 Aug 2013 10:15:38 +0000 (12:15 +0200)]
[FIX] account: use dateformat instead of datetime for date objects

bzr revid: mat@openerp.com-20130805101538-jn8o05n13psmnp99

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 5 Aug 2013 06:30:55 +0000 (06:30 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130803061336-i8noij4hjz9nxoow
bzr revid: launchpad_translations_on_behalf_of_openerp-20130804053709-rxcnnh17adwk94b4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130805063055-v6y7lrx7lcoemmk0

10 years ago[FIX] account_voucher: evaluate move line account with correct precision
Martin Trigaux [Fri, 2 Aug 2013 12:03:11 +0000 (14:03 +0200)]
[FIX] account_voucher: evaluate move line account with correct precision

This bug may have generated incorrect account_voucher_line when validating a voucher with amount less than 1. This patch will avoid reproducing the problem on new lines but not fix already existing vouchers. To do so apply the following steps:

1. apply this patch
2. do a manual reconciliation of the account.move.lines with amount less than 1 (use the manual reconciliation menu to see every line, included 0-0 lines)
3. execute the following SQL query

DELETE FROM account_voucher_line WHERE id IN (SELECT l.id FROM account_voucher_line AS l JOIN account_voucher AS v ON (v.id = l.voucher_id) JOIN account_move_line AS ml ON (l.move_line_id = ml.id) WHERE l.amount = 0 AND v.state = 'draft' AND ml.debit = ml.credit AND ml.credit = 0);

that will remove account voucher lines from draft vouchers linked to an empty move lines

bzr revid: mat@openerp.com-20130802120311-oh64d47t8x6t1wf9

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 2 Aug 2013 05:58:26 +0000 (05:58 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130802055826-b3m62j0sjc05lbns

10 years ago[FIX]auth_crypt: was storing password when passsing by res.users create, like auth_signup
Denis Ledoux [Thu, 1 Aug 2013 16:27:04 +0000 (18:27 +0200)]
[FIX]auth_crypt: was storing password when passsing by res.users create, like auth_signup

bzr revid: dle@openerp.com-20130801162704-fbvghil7yir8zm8c

10 years ago[FIX]auth_crypt: check_credentials checking if there is a password stored, if not...
Denis Ledoux [Thu, 1 Aug 2013 15:15:39 +0000 (17:15 +0200)]
[FIX]auth_crypt: check_credentials checking if there is a password stored, if not, not trying to crypt anything and raise

bzr revid: dle@openerp.com-20130801151539-z0bes7ylx5qwa8tw

10 years ago[FIX]stock: wizard stock change qty, object_reference return an integer and not a...
Denis Ledoux [Thu, 1 Aug 2013 14:21:19 +0000 (16:21 +0200)]
[FIX]stock: wizard stock change qty, object_reference return an integer and not a browse record

bzr revid: dle@openerp.com-20130801142119-3kt689udw6j9zofz

10 years ago[FIX] l10n_be_invoice_bba: we don't want to generate BBA communication for anything...
Peter Langenberg [Wed, 31 Jul 2013 15:48:38 +0000 (17:48 +0200)]
[FIX] l10n_be_invoice_bba: we don't want to generate BBA communication for anything other than out_invoice

bzr revid: pl@agaplan.eu-20130731154838-pjygijihw5otkk4e

10 years ago[FIX]auth_ldap: remove base_crypt warning from manifest
Denis Ledoux [Wed, 31 Jul 2013 15:31:29 +0000 (17:31 +0200)]
[FIX]auth_ldap: remove base_crypt warning from manifest

bzr revid: dle@openerp.com-20130731153129-8hmqrgsg3e9d533f

10 years ago[FIX]auth_ldap: now using check_credentials instead of check
Denis Ledoux [Wed, 31 Jul 2013 15:20:18 +0000 (17:20 +0200)]
[FIX]auth_ldap: now using check_credentials instead of check

bzr revid: dle@openerp.com-20130731152018-fln3urf0expd9ps7

10 years ago[FIX] res_currency: allow silent failing for computation of current rate if no rate...
Martin Trigaux [Wed, 31 Jul 2013 14:51:28 +0000 (16:51 +0200)]
[FIX] res_currency: allow silent failing for computation of current rate if no rate exists, allow accessing the tree and form view if incorrectly configured currency

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

bzr revid: mat@openerp.com-20130731145128-flzp1imkyrh86zpa

10 years ago[FIX] res_currency: pass context to currency function
Martin Trigaux [Wed, 31 Jul 2013 12:38:12 +0000 (14:38 +0200)]
[FIX] res_currency: pass context to currency function

bzr revid: mat@openerp.com-20130731123812-oztjyktifs23lhi9

10 years ago[FIX] res_currency: update linked tests
Martin Trigaux [Wed, 31 Jul 2013 11:10:54 +0000 (13:10 +0200)]
[FIX] res_currency: update linked tests

bzr revid: mat@openerp.com-20130731111054-g5p094izprzok3eo

10 years ago[IMP] res_currency: more modular solution
Martin Trigaux [Wed, 31 Jul 2013 11:05:25 +0000 (13:05 +0200)]
[IMP] res_currency: more modular solution

bzr revid: mat@openerp.com-20130731110525-garlkomohzcyp4pd

10 years ago[FIX] res_currency: avoid getting blocked when creating a curreny without rates
Martin Trigaux [Wed, 31 Jul 2013 10:06:26 +0000 (12:06 +0200)]
[FIX] res_currency: avoid getting blocked when creating a curreny without rates

bzr revid: mat@openerp.com-20130731100626-kgxpvfkwkg13lpy1

10 years ago[IMP] stock: more fault tolerant usage of xml id
Martin Trigaux [Wed, 31 Jul 2013 09:27:32 +0000 (11:27 +0200)]
[IMP] stock: more fault tolerant usage of xml id

bzr revid: mat@openerp.com-20130731092732-9fa0xb66mo7uakb4

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 31 Jul 2013 06:09:56 +0000 (06:09 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130731060956-vxbj0r9l9pzvfivu

10 years ago[FIX] mrp: don't see produce button if don't have necessary quantity
Martin Trigaux [Tue, 30 Jul 2013 15:07:47 +0000 (17:07 +0200)]
[FIX] mrp: don't see produce button if don't have necessary quantity

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

bzr revid: mat@openerp.com-20130730150747-9yhd6xt0k7nhadbu

10 years ago[FIX] ir.model: during creation of custom models, the _auto_init call should also...
Olivier Dony [Tue, 30 Jul 2013 11:46:45 +0000 (13:46 +0200)]
[FIX] ir.model: during creation of custom models, the _auto_init call should also take care of custom fields created on-the-fly

The _auto_init call in ir.model.fields creation will not
do it because it happens before the insertion of the model
in the registry. It will only work for later addition of
fields.

bzr revid: odo@openerp.com-20130730114645-185kbupcrbtnv1tf

10 years ago[FIX] report: force encoding of dateformat string
Martin Trigaux [Tue, 30 Jul 2013 12:55:34 +0000 (14:55 +0200)]
[FIX] report: force encoding of dateformat string

some locales have unicode into the date format (eg: zh_CN uses %Y年%m月%d日)
conversion using str() would not work for them
opw #593932

bzr revid: mat@openerp.com-20130730125534-77hfb2k6z7epbhsv

10 years ago[FIX] account: paypal url generation should not crash for draft invoices that have...
Olivier Dony [Tue, 30 Jul 2013 09:16:43 +0000 (11:16 +0200)]
[FIX] account: paypal url generation should not crash for draft invoices that have no number yet

bzr revid: odo@openerp.com-20130730091643-27iwpblnjgjc8a2j

10 years ago[FIX] base_calendar: don't compute reccuring events if reccurency checkbox is disabled
Martin Trigaux [Tue, 30 Jul 2013 08:14:09 +0000 (10:14 +0200)]
[FIX] base_calendar: don't compute reccuring events if reccurency checkbox is disabled

bzr revid: mat@openerp.com-20130730081409-d84sz1e1w2201yqr

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130730045806-pkwhfwt808zjajg9

10 years ago[FIX] stock: remove warning popup on update product quantity wizard and correctly...
Martin Trigaux [Mon, 29 Jul 2013 13:58:44 +0000 (15:58 +0200)]
[FIX] stock: remove warning popup on update product quantity wizard and correctly verify access rights on stock.location

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

bzr revid: mat@openerp.com-20130729135844-jtanbteqtg52ztnu

10 years ago[IMP] stock: don't raise error on default values if removed default stock locations...
Martin Trigaux [Mon, 29 Jul 2013 12:11:20 +0000 (14:11 +0200)]
[IMP] stock: don't raise error on default values if removed default stock locations data

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

bzr revid: mat@openerp.com-20130729121120-7xh05hcmo8iwbyfk

10 years ago[IMP] stock: don't raise error on default values if removed default stock locations...
Martin Trigaux [Mon, 29 Jul 2013 10:29:23 +0000 (12:29 +0200)]
[IMP] stock: don't raise error on default values if removed default stock locations data

bzr revid: mat@openerp.com-20130729102923-xx55fmomv72qbji6

10 years ago[FIX] sale_crm: allow modifying the default sale's team on user preferences
Martin Trigaux [Mon, 29 Jul 2013 07:58:24 +0000 (09:58 +0200)]
[FIX] sale_crm: allow modifying the default sale's team on user preferences

bzr revid: mat@openerp.com-20130729075824-jcxwd1va8yav4rjh

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 29 Jul 2013 05:55:03 +0000 (05:55 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130726054722-d69j4mwclp38job7
bzr revid: launchpad_translations_on_behalf_of_openerp-20130727052743-v62n9j5jvp11j2ji
bzr revid: launchpad_translations_on_behalf_of_openerp-20130728063405-ksa7gfbj9k4hajaj
bzr revid: launchpad_translations_on_behalf_of_openerp-20130729055426-094ilqmvjoocrzmm
bzr revid: launchpad_translations_on_behalf_of_openerp-20130727052813-u58hk431f664vao7
bzr revid: launchpad_translations_on_behalf_of_openerp-20130728063427-t032j0icp8pkksol
bzr revid: launchpad_translations_on_behalf_of_openerp-20130729055503-id0512tblbixh8to

10 years ago[FIX] l10n_be: Intracom VAT Declaration, fix amount precision, courtesy of Peter...
Martin Trigaux [Fri, 26 Jul 2013 12:04:39 +0000 (14:04 +0200)]
[FIX] l10n_be: Intracom VAT Declaration, fix amount precision, courtesy of Peter Langenberg

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

bzr revid: mat@openerp.com-20130726120439-ht316ko3hs2u3l76

10 years ago[MERGE] various changes
Martin Trigaux [Fri, 26 Jul 2013 11:34:08 +0000 (13:34 +0200)]
[MERGE] various changes
report_webkit: show labels on form view
account: correctly choose fiscal year on aged partner balance report

bzr revid: mat@openerp.com-20130726113408-c8biwoivuqvkh06m

10 years ago[FIX] mail: res was not created if there are no email in email_list when sending...
Thibault Delavallée [Fri, 26 Jul 2013 10:10:08 +0000 (12:10 +0200)]
[FIX] mail: res was not created if there are no email in email_list when sending emails

bzr revid: tde@openerp.com-20130726101008-whwcl1ssh2fsxhbw

10 years ago[IMP] report_webkit: show labels on form view, courtesy of Yannick Vaucher (Camptocamp)
Martin Trigaux [Fri, 26 Jul 2013 09:30:30 +0000 (11:30 +0200)]
[IMP] report_webkit: show labels on form view, courtesy of Yannick Vaucher (Camptocamp)

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

bzr revid: mat@openerp.com-20130726093030-3umg02phcinzvklv

10 years ago[FIX] account: select corresponding fiscal year when changing company on aged partner...
Martin Trigaux [Fri, 26 Jul 2013 09:21:34 +0000 (11:21 +0200)]
[FIX] account: select corresponding fiscal year when changing company on aged partner balance report, courtesy of Dawn Richardson

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

bzr revid: mat@openerp.com-20130726092134-axwqdopf1ampozcn

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 26 Jul 2013 05:47:45 +0000 (05:47 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130726054745-ld13e2t0mrr1684x