odoo/odoo.git
13 years ago[I18N] all: re-exported translation templates after latest translation improvements
Olivier Dony [Wed, 15 Dec 2010 15:07:48 +0000 (16:07 +0100)]
[I18N] all: re-exported translation templates after latest translation improvements

bzr revid: odo@openerp.com-20101215150748-ypwfuhqk5o7f3g48

13 years ago[IMP] translate: _( ) should always use ir.translation OSV, no fallback to direct...
Olivier Dony [Wed, 15 Dec 2010 13:21:28 +0000 (14:21 +0100)]
[IMP] translate: _( ) should always use ir.translation OSV, no fallback to direct DB access needed

bzr revid: odo@openerp.com-20101215132128-1pxzjrde0bpu5smg

13 years ago[FIX] ir.translation: typo in previous commit, sorry
Olivier Dony [Wed, 15 Dec 2010 12:11:43 +0000 (13:11 +0100)]
[FIX] ir.translation: typo in previous commit, sorry

bzr revid: odo@openerp.com-20101215121143-f1hgn5cp92alzdvx

13 years ago[IMP] ir.translation,tools.translate._(): cleanup and speedup if translations via _()
Olivier Dony [Wed, 15 Dec 2010 11:40:19 +0000 (12:40 +0100)]
[IMP] ir.translation,tools.translate._(): cleanup and speedup if translations via _()

- Removed expensive inspect.stack() (courtesy of xrg)
- Improved heuristics for detection of context/lang and cursor
- Switch to using ir.translation when possible instead of direct DB hit to benefit from cache
- Cleanup

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

bzr revid: odo@openerp.com-20101215114019-psrsu998inw6cksu

13 years ago[FIX] openerp-buildfail-1-4433: use orm method instead of sql query in action_done...
Harry (OpenERP) [Wed, 15 Dec 2010 07:56:48 +0000 (13:26 +0530)]
[FIX] openerp-buildfail-1-4433: use orm method instead of sql query in action_done of stock.move object in stock module

bzr revid: hmo@tinyerp.com-20101215075648-v709es1gkjiqqio8

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 15 Dec 2010 05:21:25 +0000 (05:21 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101215043854-s3j1x291m7kl3dig
bzr revid: launchpad_translations_on_behalf_of_openerp-20101215052125-i0y5f9gpuhsjreax

13 years ago[MERGE] base,res.users: cleanup uid cache when removing/disabling user (test incl...
P. Christeas [Tue, 14 Dec 2010 19:33:04 +0000 (20:33 +0100)]
[MERGE] base,res.users: cleanup uid cache when removing/disabling user (test incl.)...
+ fix regression with menu
+ some minor cleanup

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

bzr revid: odo@openerp.com-20101214193304-928za9xrkmt8yi9b

13 years ago[FIX] stock: fixed the proposal of journal on returned shipment
qdp-launchpad@tinyerp.com [Tue, 14 Dec 2010 16:34:26 +0000 (17:34 +0100)]
[FIX] stock: fixed the proposal of journal on returned shipment

bzr revid: qdp-launchpad@tinyerp.com-20101214163426-59umaqtxwrojigfx

13 years agoweb_services: use pg_dump in batch mode.
P. Christeas [Tue, 14 Dec 2010 16:30:03 +0000 (18:30 +0200)]
web_services: use pg_dump in batch mode.

bzr revid: p_christ@hol.gr-20101214163003-tmdtxaxul5n1wybe

13 years agores.users: fix default menu_id, after models got sorted by name.
P. Christeas [Tue, 14 Dec 2010 16:29:19 +0000 (18:29 +0200)]
res.users: fix default menu_id, after models got sorted by name.

With the old sorting behavior, id=1 would be the first menu to appear.
But, after sorting, the alphabetically first ("accounting dashboard")
replaced the main menu!

bzr revid: p_christ@hol.gr-20101214162919-o9xflsed4ap6hn2z

13 years agores.users: invalidate cache when a user is modified. [Bug 664379]
P. Christeas [Tue, 14 Dec 2010 16:29:05 +0000 (18:29 +0200)]
res.users: invalidate cache when a user is modified. [Bug 664379]

Original description, by Xavier ALT:
> The server is using a variable name "_uid_cache" for authentication
> caching, but this variable is never clear when user informations change,
> that means if we disable a user or change it's password their requests
> are still allowed (cached auth check ok).
>
> This affects OpenERP v5 (server/bin/service/security.py) and OpenERP v6
> (server/bin/addons/base/res/res_users.py, class users).
>
> The only workaround is to restart the server.
>

bzr revid: p_christ@hol.gr-20101214162905-716i3ra12xvdtc2l

13 years agobase tests: yaml test for res.users logic
P. Christeas [Tue, 14 Dec 2010 16:28:56 +0000 (18:28 +0200)]
base tests: yaml test for res.users logic

Code inspired from Xavier ALT's example.

bzr revid: p_christ@hol.gr-20101214162856-oskw0ohg8hx9hoc3

13 years agoreports: fix some default args, import message, empty translations
P. Christeas [Tue, 14 Dec 2010 16:28:26 +0000 (18:28 +0200)]
reports: fix some default args, import message, empty translations

bzr revid: p_christ@hol.gr-20101214162826-79ppx7qw23ag3qx0

13 years ago[IMP] access rights improvements + small usability fixes
qdp-launchpad@tinyerp.com [Tue, 14 Dec 2010 16:07:29 +0000 (17:07 +0100)]
[IMP] access rights improvements + small usability fixes

bzr revid: qdp-launchpad@tinyerp.com-20101214160729-lc1q0oy76dygh5s2

13 years ago[FIX] stock: made possible to return the whole picking
qdp-launchpad@tinyerp.com [Tue, 14 Dec 2010 16:06:57 +0000 (17:06 +0100)]
[FIX] stock: made possible to return the whole picking

bzr revid: qdp-launchpad@tinyerp.com-20101214160657-1hc909p66l6pslwj

13 years ago[FIX, IMP] crm/scripts : maintenance of the php script, add a contact form
Thibault Francois [Tue, 14 Dec 2010 15:31:15 +0000 (16:31 +0100)]
[FIX, IMP] crm/scripts : maintenance of the php script, add a contact form

bzr revid: tfr@openerp.com-20101214153115-bh7sy2ofgt97tvin

13 years ago[ADD] web_livechat
Christophe Simonis [Tue, 14 Dec 2010 15:24:03 +0000 (16:24 +0100)]
[ADD] web_livechat

bzr revid: chs@openerp.com-20101214152403-kexsvwkjpyqf4xu9

13 years ago[FIX] orm,base: prevent useless duplication of m2m records via unique constraint...
YSA (OpenERP), Olivier Dony (OpenERP) [Tue, 14 Dec 2010 13:28:40 +0000 (14:28 +0100)]
[FIX] orm,base: prevent useless duplication of m2m records via unique constraint + orm check

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

bzr revid: odo@openerp.com-20101214132840-q7x2oodu6hez9d91

13 years ago[FIX] osv.osv: fixed reference to osv pool, broken by refactoring of osv service
Olivier Dony [Tue, 14 Dec 2010 13:18:12 +0000 (14:18 +0100)]
[FIX] osv.osv: fixed reference to osv pool, broken by refactoring of osv service
Fixes bug introduced by revision 3102 chs@openerp.com-20101213105104-jpctooc6j7yc8i8i

bzr revid: odo@openerp.com-20101214131812-oiiy1xv8582jh7ya

13 years ago[FIX] translation in xpath
nel@tinyerp.com [Tue, 14 Dec 2010 12:29:11 +0000 (13:29 +0100)]
[FIX] translation in xpath

bzr revid: nel@tinyerp.com-20101214122911-qxw0vozlqmnzt89q

13 years ago[IMP] res.lang: less misleading documentation on language format
Olivier Dony [Tue, 14 Dec 2010 11:40:27 +0000 (12:40 +0100)]
[IMP] res.lang: less misleading documentation on language format

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

bzr revid: odo@openerp.com-20101214114027-ynen1r143kv13471

13 years ago[NOOP] remove trailing space of bin/addons/base/publisher_warranty/publisher_warranty.py
Christophe Simonis [Tue, 14 Dec 2010 10:17:47 +0000 (11:17 +0100)]
[NOOP] remove trailing space of bin/addons/base/publisher_warranty/publisher_warranty.py

bzr revid: chs@openerp.com-20101214101747-dx9ntnr9op37on1y

13 years ago[FIX] base: delete res.widget.user when the linked widget is deleted
Christophe Simonis [Tue, 14 Dec 2010 10:07:06 +0000 (11:07 +0100)]
[FIX] base: delete res.widget.user when the linked widget is deleted

bzr revid: chs@openerp.com-20101214100706-diuq8v7dqreo42lz

13 years ago[IMP] Change pad button style in order to reflect web client changes made to Add...
Fabien Meghazi [Tue, 14 Dec 2010 09:09:20 +0000 (10:09 +0100)]
[IMP] Change pad button style in order to reflect web client changes made to Add attachment button

bzr revid: fme@openerp.com-20101214090920-zdaaw3e03vosrwqu

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 14 Dec 2010 05:38:06 +0000 (05:38 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101214045316-3c6x6lhto9swc1hw
bzr revid: launchpad_translations_on_behalf_of_openerp-20101214053806-8xtqagluqiijot4p

13 years ago[ADD] web_uservoice module
Christophe Simonis [Mon, 13 Dec 2010 16:43:29 +0000 (17:43 +0100)]
[ADD] web_uservoice module

bzr revid: chs@openerp.com-20101213164329-7nzi2hoc4n7c0m9p

13 years ago[FIX] addons: avoid deleting resources after stand-alone base module update
Olivier Dony [Mon, 13 Dec 2010 16:18:02 +0000 (17:18 +0100)]
[FIX] addons: avoid deleting resources after stand-alone base module update
When updating a database, base module is first loaded on its own, and this may cause useless deletion
of resource, because the aut-cleanup process. This process looks for records that are in the base namespace and
have not been processed, and deletes them because they are presumed removed from the newer version. This does not
properly work now that several modules install records (menus, groups) in the base namespace.
This is fixed by skipping the auto-cleanup process during the stand-alone loading of base, which is fine
because it will be processed properly after the rest of the modules are loaded/updated.
(No specific LP bug reference, but many translation bugs stem partially from this)

bzr revid: odo@openerp.com-20101213161802-ulsece9bb3q1y1fx

13 years ago[FIX] openerp-buildfail-1-3691: remove tab char in line#72 and local variable count...
Harry (OpenERP) [Mon, 13 Dec 2010 13:37:54 +0000 (19:07 +0530)]
[FIX] openerp-buildfail-1-3691: remove tab char in line#72 and local variable count is assigned to but never used into fetchmail/fetchmail.py

bzr revid: hmo@tinyerp.com-20101213133754-8ucpt5in5qod8gjd

13 years ago[IMP] osv: the object pool is not a service anymore
Christophe Simonis [Mon, 13 Dec 2010 10:51:04 +0000 (11:51 +0100)]
[IMP] osv: the object pool is not a service anymore

bzr revid: chs@openerp.com-20101213105104-jpctooc6j7yc8i8i

13 years ago[FIX,IMP] Project Improvement http://pad.openerp.com/openerp-apr-mod1Improvement
Thibault Francois [Mon, 13 Dec 2010 09:59:20 +0000 (10:59 +0100)]
[FIX,IMP] Project Improvement pad.openerp.com/openerp-apr-mod1Improvement
Task :1866
Task 1867 Review Fetchmail + mailgateway and plugin integration
Bug fix by addon1 team.
Thunderbird imp
Outlook imp
CRM FIX

bzr revid: tfr@openerp.com-20101213095920-n3l3ap67g66qo3sd

13 years ago[MERGE]
Thibault Francois [Mon, 13 Dec 2010 09:48:27 +0000 (10:48 +0100)]
[MERGE]

bzr revid: tfr@openerp.com-20101213094827-qo6a5j9p41hrhnc3

13 years ago[FIX] crm_view.xml : section_ids in view
Thibault Francois [Mon, 13 Dec 2010 09:39:59 +0000 (10:39 +0100)]
[FIX] crm_view.xml : section_ids in view

bzr revid: tfr@openerp.com-20101213093959-z97zekyeg75q0svw

13 years ago[IMP] Improved email and username handling when sending an publisher warranty
niv-openerp [Mon, 13 Dec 2010 09:01:08 +0000 (10:01 +0100)]
[IMP] Improved email and username handling when sending an publisher warranty
issue report.

bzr revid: nicolas.vanhoren@openerp.com-20101213090108-sy7xuwpptskhha3j

13 years ago[MERGE] merge with lp:openbobject-addons
Sbh (OpenERP) [Mon, 13 Dec 2010 07:25:34 +0000 (12:55 +0530)]
[MERGE] merge with lp:openbobject-addons

bzr revid: sbh@tinyerp.com-20101213072534-c3ova714z4r977tx

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 12 Dec 2010 04:45:47 +0000 (04:45 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101212044547-xwyztuk2luf60dlb

13 years ago[FIX] crm : next/previous_stage behavior
Thibault Francois [Fri, 10 Dec 2010 17:54:55 +0000 (18:54 +0100)]
[FIX] crm : next/previous_stage behavior

bzr revid: tfr@openerp.com-20101210175455-hvoh7pqjnak6b1wh

13 years ago[IMP] Added possibility to get email and issue name when a user submit an
niv-openerp [Fri, 10 Dec 2010 17:12:38 +0000 (18:12 +0100)]
[IMP] Added possibility to get email and issue name when a user submit an
exception report.

bzr revid: nicolas.vanhoren@openerp.com-20101210171238-83tqs3ahh8z8h79l

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 12 Dec 2010 04:39:11 +0000 (04:39 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101211044617-po5v5cr1ez0gj7pk
bzr revid: launchpad_translations_on_behalf_of_openerp-20101212043911-q9ffkytjwu18d402

13 years ago[FIX] buildbot#591: fix buildbot failure on project_timesheet, report_intrastat module
Harry (OpenERP) [Sat, 11 Dec 2010 12:52:29 +0000 (18:22 +0530)]
[FIX] buildbot#591: fix buildbot failure on project_timesheet, report_intrastat module

bzr revid: hmo@tinyerp.com-20101211125229-2yh6pz21e1s59z0m

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 11 Dec 2010 05:08:50 +0000 (05:08 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101211050850-f7y0827upqa9zdw0

13 years ago[FIX] orm: preserve elements order when inheriting views, also after a leaf element
Olivier Dony [Sat, 11 Dec 2010 01:21:04 +0000 (02:21 +0100)]
[FIX] orm: preserve elements order when inheriting views, also after a leaf element

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

bzr revid: odo@openerp.com-20101211012104-gt1cg3z1ec91mg34

13 years ago[FIX] ir.ui.view: fix search view according to guidelines
Olivier Dony [Sat, 11 Dec 2010 00:31:25 +0000 (01:31 +0100)]
[FIX] ir.ui.view: fix search view according to guidelines

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

bzr revid: odo@openerp.com-20101211003125-1125npnm8yj6ktx0

13 years ago[IMP] orm: additional error message about missing index on parent_[left|right] column...
Olivier Dony [Sat, 11 Dec 2010 00:09:51 +0000 (01:09 +0100)]
[IMP] orm: additional error message about missing index on parent_[left|right] columns during creation

bzr revid: odo@openerp.com-20101211000951-gn5dejp3b7dyz24e

13 years ago[IMP] orm.search: more quietly ignore invalid m2o order spec + fallback to default...
Olivier Dony [Sat, 11 Dec 2010 00:08:10 +0000 (01:08 +0100)]
[IMP] orm.search: more quietly ignore invalid m2o order spec + fallback to default _order

bzr revid: odo@openerp.com-20101211000810-h1sirszmh0xp52x4

13 years ago[FIX] res.partner.category: use _parent_store and _parent_order to have correct natur...
Olivier Dony [Sat, 11 Dec 2010 00:04:50 +0000 (01:04 +0100)]
[FIX] res.partner.category: use _parent_store and _parent_order to have correct natural order

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

bzr revid: odo@openerp.com-20101211000450-1tfx298cc7aqliih

13 years ago[IMP] base: default _order for most internal data models (courtesy of Ferdinand Gassa...
Olivier Dony [Fri, 10 Dec 2010 22:42:58 +0000 (23:42 +0100)]
[IMP] base: default _order for most internal data models (courtesy of Ferdinand Gassauer) + sorted fields in technical module guide
This should give a more consistent output in most lists involving those objects, as well as in the technical guide report.

lp bug: https://launchpad.net/bugs/655075 fixed
lp bug: https://launchpad.net/bugs/676990 fixed

bzr revid: odo@openerp.com-20101210224258-ljubjit2nl4d28vy

13 years ago[FIX] orm: default search view should be more backwards-compatible and lenient
Olivier Dony [Fri, 10 Dec 2010 21:25:29 +0000 (22:25 +0100)]
[FIX] orm: default search view should be more backwards-compatible and lenient
We should consider the select flag from the model as well as the attributes from tree+form view, as in v5.

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

bzr revid: odo@openerp.com-20101210212529-oc5n8n9w8ila9j4u

13 years ago[I18N] all: updated all .pot files to match latest translation templates + minor...
Olivier Dony [Fri, 10 Dec 2010 17:40:27 +0000 (18:40 +0100)]
[I18N] all: updated all .pot files to match latest translation templates + minor cleanup

bzr revid: odo@openerp.com-20101210174027-q55ch2skn9qdetd8

13 years ago[I18N] project_planning,association,crm_partner_assign: removed obsolete .pot file...
Olivier Dony [Fri, 10 Dec 2010 17:12:56 +0000 (18:12 +0100)]
[I18N] project_planning,association,crm_partner_assign: removed obsolete .pot file (from before module renaming)

bzr revid: odo@openerp.com-20101210171256-zs3pg32sz2wfyvpq

13 years ago[FIX] ir.ui.menu: menu items should be filtered only in tree view
Olivier Dony [Fri, 10 Dec 2010 16:17:08 +0000 (17:17 +0100)]
[FIX] ir.ui.menu: menu items should be filtered only in tree view
The normal list view should display them all, otherwise menus without children are invisible for example
Also ensured that create() clears the menu cache, otherwise adding children to an invisible menu
may not cause it to appear until the server is restarted.

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

bzr revid: odo@openerp.com-20101210161708-txdxidrr3k4c6hk5

13 years ago[IMP] removed pricelist_sale & pricelist_purchase
Fabien Pinckaers [Fri, 10 Dec 2010 15:56:34 +0000 (16:56 +0100)]
[IMP] removed pricelist_sale & pricelist_purchase

bzr revid: fp@tinyerp.com-20101210155634-u44ao84d1prge4cx

13 years ago[IMP] orm: somewhat better error message when view inheritance fails on non-<field...
YSA (OpenERP) [Fri, 10 Dec 2010 15:03:55 +0000 (16:03 +0100)]
[IMP] orm: somewhat better error message when view inheritance fails on non-<field> element
Inheritance at field level already has a correct error message

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

bzr revid: odo@openerp.com-20101210150355-jjdghifgyea07cv8

13 years ago[FIX] add icon
Thibault Francois [Fri, 10 Dec 2010 13:30:34 +0000 (14:30 +0100)]
[FIX] add icon

bzr revid: tfr@openerp.com-20101210133034-gyrrx9enfm2jtvkf

13 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-dev-addons1/
Thibault Francois [Fri, 10 Dec 2010 12:58:55 +0000 (13:58 +0100)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-dev-addons1/

bzr revid: tfr@openerp.com-20101210125855-eenp28fz2hmaeu13

13 years ago[FIX] ir.ui.view.*: added missing simple and combined indices (suggestion from Ferdin...
Olivier Dony [Fri, 10 Dec 2010 12:47:16 +0000 (13:47 +0100)]
[FIX] ir.ui.view.*: added missing simple and combined indices (suggestion from Ferdinand Gassauer)

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

bzr revid: odo@openerp.com-20101210124716-okrkdqato09utpvx

13 years ago[MERGE] Merge bug fix lp:677493 ,lp:680884
Sbh (OpenERP) [Fri, 10 Dec 2010 12:30:35 +0000 (18:00 +0530)]
[MERGE] Merge bug fix  lp:677493 ,lp:680884

bzr revid: sbh@tinyerp.com-20101210123035-jenqqn89wvf3odz8

13 years ago[MERGE] Merge outlook improvement
Sbh (OpenERP) [Fri, 10 Dec 2010 11:06:13 +0000 (16:36 +0530)]
[MERGE] Merge outlook improvement

bzr revid: sbh@tinyerp.com-20101210110613-t2y1i92u9kbxpsk6

13 years ago[REF] crm: Convert opportunity should take its own stages.
uco (OpenERP) [Fri, 10 Dec 2010 07:03:25 +0000 (12:33 +0530)]
[REF] crm: Convert opportunity should take its own stages.

bzr revid: uco@tinyerp.com-20101210070325-nacfa48sncs343v1

13 years ago[MERGE]
uco (OpenERP) [Fri, 10 Dec 2010 07:01:21 +0000 (12:31 +0530)]
[MERGE]

bzr revid: uco@tinyerp.com-20101210070121-y6w44jg3pm79jhn3

13 years ago[REF] crm: Refactored stage changes.
uco (OpenERP) [Fri, 10 Dec 2010 06:24:35 +0000 (11:54 +0530)]
[REF] crm: Refactored stage changes.

bzr revid: uco@tinyerp.com-20101210062435-rj0x2wbsdzb3m1t4

13 years ago[IMP] Outlook Installtion Notes
jam-openerp [Fri, 10 Dec 2010 05:45:13 +0000 (11:15 +0530)]
[IMP] Outlook Installtion Notes

bzr revid: jam@tinyerp.com-20101210054513-mzrndgd95bbr9zjo

13 years ago[IMP-FIX] 1) Create Contect was not Working-Fixed 2)web url Notworking woth Menu
jam-openerp [Fri, 10 Dec 2010 05:37:41 +0000 (11:07 +0530)]
[IMP-FIX] 1) Create Contect was not Working-Fixed 2)web url Notworking woth Menu

bzr revid: jam@tinyerp.com-20101210053741-ajve943a9yu84367

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 10 Dec 2010 05:01:28 +0000 (05:01 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101210050128-aqt5gre9oatbameb

13 years ago[MERGE] with lp:~openerp-dev/openobject-addons/trunk-dev-addons1
jam-openerp [Fri, 10 Dec 2010 04:33:44 +0000 (10:03 +0530)]
[MERGE] with lp:~openerp-dev/openobject-addons/trunk-dev-addons1

bzr revid: jam@tinyerp.com-20101210043344-uq94nq4szvwcznl5

13 years ago[MERGE] Merge with lp:openobject-addons
Sbh (OpenERP) [Fri, 10 Dec 2010 04:19:16 +0000 (09:49 +0530)]
[MERGE] Merge with lp:openobject-addons

bzr revid: sbh@tinyerp.com-20101210041916-d3m73fsr0rckdh9c

13 years ago[FIX] account: P&L and BS reports should properly compute the IDs passed to set_context()
Olivier Dony [Fri, 10 Dec 2010 00:35:57 +0000 (01:35 +0100)]
[FIX] account: P&L and BS reports should properly compute the IDs passed to set_context()
Now that the server uses the objects passed to the report to determine the company, these reports were failing, due to the peculiar way they pass
IDs between the wizard and report. Hopefully there are no other reports that need the same fix.

bzr revid: odo@openerp.com-20101210003557-pbaj9s1607zuof3j

13 years ago[FIX] fields.function: make sure all binary values can always be serialized as valid XML
Olivier Dony [Thu, 9 Dec 2010 23:07:42 +0000 (00:07 +0100)]
[FIX] fields.function: make sure all binary values can always be serialized as valid XML

Nnormally, binary fields should be 7-bit ASCII base64-encoded data, but sometimes
it's not the case, so we do additional sanity checks to make sure the binary values
can pass safely via xmlrpc as strings.

As a last resort we coerce the binary values to unicode to make sure they can
be safely serialized as utf-8-encoded values, always valid XML characters.
When this happens, decoding on the other endpoint is not likely to produce
the expected output, but this isjust a safety mechanism(in these cases base64
data or xmlrpc. Binary values should be returned instead by the function field.

In a future version we should probably switch to using XMLRPC Binary types always for
passing fields.binary values, but this requires more refactoring.

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

bzr revid: odo@openerp.com-20101209230742-gwf8e4zvmk43k6ln

13 years ago[FIX] project_gtd: add missing context when crafting custom views, to make sure fiels...
Olivier Dony [Thu, 9 Dec 2010 17:54:58 +0000 (18:54 +0100)]
[FIX] project_gtd: add missing context when crafting custom views, to make sure fiels are translated

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

bzr revid: odo@openerp.com-20101209175458-jd8yzzq11ueugx71

13 years ago[FIX] res.lang.unlink: renamed local variable that shadowed the enclosing type, preve...
Olivier Dony [Thu, 9 Dec 2010 15:04:42 +0000 (16:04 +0100)]
[FIX] res.lang.unlink: renamed local variable that shadowed the enclosing type, preventing call to super()

bzr revid: odo@openerp.com-20101209150442-f47eucdfylpokagt

13 years ago[IMP-FIX] Outllok Improvment 1) Prseving the values of Parameters 2) Standalone Menu...
jam-openerp [Thu, 9 Dec 2010 13:24:10 +0000 (18:54 +0530)]
[IMP-FIX] Outllok Improvment 1) Prseving the values of Parameters 2) Standalone Menu for OpenERP 3) Dialog of Not login on direct click wohtout login database

bzr revid: jam@tinyerp.com-20101209132410-y950pd3ah9b6x5dx

13 years ago[FIX] crm: Corrected the stage problem for leads, opportunities and claims.
uco (OpenERP) [Thu, 9 Dec 2010 12:56:35 +0000 (18:26 +0530)]
[FIX] crm: Corrected the stage problem for leads, opportunities and claims.

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

bzr revid: uco@tinyerp.com-20101209125635-8zgbxs6lu6u9fa0c

13 years ago[FIX] fetchmail: Corrected user_id problem for server actions too.
uco (OpenERP) [Thu, 9 Dec 2010 12:52:28 +0000 (18:22 +0530)]
[FIX] fetchmail: Corrected user_id problem for server actions too.

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

bzr revid: uco@tinyerp.com-20101209125228-7y95zoww45vl3v1m

13 years ago[MERGE] merge project improvment
Sbh (OpenERP) [Thu, 9 Dec 2010 12:06:15 +0000 (17:36 +0530)]
[MERGE] merge project improvment

bzr revid: sbh@tinyerp.com-20101209120615-1xsg7hd61dwlfhhx

13 years ago[MERGE] Merge project improvement
Sbh (OpenERP) [Thu, 9 Dec 2010 11:52:11 +0000 (17:22 +0530)]
[MERGE] Merge project improvement

bzr revid: sbh@tinyerp.com-20101209115211-59kgvup52dqrm2en

13 years ago[MERGE] Bug Fix lp:670265 ,lp:687326
Sbh (OpenERP) [Thu, 9 Dec 2010 06:11:26 +0000 (11:41 +0530)]
[MERGE] Bug Fix lp:670265 ,lp:687326

bzr revid: sbh@tinyerp.com-20101209061126-bagahudiyp2zkdnl

13 years ago[MERGE] with lp:~openerp-dev/openobject-addons/trunk-dev-addons1
jam-openerp [Thu, 9 Dec 2010 05:42:13 +0000 (11:12 +0530)]
[MERGE] with  lp:~openerp-dev/openobject-addons/trunk-dev-addons1

bzr revid: jam@tinyerp.com-20101209054213-5gy52ugvz3ne8vqv

13 years ago[MERGE]: Merged with team1.
uco (OpenERP) [Thu, 9 Dec 2010 05:36:39 +0000 (11:06 +0530)]
[MERGE]: Merged with team1.

bzr revid: uco@tinyerp.com-20101208121439-n2mzxa156k80m1w8
bzr revid: uco@tinyerp.com-20101209053639-kv2rw6qt5nbp0zz6

13 years ago[BUG-FIX] lp:687326
jam-openerp [Thu, 9 Dec 2010 05:36:29 +0000 (11:06 +0530)]
[BUG-FIX] lp:687326

bzr revid: jam@tinyerp.com-20101209053629-xk7x0da6a1botfie

13 years ago[MERGE] merge with lp:openobject-addons
Sbh (OpenERP) [Thu, 9 Dec 2010 04:46:43 +0000 (10:16 +0530)]
[MERGE] merge with lp:openobject-addons

bzr revid: sbh@tinyerp.com-20101209044643-hnxu2bwgddkgol5g

13 years ago[REVERT] project/board_project_manager_view.xml: reverted previous incorrect patch...
Olivier Dony [Wed, 8 Dec 2010 17:53:48 +0000 (18:53 +0100)]
[REVERT] project/board_project_manager_view.xml: reverted previous incorrect patch (incorrect view_id)

bzr revid: odo@openerp.com-20101208175348-rfp94f9w4js0nbrd

13 years ago[FIX] l10n_uk: set a valid certificate number (second try)
qdp-launchpad@tinyerp.com [Thu, 9 Dec 2010 12:14:57 +0000 (13:14 +0100)]
[FIX] l10n_uk: set a valid certificate number (second try)

bzr revid: qdp-launchpad@tinyerp.com-20101209121457-iokquzx4bzwsgzgh

13 years ago[FIX] l10n_uk: set a valid certificate number
qdp-launchpad@tinyerp.com [Thu, 9 Dec 2010 11:57:12 +0000 (12:57 +0100)]
[FIX] l10n_uk: set a valid certificate number

bzr revid: qdp-launchpad@tinyerp.com-20101209115712-tg62m1j4h4wsqli5

13 years ago[FIX] l10n_uk: set a new certificate number
qdp-launchpad@tinyerp.com [Thu, 9 Dec 2010 11:05:10 +0000 (12:05 +0100)]
[FIX] l10n_uk: set a new certificate number

bzr revid: qdp-launchpad@tinyerp.com-20101209110510-n9rw0rfdlhhyttlr

13 years ago[IMP] orm,base: added context to _constraints functions + use generic osv.osv.check_r...
Olivier Dony [Thu, 9 Dec 2010 10:57:33 +0000 (11:57 +0100)]
[IMP] orm,base: added context to _constraints functions + use generic osv.osv.check_recursion()

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

bzr revid: odo@openerp.com-20101209105733-j3uffwp4rl07nzc4

13 years ago[MERGE] merged the xrg branch containing some bugfixes
qdp-launchpad@tinyerp.com [Thu, 9 Dec 2010 10:57:07 +0000 (11:57 +0100)]
[MERGE] merged the xrg branch containing some bugfixes

bzr revid: qdp-launchpad@tinyerp.com-20101209105707-uifumqic7znndr3n

13 years ago[IMP] tools.misc: enabled Hebrew (he_IL) language
Olivier Dony [Thu, 9 Dec 2010 09:19:04 +0000 (10:19 +0100)]
[IMP] tools.misc: enabled Hebrew (he_IL) language

bzr revid: odo@openerp.com-20101209091904-ytigf6ja7j65yx63

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 9 Dec 2010 04:58:02 +0000 (04:58 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101209045022-g1ar37i6xtnr0jtq
bzr revid: launchpad_translations_on_behalf_of_openerp-20101209045802-ari4r0g7oouy55c8

13 years ago[MERGE] refactor maintenance.contract into publisher_warranty.contract + add system...
Nicolas Vanhoren [Wed, 8 Dec 2010 17:03:50 +0000 (18:03 +0100)]
[MERGE] refactor maintenance.contract into publisher_warranty.contract + add system logs scheduler

bzr revid: odo@openerp.com-20101208170350-p8tek7dk7wdtnzvb

13 years ago[IMP] Just removed small debug message in system logs cron.
niv-openerp [Wed, 8 Dec 2010 16:05:53 +0000 (17:05 +0100)]
[IMP] Just removed small debug message in system logs cron.

bzr revid: nicolas.vanhoren@openerp.com-20101208160553-g58841fmq93unt5y

13 years ago[IMP] Added timeout int the cron job to get the system logs.
niv-openerp [Wed, 8 Dec 2010 16:03:35 +0000 (17:03 +0100)]
[IMP] Added timeout int the cron job to get the system logs.

bzr revid: nicolas.vanhoren@openerp.com-20101208160335-00rlngburn1q04az

13 years ago[FIX] Change look of icon
Thibault Francois [Wed, 8 Dec 2010 14:40:00 +0000 (15:40 +0100)]
[FIX] Change look of icon

bzr revid: tfr@openerp.com-20101208144000-eqquuljma54pzbjf

13 years ago[FIX] base,release: updated some remaining source files to AGPLv3 license
Olivier Dony [Wed, 8 Dec 2010 14:17:07 +0000 (15:17 +0100)]
[FIX] base,release: updated some remaining source files to AGPLv3 license

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

bzr revid: odo@openerp.com-20101208141707-toesbs33sf71srlh

13 years ago[FIX] survey: changed license to AGPLv3
Olivier Dony [Wed, 8 Dec 2010 13:59:16 +0000 (14:59 +0100)]
[FIX] survey: changed license to AGPLv3

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

bzr revid: odo@openerp.com-20101208135916-3tqd9znhbi5u215c

13 years ago[IMP] Cosmetic changes
niv-openerp [Wed, 8 Dec 2010 13:43:09 +0000 (14:43 +0100)]
[IMP] Cosmetic changes

bzr revid: nicolas.vanhoren@openerp.com-20101208134309-3rrvthpank14ao69

13 years ago[BUG-FIX] lp:670265
jam-openerp [Wed, 8 Dec 2010 13:36:50 +0000 (19:06 +0530)]
[BUG-FIX] lp:670265

bzr revid: jam@tinyerp.com-20101208133650-3q2zudm9ceh2fav0

13 years ago[IMP] license: renamed general license file, and included note about other applicable...
Olivier Dony [Wed, 8 Dec 2010 13:33:25 +0000 (14:33 +0100)]
[IMP] license: renamed general license file, and included note about other applicable licenses

bzr revid: odo@openerp.com-20101208133325-rlrtmzao8kzdp31o

13 years ago[FIX] osv.obj_list is broken via RPC and should not be available anymore
Olivier Dony [Wed, 8 Dec 2010 13:13:28 +0000 (14:13 +0100)]
[FIX] osv.obj_list is broken via RPC and should not be available anymore

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

bzr revid: odo@openerp.com-20101208131328-gycbi36423txdnc1

13 years ago[MERGE] lp:~openerp-dev/openobject-addons/jam-dev-addons1
Thibault Francois [Wed, 8 Dec 2010 12:16:15 +0000 (13:16 +0100)]
[MERGE] lp:~openerp-dev/openobject-addons/jam-dev-addons1

bzr revid: tfr@openerp.com-20101208121615-w461wpv45zf05i1n

13 years ago[merge]
nvi-openerp [Wed, 8 Dec 2010 10:52:49 +0000 (11:52 +0100)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20101206091222-miwtrvjkfh8hy8ec
bzr revid: nicolas.vanhoren@openerp.com-20101206174010-f819dzx7vyw2jntk
bzr revid: nicolas.vanhoren@openerp.com-20101207132443-z0wabhbh0ruzwoo2
bzr revid: nicolas.vanhoren@openerp.com-20101208105249-qfjalxkboqpi9xr0

13 years ago[REM] @default attribute: not handled by the GTK client and not specified anywhere...
Xavier Morel [Wed, 8 Dec 2010 10:36:48 +0000 (11:36 +0100)]
[REM] @default attribute: not handled by the GTK client and not specified anywhere or by anyone

bzr revid: xmo@openerp.com-20101208103648-3qca263rux8g0030