odoo/odoo.git
13 years ago[FIX] raise an exception on case.email only if need to remind partner
Thibault Francois [Wed, 2 Mar 2011 12:29:07 +0000 (13:29 +0100)]
[FIX] raise an exception on case.email only if need to remind partner

bzr revid: tfr@openerp.com-20110302122907-ex23dr1jzuuyjghs

13 years ago[FIX]crm: set salesteam responsible user as remind user for send remind user action.
Atul Patel (OpenERP) [Wed, 2 Mar 2011 10:28:38 +0000 (15:58 +0530)]
[FIX]crm: set salesteam responsible user as remind user for send remind user action.

bzr revid: atp@tinyerp.com-20110302102838-hwg2fqahjpxkoxnz

13 years ago[FIX]: crm - send reminder uses wrong "from" email
Atul Patel (OpenERP) [Wed, 23 Feb 2011 06:07:37 +0000 (11:37 +0530)]
[FIX]: crm - send reminder uses wrong "from" email

bzr revid: atp@tinyerp.com-20110223060737-88tydzckko1b4j8m

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20110219050636-1btpvj9zqjimxijv
bzr revid: launchpad_translations_on_behalf_of_openerp-20110220043504-mcl5q57u3gd76v17
bzr revid: launchpad_translations_on_behalf_of_openerp-20110221045124-bqt3wvc41vqbii6y
bzr revid: launchpad_translations_on_behalf_of_openerp-20110222045457-58g74ycfoa1jbk08

13 years ago[IMP] orm.fields_view_get: allow passing a view_id from a different model for creativ...
Olivier Dony [Mon, 21 Feb 2011 17:27:57 +0000 (18:27 +0100)]
[IMP] orm.fields_view_get: allow passing a view_id from a different model for creative inheritance

There are cases where several objects would like to use a single view, but
by default they cannot because a view belongs to only one model.
With this change, it becomes possible to do inheritance "by copy", reusing
a view from another model without having to redefine it, just by specifying
its view_id in the relevant actions. If the original view needs to be modified,
it is also possible to explicitly inherit the parent view from the other
model, and the effect will be what is expected: the child view can be
specified in an action, and will be the result of the inheritance applied
on the parent view; but on the other hande the parent view itself is
unaffected when used in the context of its own model.

bzr revid: odo@openerp.com-20110221172757-qepq5osjqgd9uf8x

13 years ago[MERGE] merged latest fixes from 6.0 branch up to rev 3348
Olivier Dony [Mon, 21 Feb 2011 10:32:35 +0000 (11:32 +0100)]
[MERGE] merged latest fixes from 6.0 branch up to rev 3348

Rev 3348 is odo@openerp.com-20110221101549-vp0ha2g91yl30cmk.

bzr revid: odo@openerp.com-20110221103235-6tdy5tpb6zvkbzs3

13 years ago[FIX] res.currency: make code->name change more explicit, plus fix sample currency...
Olivier Dony [Mon, 21 Feb 2011 10:15:49 +0000 (11:15 +0100)]
[FIX] res.currency: make code->name change more explicit, plus fix sample currency names

bzr revid: odo@openerp.com-20110221101549-vp0ha2g91yl30cmk

13 years ago[FIX] Base_module_creator : Corrected the action creation of custom report with corre...
Jay Vora (OpenERP) [Mon, 21 Feb 2011 07:49:13 +0000 (13:19 +0530)]
[FIX] Base_module_creator : Corrected the action creation of custom report with correct Model. (Ref : Case 4102)

bzr revid: jvo@tinyerp.com-20110221074913-xhpn3b88l1oq29m7

13 years ago[FIX] MRP : Raw Procurement creates a purchase order with wrong supplier and price...
Dukai Gábor [Mon, 21 Feb 2011 07:25:45 +0000 (12:55 +0530)]
[FIX] MRP : Raw Procurement creates a purchase order with wrong supplier and price(when there are more than 1 suppliers)

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

bzr revid: jvo@tinyerp.com-20110221072545-hwfs99sgrrm60gxm

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20110219151700-ii7rijowfg3tsh52
bzr revid: launchpad_translations_on_behalf_of_openerp-20110221054420-5jxr5u4720nlqtmq
bzr revid: launchpad_translations_on_behalf_of_openerp-20110219151759-31ubz5n3dvyoqqyr
bzr revid: launchpad_translations_on_behalf_of_openerp-20110220055913-v8xfcniiufvbk0e1
bzr revid: launchpad_translations_on_behalf_of_openerp-20110221054448-5twe13tpw94r8klj

13 years ago[MERGE] bug fix 719859
Thibault Francois [Fri, 18 Feb 2011 15:40:15 +0000 (16:40 +0100)]
[MERGE] bug fix 719859

bzr revid: tfr@openerp.com-20110218154015-aycasqulr3mizxvs

13 years ago[FIX] document: search() must filter out documents in disallowed directories
Olivier Dony [Fri, 18 Feb 2011 14:10:12 +0000 (15:10 +0100)]
[FIX] document: search() must filter out documents in disallowed directories

Permissions on ir.attachments must not only respect the access rights
of the object they are attached to, but must also be careful about
directory permissions as introduced by the document module.

Minor fix in copy() method to avoid reading all fields of the
attachment including the binary data itself, when only the name
is needed. Also made the "(copy)" suffix translatable.

bzr revid: odo@openerp.com-20110218141012-a7wjqn2f48iioca9

13 years ago[FIX] ir.attachment: search() must filter out all records that are not accessible
Olivier Dony [Fri, 18 Feb 2011 13:14:54 +0000 (14:14 +0100)]
[FIX] ir.attachment: search() must filter out all records that are not accessible

Due to the way ir.attachment permissions depend on the permissions of the
document they are attached too, normal filtering rules do not work for all
cases and a correct search() method is needed. This patch fixes some cases
that were not covered by search() yet.
An additional patch will be needed in the document module to also check
for access rights of the parent directory (a concept that does not exist
without the document module).

bzr revid: odo@openerp.com-20110218131454-0y4czja86w3ynaxb

13 years ago[FIX] anonymization: set float and integer values to 0
olt@tinyerp.com [Fri, 18 Feb 2011 13:11:50 +0000 (14:11 +0100)]
[FIX] anonymization: set float and integer values to 0

bzr revid: olt@tinyerp.com-20110218131150-87jc6cs04od5aeeq

13 years ago[IMP] crm_lead : Added on change for the optin, optout as per suggetion of tfr
Jigar Amin [Fri, 18 Feb 2011 11:40:32 +0000 (17:10 +0530)]
[IMP] crm_lead : Added on change for the optin, optout as per suggetion of tfr

bzr revid: jam@tinyerp.com-20110218114032-hzxzmtfmf23ebkx7

13 years ago[MERGE] bug fix 720631
Thibault Francois [Fri, 18 Feb 2011 11:00:57 +0000 (12:00 +0100)]
[MERGE] bug fix 720631

bzr revid: tfr@openerp.com-20110218110057-orsu81f30qxnu6z3

13 years ago[FIX] project : improved the _() code for better translation
Jigar Amin [Fri, 18 Feb 2011 10:31:07 +0000 (16:01 +0530)]
[FIX] project : improved the _() code for better translation

bzr revid: jam@tinyerp.com-20110218103107-ayu4zzly3msnh3bd

13 years ago[MERGE] fix bug 712370
Thibault Francois [Fri, 18 Feb 2011 10:28:20 +0000 (11:28 +0100)]
[MERGE] fix bug 712370

bzr revid: tfr@openerp.com-20110218102820-e4wh2naz5p0mt1b2

13 years ago[MERGE] fix bug 718600
Thibault Francois [Fri, 18 Feb 2011 10:27:32 +0000 (11:27 +0100)]
[MERGE] fix bug 718600

bzr revid: tfr@openerp.com-20110218102732-w5gncaa7qbqj655k

13 years ago[MERGE] fix bug 718634
Thibault Francois [Fri, 18 Feb 2011 10:20:42 +0000 (11:20 +0100)]
[MERGE] fix bug 718634

bzr revid: tfr@openerp.com-20110218102042-pwd6txbveeizsq4l

13 years ago[MERGE] fix bug 715790
Thibault Francois [Fri, 18 Feb 2011 10:16:55 +0000 (11:16 +0100)]
[MERGE] fix bug 715790

bzr revid: tfr@openerp.com-20110218101655-zm438bcqgiz7m8w0

13 years ago[FIX] base_calendar : unknown type of event invitation creating problem and not showi...
RME (OpenERP) [Fri, 18 Feb 2011 10:09:57 +0000 (15:39 +0530)]
[FIX] base_calendar : unknown type of event invitation creating problem and not showing list view with records

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

bzr revid: rme@tinyerp.com-20110218100957-ep77acwk5kgna885

13 years ago[MERGE] xrg webdav fix patch26
Thibault Francois [Fri, 18 Feb 2011 10:04:13 +0000 (11:04 +0100)]
[MERGE] xrg webdav fix patch26

bzr revid: tfr@openerp.com-20110218100413-srm6jo0xxfr4756q

13 years ago[FIX] document : defined duplicate access rights
RME (OpenERP) [Fri, 18 Feb 2011 09:55:59 +0000 (15:25 +0530)]
[FIX] document : defined duplicate access rights

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

bzr revid: rme@tinyerp.com-20110218095559-iuw8qu70acv7us18

13 years ago[MERGE, FIX] MERGE ADDONS 1, fix create user with a sales teams is member of the...
Thibault Francois [Fri, 18 Feb 2011 09:54:19 +0000 (10:54 +0100)]
[MERGE, FIX] MERGE ADDONS 1, fix create user with a sales teams is member of the sales team

bzr revid: tfr@openerp.com-20110218095419-8ukt8gmq4s4zbal9

13 years ago[FIX] document : Access rights having problem so that dash board not available in...
RME (OpenERP) [Fri, 18 Feb 2011 09:39:09 +0000 (15:09 +0530)]
[FIX] document : Access rights having problem so that dash board not available in web-client

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

bzr revid: rme@tinyerp.com-20110218093909-xbvqojd2h5u8xp74

13 years ago[FIX] lp:712370
RME (OpenERP) [Fri, 18 Feb 2011 09:13:13 +0000 (14:43 +0530)]
[FIX] lp:712370

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

bzr revid: rme@tinyerp.com-20110218091313-1ei8tiyj8xw1vg4w

13 years ago[BUG/FIX] lp:720631
jam-openerp [Fri, 18 Feb 2011 07:36:11 +0000 (13:06 +0530)]
[BUG/FIX] lp:720631

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

bzr revid: jam@tinyerp.com-20110218073611-mj4db2k6fpk32nt5

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20110218054505-dv4tp3yqoxvzmgvs

13 years ago[BUG] lp:719859
jam-openerp [Fri, 18 Feb 2011 04:26:05 +0000 (09:56 +0530)]
[BUG] lp:719859

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

bzr revid: jam@tinyerp.com-20110218042605-i7vql9rj8b75hjsb

13 years ago[MERGE] Merge with lp:openobject-addons
Sbh (OpenERP) [Thu, 17 Feb 2011 10:03:36 +0000 (15:33 +0530)]
[MERGE] Merge with lp:openobject-addons

bzr revid: sbh@tinyerp.com-20110216061002-q3lg8nxnrr013apm
bzr revid: sbh@tinyerp.com-20110217100336-d78qfjz9vobeyvy2

13 years ago[FIX] Product_margin : Added group_by operator fields on list view
Rifakat Haradwala (OpenERP) [Thu, 17 Feb 2011 08:51:14 +0000 (14:21 +0530)]
[FIX] Product_margin : Added group_by operator fields on list view

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

bzr revid: jvo@tinyerp.com-20110217085114-v96nousonbtjkhpo

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20110217053922-7bcqrt50o0pdtbrj

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20110216050027-qh55wef1rwb8hc9y
bzr revid: launchpad_translations_on_behalf_of_openerp-20110215043802-u5lpwzvi9tsp5qbj
bzr revid: launchpad_translations_on_behalf_of_openerp-20110216050338-aj0ab43kdrpgrh0r
bzr revid: launchpad_translations_on_behalf_of_openerp-20110217043649-3o2fe7rz274hzokb

13 years ago[FIX] ir.cron: avoid starting cron engine too early during server startup when ir...
Olivier Dony [Wed, 16 Feb 2011 14:22:42 +0000 (15:22 +0100)]
[FIX] ir.cron: avoid starting cron engine too early during server startup when ir.cron records are touched

bzr revid: odo@openerp.com-20110216142242-gzd3029jq0le5cb0

13 years ago[FIX] orm.browse_record: fields prefetching should ignore m2o pointing to models...
Olivier Dony [Wed, 16 Feb 2011 14:21:28 +0000 (15:21 +0100)]
[FIX] orm.browse_record: fields prefetching should ignore m2o pointing to models not loaded yet

This situation can occur due to custom fields (x_...) that are creating shortcuts between
objects without respecting the module dependencies. For example a custom m2o fields
connecting a partner and a product would fail to be loaded at server startup when only
base is loaded, because product.product is not yet available.
This can usually be simply ignored, as the prefetching is just an optimization.
The custom fields should never be accessed during startup (e.g not function field
should use them), so that should never cause any issue.

bzr revid: odo@openerp.com-20110216142128-a9f4um5ky8cetl38

13 years ago[FIX] anonymization: removed unused import
olt@tinyerp.com [Wed, 16 Feb 2011 08:28:07 +0000 (09:28 +0100)]
[FIX] anonymization: removed unused import

bzr revid: olt@tinyerp.com-20110216082807-nxxysvzjmxvlrx4d

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20110216061255-r83uvxz4lkqwezaj

13 years ago[FIX] hr_recruitment : Missing dependency of decimal_precision added
Anup (OpenERP) [Wed, 16 Feb 2011 05:47:16 +0000 (11:17 +0530)]
[FIX] hr_recruitment : Missing dependency of decimal_precision added

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

bzr revid: ach@openerp.com-20110216054716-u76ns4t34hbanv76

13 years ago[FIX] base_module_record: Return the recording wizard with ir.actions.act_window_clos...
noz (OpenERP) [Tue, 15 Feb 2011 13:26:27 +0000 (18:56 +0530)]
[FIX] base_module_record: Return the recording wizard with ir.actions.act_window_close (Ref: Maintenance case 4031).

bzr revid: noz@tinyerp.com-20110215132627-32a1unx6md3h46lw

13 years ago[MERGE] Merge with lp:openobject-addons
Sbh (OpenERP) [Tue, 15 Feb 2011 12:50:01 +0000 (18:20 +0530)]
[MERGE] Merge with lp:openobject-addons

bzr revid: sbh@tinyerp.com-20110215125001-kpuo69uh4hy7zdp1

13 years ago[FIX] Product : context transmitted as an argument to the call of price_get()
Jay Vora (OpenERP) [Tue, 15 Feb 2011 10:55:46 +0000 (16:25 +0530)]
[FIX] Product : context transmitted as an argument to the call of price_get()

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

bzr revid: jvo@tinyerp.com-20110215105546-ae4m6ard0twluyra

13 years ago[FIX/IMP] Fetchmail for Claim and Helpdesk : Added message_* methods for Email channe...
Jay Vora (OpenERP) [Tue, 15 Feb 2011 09:42:10 +0000 (15:12 +0530)]
[FIX/IMP] Fetchmail for Claim and Helpdesk : Added message_* methods for Email channeling (Ref : Case 4026)

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

bzr revid: jvo@tinyerp.com-20110215094210-m2g78up3wa7eua7y

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20110209060136-nfjweh4nw0sfdtyb
bzr revid: launchpad_translations_on_behalf_of_openerp-20110210053441-nhro56vsok1xjorb
bzr revid: launchpad_translations_on_behalf_of_openerp-20110211062554-w9k6gkzfxorm7alk
bzr revid: launchpad_translations_on_behalf_of_openerp-20110211062659-b0a6mwp18ipvn64n
bzr revid: launchpad_translations_on_behalf_of_openerp-20110212060645-t8l1wzw8znrsi1ze
bzr revid: launchpad_translations_on_behalf_of_openerp-20110213053327-7uwmixbkd8pmy53a
bzr revid: launchpad_translations_on_behalf_of_openerp-20110214054817-4wgpcwobeghg1dht
bzr revid: launchpad_translations_on_behalf_of_openerp-20110215053913-nqwsr2zc5fhc1prr

13 years ago[MERGE] merged bugfixes from 6.0 up to revision 4401
Olivier Dony [Mon, 14 Feb 2011 11:45:07 +0000 (12:45 +0100)]
[MERGE] merged bugfixes from 6.0 up to revision 4401

bzr revid: odo@openerp.com-20110214114507-8uwohpcblsfhgjae

13 years ago[FIX] tools.config: expansion of user and path should work with multiple addons path too
Olivier Dony [Mon, 14 Feb 2011 10:29:14 +0000 (11:29 +0100)]
[FIX] tools.config: expansion of user and path should work with multiple addons path too

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

bzr revid: odo@openerp.com-20110214102914-98gdvyx5y4v2kysx

13 years ago[FIX] base_module_record: returning of recording wizard with ir.actions.act_window_close.
sma (Tiny) [Mon, 14 Feb 2011 06:49:33 +0000 (12:19 +0530)]
[FIX] base_module_record: returning of recording wizard with ir.actions.act_window_close.

bzr revid: sma@tinyerp.com-20110214064933-pcor9k7ir043agvp

13 years ago[MERGE] Merge with lp:openobject-addons
Sbh (OpenERP) [Mon, 14 Feb 2011 04:04:54 +0000 (09:34 +0530)]
[MERGE] Merge with lp:openobject-addons

bzr revid: sbh@tinyerp.com-20110214040454-nmppvkbfmde5hfzw

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 13 Feb 2011 04:38:32 +0000 (04:38 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110212050059-ue5zqyqtbezt6fhi
bzr revid: launchpad_translations_on_behalf_of_openerp-20110213043832-py10651pr3tdp702

13 years ago[FIX] web_uservoice: update import to openobject.rpc instead of openerp.utils.rpc...
noz (OpenERP) [Fri, 11 Feb 2011 12:25:06 +0000 (17:55 +0530)]
[FIX] web_uservoice: update import to openobject.rpc instead of openerp.utils.rpc (package moved back into core).

bzr revid: noz@tinyerp.com-20110211122506-82fvpswt1ntprva2

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 11 Feb 2011 04:59:58 +0000 (04:59 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110211045958-qw2uif8guhebh48q

13 years ago[FIX] Purchase : Destination address should not be restricted to be an address of...
Jay Vora (OpenERP) [Thu, 10 Feb 2011 18:48:06 +0000 (00:18 +0530)]
[FIX] Purchase : Destination address should not be restricted to be an address of any partner

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

bzr revid: jvo@tinyerp.com-20110210184806-qg3ivhwlcp69b39v

13 years ago[FIX] Base_module_record : Module creation should create a file called __openerp__...
Jay Vora (OpenERP) [Thu, 10 Feb 2011 16:56:48 +0000 (22:26 +0530)]
[FIX] Base_module_record : Module creation should create a file called __openerp__.py instead of __terp__.py
[RENAME] Anonymization : __terp__.py file Renamed as __openerp__.py
[IMP] Point_of_sale : Improved menu name Cash Register Management

bzr revid: jvo@tinyerp.com-20110210165648-8e83y3u7kxlnqayg

13 years ago[FIX] pad, share, wiki: update import to openobject.rpc instead of openerp.utils...
Xavier Morel [Thu, 10 Feb 2011 16:10:42 +0000 (17:10 +0100)]
[FIX] pad, share, wiki: update import to openobject.rpc instead of openerp.utils.rpc (package moved back into core)

Also removed a few unused imports

bzr revid: xmo@openerp.com-20110210161042-aq414sd3i4p6abka

13 years ago[MERGE] MERGE fetchmail change
Sbh (OpenERP) [Thu, 10 Feb 2011 08:41:31 +0000 (14:11 +0530)]
[MERGE] MERGE fetchmail change

bzr revid: sbh@tinyerp.com-20110210084131-5y759cywv7mf488j

13 years ago[FIX] Fetchmail: Unicode error corrected on exception
Jay Vora (OpenERP) [Thu, 10 Feb 2011 07:34:53 +0000 (13:04 +0530)]
[FIX] Fetchmail: Unicode error corrected on exception

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

bzr revid: jvo@tinyerp.com-20110210073453-m13on9w8gxdur13u

13 years ago[FIX] fetchmail: Fixed unicode character error on exception message.
Ujjvala Collins (OpenERP) [Thu, 10 Feb 2011 06:32:45 +0000 (12:02 +0530)]
[FIX] fetchmail: Fixed unicode character error on exception message.

bzr revid: uco@tinyerp.com-20110210063245-fk271wzatojfab6x

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 10 Feb 2011 05:35:19 +0000 (05:35 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110210053519-lmorpyq5gfrpelk6

13 years ago[MERGE] Merge Bug fixed lp:715708
Sbh (OpenERP) [Thu, 10 Feb 2011 05:29:20 +0000 (10:59 +0530)]
[MERGE] Merge Bug fixed lp:715708

bzr revid: sbh@tinyerp.com-20110210052920-dctk1irxqs6iytqh

13 years ago[MERGE]
Ujjvala Collins (OpenERP) [Thu, 10 Feb 2011 05:16:33 +0000 (10:46 +0530)]
[MERGE]

bzr revid: uco@tinyerp.com-20110210051633-93zdjza9i5owduv7

13 years ago[FIX] crm: Fixed problem of email field when meeting is scheduled from opportunity...
Ujjvala Collins (OpenERP) [Thu, 10 Feb 2011 04:58:03 +0000 (10:28 +0530)]
[FIX] crm: Fixed problem of email field when meeting is scheduled from opportunity. Corrected separator string on meetings.

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

bzr revid: uco@tinyerp.com-20110210045803-48y5wl6am3gfihc5

13 years ago[MERGE] Merge with lp:openobject-addons
Sbh (OpenERP) [Thu, 10 Feb 2011 04:51:43 +0000 (10:21 +0530)]
[MERGE] Merge with lp:openobject-addons

bzr revid: sbh@tinyerp.com-20110208044605-wr3b2icgj1cazq1z
bzr revid: sbh@tinyerp.com-20110210045143-lds9k7r4cbp37xtc

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[MERGE]
Ujjvala Collins (OpenERP) [Wed, 9 Feb 2011 13:14:58 +0000 (18:44 +0530)]
[MERGE]

bzr revid: uco@tinyerp.com-20110203102028-qs6ciid5h10u67kd
bzr revid: uco@tinyerp.com-20110209131458-v8ico4qyytebpvif

13 years ago[FIX] Account/Multi-Company Environment :Configuration of consolidated type of accoun...
Jay Vora (OpenERP) [Wed, 9 Feb 2011 12:17:19 +0000 (17:47 +0530)]
[FIX] Account/Multi-Company Environment :Configuration of consolidated type of account is not possible due to the _check_type constraints(Ref: Case 4006)

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

bzr revid: jvo@tinyerp.com-20110209121719-a6jqfug06syt5zdc

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 06:02:19 +0000 (06:02 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110209060219-7m8jy7svxb93mgkx

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[IMP] thunderbird SSL
Thibault Francois [Mon, 7 Feb 2011 12:04:26 +0000 (13:04 +0100)]
[IMP] thunderbird SSL

bzr revid: tfr@openerp.com-20110207120426-a0cm8uxkcdb8gt4t

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 ago[MERGE] Merge with lp:openobject-addons
Sbh (OpenERP) [Mon, 7 Feb 2011 07:32:02 +0000 (13:02 +0530)]
[MERGE] Merge with lp:openobject-addons

bzr revid: sbh@tinyerp.com-20110204044653-4tw2q32jt96g8gyk
bzr revid: sbh@tinyerp.com-20110207073202-27z2vur01cl5d5dv

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[IMP] thunderbird : implement https for thudnerbird
jam-openerp [Fri, 4 Feb 2011 09:19:22 +0000 (14:49 +0530)]
[IMP] thunderbird : implement https for thudnerbird

bzr revid: jam@tinyerp.com-20110204091922-fuk3dqyf9ollth8y