odoo/odoo.git
13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 10 Feb 2011 04:36:10 +0000 (04:36 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110210043610-mqxp4vpb886lcdrj

13 years ago[IMP] pad: use get_session instead of session
Xavier Morel [Wed, 9 Feb 2011 15:43:26 +0000 (16:43 +0100)]
[IMP] pad: use get_session instead of session

bzr revid: xmo@openerp.com-20110209154326-tvqohq851i0j6b0y

13 years ago[IMP] web_livechat: use rpc.RPCProxy instead of rpc.session.execute (as direct sessio...
Xavier Morel [Wed, 9 Feb 2011 14:35:42 +0000 (15:35 +0100)]
[IMP] web_livechat: use rpc.RPCProxy instead of rpc.session.execute (as direct session access will probably get restricted soon on the web client)

bzr revid: xmo@openerp.com-20110209143542-m5vp1smqev2xap48

13 years ago[FIX] tools.translate: add missing imports after previous merge
Olivier Dony [Wed, 9 Feb 2011 09:02:31 +0000 (10:02 +0100)]
[FIX] tools.translate: add missing imports after previous merge

bzr revid: odo@openerp.com-20110209090231-odqbf8leyurdh945

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 9 Feb 2011 04:55:56 +0000 (04:55 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110208043710-75bxojtr8ox15lgb
bzr revid: launchpad_translations_on_behalf_of_openerp-20110209045556-98ev5i679ddf25uu

13 years ago[FIX] tools.config: override root_path in config, and avoid saving it
Olivier Dony [Tue, 8 Feb 2011 17:09:27 +0000 (18:09 +0100)]
[FIX] tools.config: override root_path in config, and avoid saving it

This should help avoid common issues with an obsolete root_path saved in
the config file. We also expand the path on-the-fly, and do the same for
addons_path.

bzr revid: odo@openerp.com-20110208170927-3kqk0c06qmxu2ko5

13 years ago[MERGE] merged latest 6.0 fixes up to rev 3339
Olivier Dony [Tue, 8 Feb 2011 16:49:23 +0000 (17:49 +0100)]
[MERGE] merged latest 6.0 fixes up to rev 3339

Revision 3339 = odo@openerp.com-20110208140924-0bgxqgt1oyrxwz3z

bzr revid: odo@openerp.com-20110208164923-u7mzknc0b3avb9i0

13 years ago[MERGE] merge of the openerp python module branch.
Vo Minh Thu [Tue, 8 Feb 2011 15:01:49 +0000 (16:01 +0100)]
[MERGE] merge of the openerp python module branch.

bzr revid: vmt@openerp.com-20110208150149-x4vu09aj42ezma5a

13 years ago[FIX] osv_memory: expire records only based on age by default + provide configurable...
Olivier Dony [Tue, 8 Feb 2011 14:09:24 +0000 (15:09 +0100)]
[FIX] osv_memory: expire records only based on age by default + provide configurable settings

This revision introduces two new config parameters and the corresponding
server startup parameters:
- osv_memory_count_limit: limit on number or records in each osv_mem table
- osv_memory_age_limit: limit on maximum age of records in each osv_mem table
The default values have been changed to count=False (disabled), age=1 (hour),
so that in the default config the server will only expire osv_memory records
that are 1 hour old or more, avoiding problems related with some
osv_memory classes that instantiate a large number of short-lived objects.

A corresponding set of YAML tests has been added to test the proper behaviour
of the new parameters, and check the various use cases.

lp bug: https://launchpad.net/bugs/555271 fixed
lp bug: https://launchpad.net/bugs/709559 fixed

bzr revid: odo@openerp.com-20110208140924-0bgxqgt1oyrxwz3z

13 years ago[FIX] addons.__init__: make sure ad_paths is initialized before using it.
Vo Minh Thu [Tue, 8 Feb 2011 13:27:19 +0000 (14:27 +0100)]
[FIX] addons.__init__: make sure ad_paths is initialized before using it.

bzr revid: vmt@openerp.com-20110208132719-qhlqqjkcyg3j9hv8

13 years ago[FIX] share: share wizard would not open in some cases due to view_id not being found...
Xavier Morel [Tue, 8 Feb 2011 12:32:41 +0000 (13:32 +0100)]
[FIX] share: share wizard would not open in some cases due to view_id not being found in ir_act_window

Switch to using the action_id itself instead of reverse-matching action_id from view_id
* Not all ir_act_window have a view_id, for some we're supposed to go through ir_act_window_view
* Multiple ir_act_window (or ir_act_window_view) may have the same view_id, and we don't really have enough information to select the right one

Keep the old resolution via view_id for now, in case users update their web client and their addons out of sync

bzr revid: xmo@openerp.com-20110208123241-lj8v12ygz2a0jsgx

13 years ago[FIX] wrapper script: change the way we go in the upper directory.
Vo Minh Thu [Tue, 8 Feb 2011 10:59:08 +0000 (11:59 +0100)]
[FIX] wrapper script: change the way we go in the upper directory.

bzr revid: vmt@openerp.com-20110208105908-vpkcprw38ufz0x1e

13 years ago[IMP] added bin/openerp-server.py as a wrapper for backward compatibility.
Vo Minh Thu [Tue, 8 Feb 2011 10:21:02 +0000 (11:21 +0100)]
[IMP] added bin/openerp-server.py as a wrapper for backward compatibility.

bzr revid: vmt@openerp.com-20110208102102-92rfpx6c5midjg5c

13 years ago[IMP] openerp.__init__ can imports all its submodules.
Vo Minh Thu [Tue, 8 Feb 2011 09:29:23 +0000 (10:29 +0100)]
[IMP] openerp.__init__ can imports all its submodules.

- The config parser is given sys.args explicitely
- addons.__init__ changed so it can be imported in openerp.__init__

bzr revid: vmt@openerp.com-20110208092923-42mj8sb8mkfbiytw

13 years ago[IMP] forgot to add loglevels.py and reexport 3 functions in tools.misc.
Vo Minh Thu [Tue, 8 Feb 2011 09:24:58 +0000 (10:24 +0100)]
[IMP] forgot to add loglevels.py and reexport 3 functions in tools.misc.

bzr revid: vmt@openerp.com-20110208092458-qjfvf1vgflervdpm

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 8 Feb 2011 05:59:33 +0000 (05:59 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110204141027-7fjkptadcn3xocbk
bzr revid: launchpad_translations_on_behalf_of_openerp-20110206061518-2d22gwew0c23msm1
bzr revid: launchpad_translations_on_behalf_of_openerp-20110207062348-rcrsq83p1141xqat
bzr revid: launchpad_translations_on_behalf_of_openerp-20110208055858-29gz4zyz9o39uv73
bzr revid: launchpad_translations_on_behalf_of_openerp-20110208055933-yutvcfmjc2d00l37

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 8 Feb 2011 04:35:54 +0000 (04:35 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110208043554-9906z613ss1lyfct

13 years ago[REL] release: bumped up trunk release to 6.1-dev
Olivier Dony [Mon, 7 Feb 2011 18:01:14 +0000 (19:01 +0100)]
[REL] release: bumped up trunk release to 6.1-dev

bzr revid: odo@openerp.com-20110207180114-y8gw071d6ajf5e30

13 years ago[IMP] tools.config: reorganize some config options in groups
Olivier Dony [Mon, 7 Feb 2011 17:03:17 +0000 (18:03 +0100)]
[IMP] tools.config: reorganize some config options in groups

bzr revid: odo@openerp.com-20110207170317-utx2hejesnr0iwr1

13 years ago[FIX] orm.write: parent_store updates must be processed in correct order to avoid...
Olivier Dony [Mon, 7 Feb 2011 15:27:47 +0000 (16:27 +0100)]
[FIX] orm.write: parent_store updates must be processed in correct order to avoid edge cases

bzr revid: odo@openerp.com-20110207152747-0qyu9aq55vb9ujj6

13 years ago[IMP] openerp python module.
Vo Minh Thu [Mon, 7 Feb 2011 12:57:23 +0000 (13:57 +0100)]
[IMP] openerp python module.

- Some logging code moved from netsvc.py to loglevels.py
- Changed imports to use the new openerp module
- config and netsvc initialization calls move to openerp-server.py
- Moved openerp-server.py outside the old bin directory
- Some imports in tools moved inside the methods to break mutual-dependencies

bzr revid: vmt@openerp.com-20110207125723-ooee7d7ng5elmkso

13 years ago[FIX] HR : Correction on List view definition for model hr.employee (Ref : SaaS Maint...
Jay Vora (OpenERP) [Mon, 7 Feb 2011 12:47:24 +0000 (18:17 +0530)]
[FIX] HR : Correction on List view definition for model hr.employee (Ref : SaaS Maintenance Case 3990)

bzr revid: jvo@tinyerp.com-20110207124724-dgq10cawnyjidobz

13 years ago[FIX] outlook use ssl
jam [Mon, 7 Feb 2011 12:39:46 +0000 (13:39 +0100)]
[FIX] outlook use ssl

bzr revid: tfr@openerp.com-20110207123946-ig5gyrky0cz3bqn8

13 years ago[FIX] Backport bug solve in trunk + ssl implementation
jam [Mon, 7 Feb 2011 12:36:44 +0000 (13:36 +0100)]
[FIX] Backport bug solve in trunk + ssl implementation

bzr revid: tfr@openerp.com-20110207123644-5315u97ogvcflbr3

13 years ago[FIX] avoid to have lead emails in cc when forward to partner with geo assign
Thibault Francois [Mon, 7 Feb 2011 12:31:53 +0000 (13:31 +0100)]
[FIX] avoid to have lead emails in cc when forward to partner with geo assign

bzr revid: tfr@openerp.com-20110207123153-qig4thicpe3y855a

13 years ago[FIX] Hr_Timesheet : Timesheet report should be available for those employees who...
Jay Vora (OpenERP) [Mon, 7 Feb 2011 11:38:37 +0000 (17:08 +0530)]
[FIX] Hr_Timesheet : Timesheet report should be available for those employees who have user associated with them.

bzr revid: jvo@tinyerp.com-20110207113837-ajxt2kis1xpa6rk8

13 years ago[FIX] Email_template : Corrected context of action
Jay Vora (OpenERP) [Mon, 7 Feb 2011 11:32:52 +0000 (17:02 +0530)]
[FIX] Email_template : Corrected context of action

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

bzr revid: jvo@tinyerp.com-20110207113252-o1n57152p85lqj0v

13 years ago[FIX] account.move.line: write() should support ids=int, to be consistent with super.
Olivier Dony [Mon, 7 Feb 2011 10:36:45 +0000 (11:36 +0100)]
[FIX] account.move.line: write() should support ids=int, to be consistent with super.

This shortcoming was made obvious by a recent server change: 3343
revision-id: odo@openerp.com-20110205004316-zaw9qqfke1bcw0s7

bzr revid: odo@openerp.com-20110207103645-nra55tbsakl4xrd7

13 years ago[FIX] fields.o2m.set(): typo in previous commit, should pass IDs as list to write()
Olivier Dony [Mon, 7 Feb 2011 10:26:52 +0000 (11:26 +0100)]
[FIX] fields.o2m.set(): typo in previous commit, should pass IDs as list to write()

bzr revid: odo@openerp.com-20110207102652-gkgyp5uqo0nk454a

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 7 Feb 2011 06:24:04 +0000 (06:24 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110204141107-he2a4lqhpdj8brod
bzr revid: launchpad_translations_on_behalf_of_openerp-20110205061213-yh3zalefmhy3lnc8
bzr revid: launchpad_translations_on_behalf_of_openerp-20110206061534-04t2bl7s49p3e748
bzr revid: launchpad_translations_on_behalf_of_openerp-20110207062404-8ksdea8si79q51n2

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 7 Feb 2011 05:20:17 +0000 (05:20 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110205045946-ngssapvavvzymfc4
bzr revid: launchpad_translations_on_behalf_of_openerp-20110206045319-cjbcpcr7k0jw8v8f
bzr revid: launchpad_translations_on_behalf_of_openerp-20110205050201-5kxv4wvlb171y4ec
bzr revid: launchpad_translations_on_behalf_of_openerp-20110206045419-syxas10vfjwq4nw9
bzr revid: launchpad_translations_on_behalf_of_openerp-20110207052017-1qsba36kfnjc0zkj

13 years ago[IMP] osv: added test for parent_store computations + fix for another edge case
Olivier Dony [Sat, 5 Feb 2011 00:43:16 +0000 (01:43 +0100)]
[IMP] osv: added test for parent_store computations + fix for another edge case

The yaml test create a tree structure and modifies it by copying nodes
around and then moving them, checking that the child_of operator keeps
working afterwards. This test caught another edge case, as a follow-up
to the case of bug 708603

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

bzr revid: odo@openerp.com-20110205004316-zaw9qqfke1bcw0s7

13 years ago[FIX] mrp : Corrected Quantity Calculation when having different UoM in MO
Anup (OpenERP) [Fri, 4 Feb 2011 09:03:09 +0000 (14:33 +0530)]
[FIX] mrp : Corrected Quantity Calculation when having different UoM in MO

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

bzr revid: ach@openerp.com-20110204090309-4i0jjr2tfszrcdni

13 years ago[FIX] Sale_crm : Correction the inheritance of views,made by string. (Ref:SaaS mainte...
Dhruti(OpenERP) [Fri, 4 Feb 2011 06:32:43 +0000 (12:02 +0530)]
[FIX] Sale_crm : Correction the inheritance of views,made by string. (Ref:SaaS maintenance Case 3974)

bzr revid: jvo@tinyerp.com-20110204063243-33yu7bgb4271ox07

13 years ago[MERGE] merged latest fixes from 6.0, up to rev 3334
Olivier Dony [Thu, 3 Feb 2011 23:00:23 +0000 (00:00 +0100)]
[MERGE] merged latest fixes from 6.0, up to rev 3334

bzr revid: odo@openerp.com-20110203230023-o2a0b5tovewu0ft2

13 years ago[FIX] orm.write: avoid miscalculation of parent_left/right when moving multiple recor...
Olivier Dony [Thu, 3 Feb 2011 22:51:02 +0000 (23:51 +0100)]
[FIX] orm.write: avoid miscalculation of parent_left/right when moving multiple records under same parent

This issue caused the parent_left and parent_right values to be correct
only for the first record being update as part of a batch update on several
children from the same parent. An example of the consequences is the linked
bug 708503.

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

bzr revid: odo@openerp.com-20110203225102-a7v8bv90l2ph5ujh

13 years ago[REVERT] account: reverted incorrect fix for bug 708603, this is in fact a server...
Olivier Dony [Thu, 3 Feb 2011 22:20:26 +0000 (23:20 +0100)]
[REVERT] account: reverted incorrect fix for bug 708603, this is in fact a server error

Commit reverted was merged in rev 3164.118.782 mra@mra-laptop-20110131082002-xzx4v2adzdvv8nmg

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

bzr revid: odo@openerp.com-20110203222026-ln6hmyivaj9bo11g

13 years ago[FIX] setup.py : typo corrected
Jay Vora (OpenERP) [Thu, 3 Feb 2011 07:44:15 +0000 (13:14 +0530)]
[FIX] setup.py : typo corrected

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

bzr revid: jvo@tinyerp.com-20110203074415-35mt5cl2bk5szzr4

13 years ago[FIX] setup.py : typo corrected
Jay Vora (OpenERP) [Thu, 3 Feb 2011 07:29:43 +0000 (12:59 +0530)]
[FIX] setup.py : typo corrected

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

bzr revid: jvo@tinyerp.com-20110203072943-vfath4rqrxhqwvdi

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 3 Feb 2011 06:17:18 +0000 (06:17 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110203061642-vso4sr14t1g3p5sa
bzr revid: launchpad_translations_on_behalf_of_openerp-20110203061718-vr6gj90b3pov038j

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 3 Feb 2011 04:45:26 +0000 (04:45 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110202044205-3ws4pqp0lavgg5c5
bzr revid: launchpad_translations_on_behalf_of_openerp-20110203044526-s8t9nmtqd7do7yy4

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 3 Feb 2011 04:43:06 +0000 (04:43 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110203044306-8k55djcscwbpuis6

13 years ago[FIX] Document_ftp : Correction on ftp_browse wizard for URL (Ref : Maintenance case...
Jay Vora (OpenERP) [Wed, 2 Feb 2011 14:55:07 +0000 (20:25 +0530)]
[FIX] Document_ftp : Correction on ftp_browse wizard for URL (Ref : Maintenance case 3889)

bzr revid: jvo@tinyerp.com-20110202145507-vqaoq77rjip164ga

13 years ago[FIX] base_calendar : timezone False sent to server for write
Thibault Francois [Wed, 2 Feb 2011 14:35:57 +0000 (15:35 +0100)]
[FIX] base_calendar : timezone False sent to server for write

bzr revid: tfr@openerp.com-20110202143557-9cefs1eyu2yekh04

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 2 Feb 2011 05:44:08 +0000 (05:44 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110202054408-8b2iwfb5fgdibeom

13 years ago[REVERT] fields: revert previous fix, until tests and addons are checked for compatib...
Olivier Dony [Tue, 1 Feb 2011 21:01:40 +0000 (22:01 +0100)]
[REVERT] fields: revert previous fix, until tests and addons are checked for compatibility

bzr revid: odo@openerp.com-20110201210140-gmr25730fiuvq7e5

13 years ago[FIX] widget selection replace by m2o because the domain is dynamic
Thibault Francois [Tue, 1 Feb 2011 16:06:22 +0000 (17:06 +0100)]
[FIX] widget selection replace by m2o because the domain is dynamic

bzr revid: tfr@openerp.com-20110201160622-gc75h8fwp0c4vz7o

13 years ago[MERGE] merged dev2 branch
qdp-launchpad@tinyerp.com [Tue, 1 Feb 2011 15:56:35 +0000 (16:56 +0100)]
[MERGE] merged dev2 branch

bzr revid: qdp-launchpad@tinyerp.com-20110201155635-1kfct183b9btdlnj

13 years ago[MERGE] merged the dev3 branch
qdp-launchpad@tinyerp.com [Tue, 1 Feb 2011 15:50:23 +0000 (16:50 +0100)]
[MERGE] merged the dev3 branch

bzr revid: qdp-launchpad@tinyerp.com-20110201155023-bhmz3wby39n868eq

13 years ago[MERGE] merged latest bugfixes from 6.0 into trunk (up to rev 4375)
Olivier Dony [Tue, 1 Feb 2011 14:25:28 +0000 (15:25 +0100)]
[MERGE] merged latest bugfixes from 6.0 into trunk (up to rev 4375)

bzr revid: odo@openerp.com-20110201142528-5w9ns20flxmetf3i

13 years ago[REVERT] fields: revert previous fix, until tests and addons are checked for compatib...
Olivier Dony [Tue, 1 Feb 2011 13:07:21 +0000 (14:07 +0100)]
[REVERT] fields: revert previous fix, until tests and addons are checked for compatibility

bzr revid: odo@openerp.com-20110201130721-q368qznven3vbmty

13 years ago[MERGE] project_planning: corrected value of 'date_to' field in the demo data
Mustufa Rangwala [Tue, 1 Feb 2011 12:58:56 +0000 (18:28 +0530)]
[MERGE] project_planning: corrected value of 'date_to' field in the demo data

bzr revid: mra@mra-laptop-20110201125856-2xto32mgkwtptv13

13 years ago[REVERT] Analytic: changes reverted for rev 4927 (act window on analytic form)
Mustufa Rangwala [Tue, 1 Feb 2011 12:53:45 +0000 (18:23 +0530)]
[REVERT] Analytic: changes reverted for rev 4927 (act window on analytic form)

bzr revid: mra@mra-laptop-20110201125345-t9jxwatp239l0w5w

13 years ago[MERGE] branch merged with lp:~openerp-dev/openobject-addons/trunk-dev-addons3
mtr [Tue, 1 Feb 2011 12:46:51 +0000 (18:16 +0530)]
[MERGE] branch merged with lp:~openerp-dev/openobject-addons/trunk-dev-addons3

bzr revid: mtr@mtr-20110201124651-lrhtpwo9jpgo7zd2

13 years ago[IMP] hr_holidays: case_id on holidays object type changed from char to m2o (crm...
Mustufa Rangwala [Tue, 1 Feb 2011 12:40:38 +0000 (18:10 +0530)]
[IMP] hr_holidays: case_id on holidays object type changed from char to m2o (crm.meeting)

bzr revid: mra@mra-laptop-20110201124038-fwehl3uq7qo3tp6v

13 years ago[FIX] product: name_search() should only look for exact product codes
Olivier Dony [Tue, 1 Feb 2011 12:34:28 +0000 (13:34 +0100)]
[FIX] product: name_search() should only look for exact product codes

bzr revid: odo@openerp.com-20110201123428-jr2gqkci3s63rih9

13 years ago[IMP] project_planning:changed value of 'date_to' field in the demo data
mtr [Tue, 1 Feb 2011 12:20:38 +0000 (17:50 +0530)]
[IMP] project_planning:changed value of 'date_to' field in the demo data

bzr revid: mtr@mtr-20110201122038-ghg9xnaku5eco56a

13 years ago[FIX] Project_planning : Corrected Demo data
Jay Vora (OpenERP) [Tue, 1 Feb 2011 11:58:25 +0000 (17:28 +0530)]
[FIX] Project_planning : Corrected Demo data

bzr revid: jvo@tinyerp.com-20110201115825-50eh2y3dbu7xiox8

13 years ago[FIX] many2one: return (id,name) instead of only id also for osv_memory
Olivier Dony [Tue, 1 Feb 2011 11:24:47 +0000 (12:24 +0100)]
[FIX] many2one: return (id,name) instead of only id also for osv_memory

By doing this small change we save clients the trouble of explicitly having to call
name_get() for each m2o field in osv_memory objects, which they cannot trivially batch
and represents a large dealy for wizards with possibly large numbers of child o2m records.
An example is the linked bug, where partial picking of several hundred move lines would
lead to as many separate name_get RPC calls, causing a noticeable delay.

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

bzr revid: odo@openerp.com-20110201112447-i00sn3ih6qgj3wlh

13 years ago[FIX] many2one: return (id,name) instead of only id also for osv_memory
Olivier Dony [Tue, 1 Feb 2011 11:23:22 +0000 (12:23 +0100)]
[FIX] many2one: return (id,name) instead of only id also for osv_memory

By doing this small change we save clients the trouble of explicitly having to call
name_get() for each m2o field in osv_memory objects, which they cannot trivially batch
and represents a large dealy for wizards with possibly large numbers of child o2m records.
An example is the linked bug, where partial picking of several hundred move lines would
lead to as many separate name_get RPC calls, causing a noticeable delay.

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

bzr revid: odo@openerp.com-20110201112322-2yw0wxc63wvt7ves

13 years ago[Fix] Account_payment : Correction on method of functional field for date fields...
Jay Vora (OpenERP) [Tue, 1 Feb 2011 11:04:30 +0000 (16:34 +0530)]
[Fix] Account_payment : Correction on method of functional field for date fields (Ref: SaaS Maintenance Case 3882)

bzr revid: jvo@tinyerp.com-20110201110430-6wmi444tpk6nsu3m

13 years ago[FIX] Account_payment : Corrected context on creation of new payment line for an...
Jay (Openerp) [Tue, 1 Feb 2011 10:44:02 +0000 (16:14 +0530)]
[FIX] Account_payment : Corrected context on creation of new payment line for an unsaved payment order

bzr revid: mra@mra-laptop-20110201104402-rkxr1e0moyxo7hm6

13 years ago[FIX] Account_payment : Corrected context on creation of new payment line for an...
Jay Vora (OpenERP) [Tue, 1 Feb 2011 10:38:53 +0000 (16:08 +0530)]
[FIX] Account_payment : Corrected context on creation of new payment line for an unsaved payment order

bzr revid: jvo@tinyerp.com-20110201103853-shnh8a3h8nf1gqkz

13 years ago[MERGE] merge from trunk addons
Mustufa Rangwala [Tue, 1 Feb 2011 10:37:25 +0000 (16:07 +0530)]
[MERGE] merge from trunk addons

bzr revid: mra@mra-laptop-20110201103725-xxlq2wwu4ccz7kfq

13 years ago[MERGE] branch merged with lp:~openerp-dev/openobject-addons/trunk-dev-addons3
mtr [Tue, 1 Feb 2011 10:08:52 +0000 (15:38 +0530)]
[MERGE] branch merged with lp:~openerp-dev/openobject-addons/trunk-dev-addons3

bzr revid: mtr@mtr-20110201100852-4b6ltm1jvtsumxq2

13 years ago[FIX] Export : _rec_name should be used instead of hardcoded name for relational...
Jay Vora (OpenERP) [Tue, 1 Feb 2011 10:05:25 +0000 (15:35 +0530)]
[FIX] Export : _rec_name should be used instead of hardcoded name for relational records (Ref: SaaS Maintenance case 3921)

bzr revid: jvo@tinyerp.com-20110201100525-lzu32aacu4lz1xvv

13 years ago[FIX] Export : _rec_name should be used instead of hardcoded name for relational...
Jay Vora (OpenERP) [Tue, 1 Feb 2011 10:03:58 +0000 (15:33 +0530)]
[FIX] Export : _rec_name should be used instead of hardcoded name for relational records (Ref: SaaS Maintenance case 3921)

bzr revid: jvo@tinyerp.com-20110201100358-330mo3u3ufbycelv

13 years ago[MEREG] hr_attendance: Correction on wizard of sign in/out [Ref: SaaS maintenance...
Mustufa Rangwala [Tue, 1 Feb 2011 09:49:51 +0000 (15:19 +0530)]
[MEREG] hr_attendance: Correction on wizard of sign in/out [Ref: SaaS maintenance case 3896]

bzr revid: mra@mra-laptop-20110201094951-kxo6s81w27pdv2yx

13 years ago[FIX] l10n_fr: correct property account for product catg (income and expense) + cash
Mustufa Rangwala [Tue, 1 Feb 2011 09:43:48 +0000 (15:13 +0530)]
[FIX] l10n_fr: correct property account for product catg (income and expense) + cash

bzr revid: mra@mra-laptop-20110201094348-dqk1zeqcuc103vhn

13 years ago[fix] project_timesheet fix yaml test
Thibault Francois [Tue, 1 Feb 2011 09:31:43 +0000 (10:31 +0100)]
[fix] project_timesheet fix yaml test

bzr revid: tfr@openerp.com-20110201093143-35fjqaora363kjag

13 years ago[FIX] hr_attendance : Correction on wizard of sign in/out [Ref: SaaS maintenance...
jvo(Open ERP) [Tue, 1 Feb 2011 09:27:32 +0000 (14:57 +0530)]
[FIX] hr_attendance : Correction on wizard of sign in/out [Ref: SaaS maintenance case 3896]

bzr revid: mtr@mtr-20110201092732-90wsc9y1yl3fx9ar

13 years ago[MERGE] branch merged with lp:~openerp-dev/openobject-addons/trunk-dev-addons3
mtr [Tue, 1 Feb 2011 09:01:29 +0000 (14:31 +0530)]
[MERGE] branch merged with lp:~openerp-dev/openobject-addons/trunk-dev-addons3

bzr revid: mtr@mtr-20110201090129-elm8ppherqte6fc4

13 years ago[FIX] Automated actions: Should never entertain context=None (Ref : Maintenance case...
Somesh(OpenERP) [Tue, 1 Feb 2011 06:42:45 +0000 (12:12 +0530)]
[FIX] Automated actions: Should never entertain context=None (Ref : Maintenance case 3924)

bzr revid: jvo@tinyerp.com-20110201064245-c6on0hoj1tdqrfgd

13 years ago[MERGE]: Merge with lp:openobject-addons
rpa (Open ERP) [Tue, 1 Feb 2011 06:12:42 +0000 (11:42 +0530)]
[MERGE]: Merge with lp:openobject-addons

bzr revid: rpa@tinyerp.com-20110201061242-gci6xfueq81ttn8h

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 1 Feb 2011 05:45:16 +0000 (05:45 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110201054444-0s528mxehfn4ilub
bzr revid: launchpad_translations_on_behalf_of_openerp-20110201054516-iib39rgdhv8qkmt8

13 years ago[MERGE] merge from trunk addons
Mustufa Rangwala [Tue, 1 Feb 2011 05:22:35 +0000 (10:52 +0530)]
[MERGE] merge from trunk addons

bzr revid: mra@mra-laptop-20110201052235-dodagilmmyhhtw6r

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 1 Feb 2011 04:42:08 +0000 (04:42 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110201044208-pe8pzdkn35l4m5v1

13 years ago[FIX] plugin thunderbird : opendocument with https
Thibault Francois [Mon, 31 Jan 2011 14:31:40 +0000 (15:31 +0100)]
[FIX] plugin thunderbird : opendocument with https

bzr revid: tfr@openerp.com-20110131143140-o8zl8l5quugernse

13 years ago[REF] sale: refactored the picked_rate function of the sale.order
qdp-launchpad@tinyerp.com [Mon, 31 Jan 2011 14:16:29 +0000 (15:16 +0100)]
[REF] sale: refactored the picked_rate function of the sale.order

bzr revid: qdp-launchpad@tinyerp.com-20110131141629-ei4zorjxez5ch4cl

13 years ago[FIX] encoding error when using special characters in pad name
Fabien Meghazi [Mon, 31 Jan 2011 13:43:15 +0000 (14:43 +0100)]
[FIX] encoding error when using special characters in pad name

bzr revid: fme@openerp.com-20110131134315-2rdjyxbp301sr7e0

13 years ago[MERGE] addons1
Thibault Francois [Mon, 31 Jan 2011 13:32:23 +0000 (14:32 +0100)]
[MERGE] addons1

bzr revid: tfr@openerp.com-20110131133223-t4wsqnkekif8edrs

13 years ago[FIX] remove useless lambda on default
Thibault Francois [Mon, 31 Jan 2011 13:29:31 +0000 (14:29 +0100)]
[FIX] remove useless lambda on default

bzr revid: tfr@openerp.com-20110131132931-ejn6xclvz2hyiweb

13 years ago[FIX] encoding error when using special characters in pad name
Fabien Meghazi [Mon, 31 Jan 2011 13:00:11 +0000 (14:00 +0100)]
[FIX] encoding error when using special characters in pad name

bzr revid: fme@openerp.com-20110131130011-qhpn6x4kwal9zs5t

13 years ago[MERGE] merge from trunk addons
Mustufa Rangwala [Mon, 31 Jan 2011 12:49:56 +0000 (18:19 +0530)]
[MERGE] merge from trunk addons

bzr revid: mra@mra-laptop-20110131124956-bjsyzn9qfo91mjd9

13 years ago[MERGE] with trunk
Thibault Francois [Mon, 31 Jan 2011 12:48:05 +0000 (13:48 +0100)]
[MERGE] with trunk

bzr revid: tfr@openerp.com-20110131124805-13zrgq65qt1zuil1

13 years ago[FIX] Yaml test : day+1 etc ..
Thibault Francois [Mon, 31 Jan 2011 12:38:54 +0000 (13:38 +0100)]
[FIX] Yaml test : day+1 etc ..

bzr revid: tfr@openerp.com-20110131123854-wh09jiyb5x2mpuiq

13 years ago[FIX] debian: updated changelog and corrected pg dependency
Olivier Dony [Mon, 31 Jan 2011 12:31:47 +0000 (13:31 +0100)]
[FIX] debian: updated changelog and corrected pg dependency

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

bzr revid: odo@openerp.com-20110131123147-ecv30sq01ritx1n4

13 years ago[FIX] debian: updated changelog and corrected pg dependency
Olivier Dony [Mon, 31 Jan 2011 12:22:35 +0000 (13:22 +0100)]
[FIX] debian: updated changelog and corrected pg dependency

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

bzr revid: odo@openerp.com-20110131122235-ozwo6dfzt9raflcp

13 years ago[FIX] Account: Can not display list of analytic entries when you open it's list view...
Mustufa Rangwala [Mon, 31 Jan 2011 11:29:54 +0000 (16:59 +0530)]
[FIX] Account: Can not display list of analytic entries when you open it's list view from Analytic Account form

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

bzr revid: mra@mra-laptop-20110131112954-bu52z59kadnitzkt

13 years ago[FIX] bug 705439
Thibault Francois [Mon, 31 Jan 2011 11:09:18 +0000 (12:09 +0100)]
[FIX] bug 705439

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

bzr revid: tfr@openerp.com-20110131110918-4z3kxi5wagvx8f8u

13 years ago[MERGE] Documentation for outlook plugin
Thibault Francois [Mon, 31 Jan 2011 10:26:56 +0000 (11:26 +0100)]
[MERGE] Documentation for outlook plugin

bzr revid: tfr@openerp.com-20110131102656-hd1xwi0s5n2pg5u3

13 years ago[IMP] Account: Can not display list
ARA (OpenERP) [Mon, 31 Jan 2011 10:13:45 +0000 (15:43 +0530)]
[IMP] Account: Can not display list

bzr revid: ara@tinyerp.com-20110131101345-mnqgppe0p9hmozuy

13 years ago[IMP] Account: Can not display list of analytic entries when you open it's list view...
ARA (OpenERP) [Mon, 31 Jan 2011 10:01:46 +0000 (15:31 +0530)]
[IMP] Account: Can not display list of analytic entries when you open it's list view from Analytic Account form

bzr revid: ara@tinyerp.com-20110131100146-mkmyrjiz9uylr2yd

13 years ago[MERGE]: Merge with lp:~openerp-commiter/openobject-addons/trunk-addons-aag
rpa (Open ERP) [Mon, 31 Jan 2011 09:43:31 +0000 (15:13 +0530)]
[MERGE]: Merge with lp:~openerp-commiter/openobject-addons/trunk-addons-aag

bzr revid: rpa@tinyerp.com-20110131094331-j1yg8x7fj7y2g97s

13 years ago[MERGE] merge from dev3
ARA (OpenERP) [Mon, 31 Jan 2011 09:34:21 +0000 (15:04 +0530)]
[MERGE] merge from dev3

bzr revid: ara@tinyerp.com-20110131093421-sl5ywmsnn6a5sihr

13 years ago[REF] Account: Can not display list of analytic entries when you open it's list view...
ARA (OpenERP) [Mon, 31 Jan 2011 09:31:30 +0000 (15:01 +0530)]
[REF] Account: Can not display list of analytic entries when you open it's list view from Analytic Account form

bzr revid: ara@tinyerp.com-20110131093130-d1jo5lb8kiywrhrb

13 years ago[IMP]: Minor Improvement just changed icon.
Atul Patel (OpenERP) [Mon, 31 Jan 2011 08:44:19 +0000 (14:14 +0530)]
[IMP]: Minor Improvement just changed icon.

bzr revid: atp@tinyerp.com-20110131084419-pluxe4iiqgkpwn2u

13 years ago[MERGE] Account: Traceback occurs at the time of Account duplication.
Mustufa Rangwala [Mon, 31 Jan 2011 08:20:02 +0000 (13:50 +0530)]
[MERGE] Account: Traceback occurs at the time of Account duplication.

bzr revid: mra@mra-laptop-20110131082002-xzx4v2adzdvv8nmg

13 years ago[FIX] hr_expense: hr_expense: amounts must not be float
Mustufa Rangwala [Mon, 31 Jan 2011 08:05:56 +0000 (13:35 +0530)]
[FIX] hr_expense: hr_expense: amounts must not be float

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

bzr revid: mra@mra-laptop-20110131080556-jpw0ek3nwoojkxbf

13 years ago[IMP] account:improved code for the account duplication bug
mtr [Mon, 31 Jan 2011 08:02:07 +0000 (13:32 +0530)]
[IMP] account:improved code for the account duplication bug

bzr revid: mtr@mtr-20110131080207-hmsbxkmonkvdh3to