odoo/odoo.git
10 years ago[IMP] account: unify wizard view for chart of analytic accounts with other wizards
Martin Trigaux [Mon, 2 Sep 2013 12:14:12 +0000 (14:14 +0200)]
[IMP] account: unify wizard view for chart of analytic accounts with other wizards

bzr revid: mat@openerp.com-20130902121412-m6ovn2yt4bngbfns

10 years ago[FIX] project: set duplicated task in default stage (opw #589907)
Martin Trigaux [Mon, 2 Sep 2013 12:10:17 +0000 (14:10 +0200)]
[FIX] project: set duplicated task in default stage (opw #589907)

bzr revid: mat@openerp.com-20130902121017-xjtnuhf9llqpy7ch

10 years ago[FIX] account: use field taget_move for generation of account financial report (all...
Martin Trigaux [Mon, 2 Sep 2013 12:04:50 +0000 (14:04 +0200)]
[FIX] account: use field taget_move for generation of account financial report (all entires or all posted entries)

lp bug: https://launchpad.net/bugs/1078146 fixed
lp bug: https://launchpad.net/bugs/1135349 fixed

bzr revid: mat@openerp.com-20130902120450-k0gqnclqhgq8nbe6

10 years ago[FIX] base_calendar: avoid duplication of event on invitation acceptance (opw 586763)
Martin Trigaux [Mon, 2 Sep 2013 08:27:42 +0000 (10:27 +0200)]
[FIX] base_calendar: avoid duplication of event on invitation acceptance (opw 586763)

bzr revid: mat@openerp.com-20130902082742-gm422qo1qzev9r35

10 years ago[FIX] membership: set priority on search view to avoid getting it for other modules
Martin Trigaux [Mon, 2 Sep 2013 07:50:12 +0000 (09:50 +0200)]
[FIX] membership: set priority on search view to avoid getting it for other modules

bzr revid: mat@openerp.com-20130902075012-y6o3wjgz9qhqm837

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 1 Sep 2013 04:52:49 +0000 (04:52 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20130831052828-a5n010v6fokrjpfc
bzr revid: launchpad_translations_on_behalf_of_openerp-20130901045249-hckidxuc7v6109fp

10 years ago[FIX]mrp: _bom_explode, rounding used must be max(bom.product_rounding, bom.product_u...
Denis Ledoux [Fri, 30 Aug 2013 12:51:55 +0000 (14:51 +0200)]
[FIX]mrp: _bom_explode, rounding used must be max(bom.product_rounding, bom.product_uom.rounding), in order to avoid asking 0.5 Unit

bzr revid: dle@openerp.com-20130830125155-1vedifnupu2xvth7

10 years ago[FIX]delivery: sxw report did not match the rml report
Denis Ledoux [Fri, 30 Aug 2013 09:15:09 +0000 (11:15 +0200)]
[FIX]delivery: sxw report did not match the rml report

bzr revid: dle@openerp.com-20130830091509-xj82mh1bk3zj08yz

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130830052500-0164t59q0z42znde

10 years ago[FIX] tree views: rename variable parent-id to avoid conflicts with record fields...
Martin Trigaux [Thu, 29 Aug 2013 12:44:48 +0000 (14:44 +0200)]
[FIX] tree views: rename variable parent-id to avoid conflicts with record fields name (eg: account.account)

bzr revid: mat@openerp.com-20130829124448-xr89v0gsuoukqhao

10 years ago[FIX] purchase: res.partner.copy() must properly return the super() call's result
Olivier Dony [Thu, 29 Aug 2013 09:52:40 +0000 (11:52 +0200)]
[FIX] purchase: res.partner.copy() must properly return the super() call's result

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

bzr revid: odo@openerp.com-20130829095240-19ka4u1ikgd6ti5n

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130829052759-jx9b15a0ss1lxapn

10 years ago[FIX]account: in wizard of refund, replace type(line.reconcile_id) != osv.orm.browse_...
Denis Ledoux [Wed, 28 Aug 2013 15:58:15 +0000 (17:58 +0200)]
[FIX]account: in wizard of refund, replace type(line.reconcile_id) != osv.orm.browse_null with simply if line.reconcile_id: + imp of the following line

bzr revid: dle@openerp.com-20130828155815-0i8uoez4guh0i85x

10 years ago[FIX] stock: post messages on stock.pciking instead of stock.picking.in/out to be...
Martin Trigaux [Wed, 28 Aug 2013 15:14:34 +0000 (17:14 +0200)]
[FIX] stock: post messages on stock.pciking instead of stock.picking.in/out to be able to display messages on the form

This will only display newly posted messages, not already existing.
To do so apply the following SQL command:
UPDATE mail_message SET model = 'stock.picking' WHERE model = 'stock.picking.in' OR model = 'stock.picking.out';

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

bzr revid: mat@openerp.com-20130828151434-5nu7o0ybguh86w6f

10 years ago[FIX] project: correct name_search for analytic accounts, use args, name, limit and...
Martin Trigaux [Wed, 28 Aug 2013 14:11:23 +0000 (16:11 +0200)]
[FIX] project: correct name_search for analytic accounts, use args, name, limit and context

bzr revid: mat@openerp.com-20130828141123-ws38n7353f717not

10 years ago[FIX]res_config: in _install_modules, result returned by button_immediate_install...
Denis Ledoux [Wed, 28 Aug 2013 12:52:09 +0000 (14:52 +0200)]
[FIX]res_config: in _install_modules, result returned by button_immediate_install must be returned, in order to launch the action if there is one. TODO fix,at the moment, if there are missing modules, this return statement prevent their installation

bzr revid: dle@openerp.com-20130828125209-5jqwjqhrl17x7kpa

10 years ago[FIX] pos: correctly link refund order to a current session and set to today's date...
Martin Trigaux [Wed, 28 Aug 2013 12:39:40 +0000 (14:39 +0200)]
[FIX] pos: correctly link refund order to a current session and set to today's date (opw 589810)

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

bzr revid: mat@openerp.com-20130828123940-ik9gvx7flywia0oe

10 years ago[FIX] stock,mrp: move multicomp user to test instead of demo data
Martin Trigaux [Wed, 28 Aug 2013 08:50:19 +0000 (10:50 +0200)]
[FIX] stock,mrp: move multicomp user to test instead of demo data

bzr revid: mat@openerp.com-20130828085019-cgbj6zrug73it3nw

10 years ago[FIX] crm: fixed a bug in opportunities merge.
Thibault Delavallée [Tue, 27 Aug 2013 16:20:36 +0000 (18:20 +0200)]
[FIX] crm: fixed a bug in opportunities merge.

_merge_notify was called with a browse record but was waiting for an ID.

bzr revid: tde@openerp.com-20130827162036-v7yhfijgpdhcyte5

10 years ago[FIX] pos: avoid a user to use another user's session (opw 595033)
Martin Trigaux [Wed, 28 Aug 2013 07:30:30 +0000 (09:30 +0200)]
[FIX] pos: avoid a user to use another user's session (opw 595033)

bzr revid: mat@openerp.com-20130828073030-mmgcd0atfm7qjq1b

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130828053808-8isassv2181er8jt

10 years ago[FIX] Force safer ondelete=restrict on the `alias_id` _inherits FK on models with...
Olivier Dony [Tue, 27 Aug 2013 15:07:08 +0000 (17:07 +0200)]
[FIX] Force safer ondelete=restrict on the `alias_id` _inherits FK on models with a mail.alias parent

The delete-rule was initially set to `cascade` in revision
6897.16.13 revid:odo@openerp.com-20120705141706-5gm5mmqode3bvkuc
because the ORM would not allow anything else for the FK of
an _inherits relationship.
This constraint was later lifted in 7.0 server at revision
4681 revid:odo@openerp.com-20121212210247-emrz5rf9ewcwdggu
so we can now switch to the intended default behavior:
when deleting mail aliases we never want to cascade delete
the child records, as that could lead to unwanted deletions.
On the other hand the aliases are automatically deleted when
the record they belong to is deleted, as a kind of internal
dependency. This is the intended safe way to delete them.

There is a special case when the same alias is manually set
on multiple records, in which case you will not be able to
delete any of those records. This is an acceptable exception
and should be manually handled if ever needed, by temporarily
linking the records to delete to new dummy aliases.

bzr revid: odo@openerp.com-20130827150708-62hqk8p7twd527n0

10 years ago[MERGE] [FIX] account: handle value errors for inexisting object references for accou...
Martin Trigaux [Tue, 27 Aug 2013 09:35:08 +0000 (11:35 +0200)]
[MERGE] [FIX] account: handle value errors for inexisting object references for account reports

bzr revid: mat@openerp.com-20130827093508-0e58bj81h1qam5w1

10 years ago[FIX] account.account.type getter function of field report_type now handle ValueError...
Cecile Tonglet [Tue, 27 Aug 2013 06:40:25 +0000 (08:40 +0200)]
[FIX] account.account.type getter function of field report_type now handle ValueError raised by get_object_reference()

bzr revid: cto@openerp.com-20130827064025-ebw8skxpku1jad20

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130827050316-c3hzsnzygj4np1qh

10 years ago[FIX] mrp: display Bill of Materials as a list, not as a tree
Martin Trigaux [Mon, 26 Aug 2013 13:29:43 +0000 (15:29 +0200)]
[FIX] mrp: display Bill of Materials as a list, not as a tree

bzr revid: mat@openerp.com-20130826132943-mp8f331mxafb3z9z

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20130824053459-k3vf5zjfz0sjn6t6
bzr revid: launchpad_translations_on_behalf_of_openerp-20130825051935-7croxf3zpoo1cvwk
bzr revid: launchpad_translations_on_behalf_of_openerp-20130824053520-dpq7ulxrh0e06fd4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130825051953-hv03d787cy2sc9l4
bzr revid: launchpad_translations_on_behalf_of_openerp-20130825051959-4r4bun8nvl6neyi5
bzr revid: launchpad_translations_on_behalf_of_openerp-20130826051253-70i5qzbp5ttpsmb7

10 years ago[FIX] stock: allow modification of stock.picking.{in,out} reports via report designer
Christophe Simonis [Fri, 23 Aug 2013 13:12:14 +0000 (15:12 +0200)]
[FIX] stock: allow modification of stock.picking.{in,out} reports via report designer

bzr revid: chs@openerp.com-20130823131214-ipouwtnz8r16mlvv

10 years ago[FIX] mrp, stock: permissions error on multicompany + add tests, courtesy of Camptocamp
Martin Trigaux [Fri, 23 Aug 2013 13:20:49 +0000 (15:20 +0200)]
[FIX] mrp, stock: permissions error on multicompany + add tests, courtesy of Camptocamp

bzr revid: mat@openerp.com-20130823132049-vah4d2ev03a9gb1v

10 years ago[MERGE] project: migrate to aliases
Christophe Simonis [Fri, 23 Aug 2013 13:03:55 +0000 (15:03 +0200)]
[MERGE] project: migrate to aliases

bzr revid: chs@openerp.com-20130823130355-5f5mi76brx1xjdge

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[IMP] Use the migration function migrate_to_alias of object mail.alias on model proje...
Cecile Tonglet [Fri, 23 Aug 2013 12:29:55 +0000 (14:29 +0200)]
[IMP] Use the migration function migrate_to_alias of object mail.alias on model project.project

bzr revid: cto@openerp.com-20130823122955-5bbn5ivdiqxti5py

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[IMP] stock: convert yml test to python
Martin Trigaux [Fri, 23 Aug 2013 11:58:51 +0000 (13:58 +0200)]
[IMP] stock: convert yml test to python

bzr revid: mat@openerp.com-20130823115851-36tcrj17n5bme3uu

10 years ago[IMP] mrp: convert yml test to python
Martin Trigaux [Fri, 23 Aug 2013 11:52:48 +0000 (13:52 +0200)]
[IMP] mrp: convert yml test to python

bzr revid: mat@openerp.com-20130823115248-5a7z35xge3ogpyvc

10 years ago[MERGE] base mp, courtesy of Alexandre Fayolle (camptocamp)
Martin Trigaux [Fri, 23 Aug 2013 09:59:12 +0000 (11:59 +0200)]
[MERGE] base mp, courtesy of Alexandre Fayolle (camptocamp)

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

bzr revid: mat@openerp.com-20130823095912-5kwshj6nkdzduejx

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