odoo/odoo.git
13 years ago[IMP] Outlook : Arching Mail Bosy as txt file named with the subject of the Email
jam-openerp [Wed, 10 Nov 2010 09:24:36 +0000 (14:54 +0530)]
[IMP] Outlook : Arching Mail Bosy as txt file named with the subject of the Email

bzr revid: jam@tinyerp.com-20101110092436-mpu2xt1nem8zevtg

13 years ago[Merge]
jam-openerp [Wed, 10 Nov 2010 05:20:13 +0000 (10:50 +0530)]
[Merge]

bzr revid: jam@tinyerp.com-20101110052013-fczqxuv1el7y83bn

13 years ago[MERGE] Merge with lp:openobject-addons
sbh (Open ERP) [Wed, 10 Nov 2010 05:04:33 +0000 (10:34 +0530)]
[MERGE] Merge with lp:openobject-addons

bzr revid: sbh@tinyerp.com-20101110050433-7xnwrghhehabhe6o

13 years ago[FIX] l10n_ch: Removed duplicate msgids on template file (Translation)
Mustufa Rangwala [Wed, 10 Nov 2010 04:45:44 +0000 (10:15 +0530)]
[FIX] l10n_ch: Removed duplicate msgids on template file (Translation)

bzr revid: mra@mra-laptop-20101110044544-qfh4o0bhe6uoz87u

13 years ago[IMP] ir.exports: added missing sql index
Ferdinand @ Camptocamp [Wed, 10 Nov 2010 00:32:19 +0000 (01:32 +0100)]
[IMP] ir.exports: added missing sql index

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

bzr revid: olivier@olivier-donys-macbook-pro.local-20101110003219-l7380et3m3aqa10w

13 years ago[FIX] tools.config: do not chmod existing config files
Olivier Dony [Tue, 9 Nov 2010 22:09:07 +0000 (23:09 +0100)]
[FIX] tools.config: do not chmod existing config files

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

bzr revid: olivier@olivier-donys-macbook-pro.local-20101109220907-t2phxs26l136bhe7

13 years ago[IMP] tools.cache now use a LRU to avoid memory overload
Christophe Simonis [Tue, 9 Nov 2010 16:57:39 +0000 (17:57 +0100)]
[IMP] tools.cache now use a LRU to avoid memory overload

bzr revid: chs@openerp.com-20101109165739-1pm8jhckcyzkb2z1

13 years ago[IMP] pyflakes tools/misc.py
Christophe Simonis [Tue, 9 Nov 2010 16:50:14 +0000 (17:50 +0100)]
[IMP] pyflakes tools/misc.py

bzr revid: chs@openerp.com-20101109165014-6yw5xvojoe7b0i4t

13 years ago[IMP] remove redundancy in ir_values.set
Xavier Morel [Tue, 9 Nov 2010 13:21:37 +0000 (14:21 +0100)]
[IMP] remove redundancy in ir_values.set

bzr revid: xmo@openerp.com-20101109132137-nmkg6uc5sdqovu1o

13 years ago[IMP] type tests simplifications in ir_values.set
Xavier Morel [Tue, 9 Nov 2010 13:17:34 +0000 (14:17 +0100)]
[IMP] type tests simplifications in ir_values.set

bzr revid: xmo@openerp.com-20101109131734-aby85mwhfhc4501w

13 years ago[IMP] avoid returning complete search views from ir_values.get
Xavier Morel [Tue, 9 Nov 2010 13:15:06 +0000 (14:15 +0100)]
[IMP] avoid returning complete search views from ir_values.get

Also some readability and speed improvements to the method's content

bzr revid: xmo@openerp.com-20101109131506-5k1ohanbo3ocfs5h

13 years ago[IMP] base: make ir_values.get._result_get more readable and slightly faster.
Xavier Morel [Tue, 9 Nov 2010 13:08:47 +0000 (14:08 +0100)]
[IMP] base: make ir_values.get._result_get more readable and slightly faster.

On a test set of ~20 fields, using a precomputed set instead of a spot-computed tuple for 'in' testing yields ~30% speed improvement, and replacing the manual removal of elements by a listcomp filtering yields ~30% more.

Tests were also performed using sets and set.difference, while it yields better performances than manual element removal it is still worse than listcomp, especially when taking in account the re-serialization to a list

bzr revid: xmo@openerp.com-20101109130847-p1xfmk3zhhivebj1

13 years ago[IMP] base: tentative code simplifications (removal of redundant calls) in ir_values.get
Xavier Morel [Tue, 9 Nov 2010 13:08:34 +0000 (14:08 +0100)]
[IMP] base: tentative code simplifications (removal of redundant calls) in ir_values.get

bzr revid: xmo@openerp.com-20101109130834-2rdsy3u7hm8kzj5n

13 years ago[MERGE] merged the localization branch
niv@openerp.com [Tue, 9 Nov 2010 12:31:13 +0000 (13:31 +0100)]
[MERGE] merged the localization branch

bzr revid: qdp-launchpad@tinyerp.com-20101109123113-fjx90w5eeqo0imkd

13 years ago[IMP] make type tests more readable in ir_values.get
Xavier Morel [Tue, 9 Nov 2010 11:57:41 +0000 (12:57 +0100)]
[IMP] make type tests more readable in ir_values.get

bzr revid: xmo@openerp.com-20101109115741-15iyg5tpblgmb2yy

13 years ago[FIX] base: don't return search_view and search_view_id from ir_values.get
Xavier Morel [Tue, 9 Nov 2010 11:52:54 +0000 (12:52 +0100)]
[FIX] base: don't return search_view and search_view_id from ir_values.get

bzr revid: xmo@openerp.com-20101109115254-svfwdr3kfb7as7a6

13 years ago[IMP] tools.misc: typo in tools.ustr error message
Olivier Dony [Tue, 9 Nov 2010 11:04:36 +0000 (12:04 +0100)]
[IMP] tools.misc: typo in tools.ustr error message

bzr revid: odo@openerp.com-20101109110436-aftj49f65zac5qwe

13 years ago[FIX] reports/rml2pdf: improved previous fix of unicode/str conversion
Olivier Dony [Tue, 9 Nov 2010 10:53:29 +0000 (11:53 +0100)]
[FIX] reports/rml2pdf: improved previous fix of unicode/str conversion

bzr revid: odo@openerp.com-20101109105329-zjtz7lcdg6h0trxw

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 9 Nov 2010 04:49:59 +0000 (04:49 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101109044748-jx0843m3k1eh2ha2
bzr revid: launchpad_translations_on_behalf_of_openerp-20101109044959-yggrezmg7uh721d9

13 years ago[FIX] reports/rml2pdf: somewhat more consistent handling of unicode/str conversion...
Olivier Dony [Mon, 8 Nov 2010 18:53:28 +0000 (19:53 +0100)]
[FIX] reports/rml2pdf: somewhat more consistent handling of unicode/str conversion + cleanup

lp bug: https://launchpad.net/bugs/537449 fixed
lp bug: https://launchpad.net/bugs/662598 fixed

bzr revid: odo@openerp.com-20101108185328-9bbb22v0yisdp8h1

13 years ago[FIX] stock location tree needs sort
Antony Lesuisse [Mon, 8 Nov 2010 18:27:35 +0000 (19:27 +0100)]
[FIX] stock location tree needs sort

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

bzr revid: al@openerp.com-20101108182735-t37cs0548mriqw72

13 years ago[FIX] l10n_be: rounding issues
qdp-launchpad@tinyerp.com [Mon, 8 Nov 2010 17:44:07 +0000 (18:44 +0100)]
[FIX] l10n_be: rounding issues

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

bzr revid: qdp-launchpad@tinyerp.com-20101108174407-3103vkduw1bd9jw9

13 years ago[IMP] account: usability improvements
qdp-launchpad@tinyerp.com [Mon, 8 Nov 2010 17:00:54 +0000 (18:00 +0100)]
[IMP] account: usability improvements

bzr revid: qdp-launchpad@tinyerp.com-20101108170054-de5iykrpvanhrgj4

13 years ago[IMP] readability of crm_lead2opportunity.action_apply a bit
Xavier Morel [Mon, 8 Nov 2010 14:49:09 +0000 (15:49 +0100)]
[IMP] readability of crm_lead2opportunity.action_apply a bit

bzr revid: xmo@openerp.com-20101108144909-jbkfb27gj4vvz21b

13 years ago[IMP] crm: wording of log item, management of formatting
Xavier Morel [Mon, 8 Nov 2010 14:45:27 +0000 (15:45 +0100)]
[IMP] crm: wording of log item, management of formatting

bzr revid: xmo@openerp.com-20101108144527-4auv4hjn87djjik2

13 years ago[IMP] crm: further renamings for clarity in crm_lead2opportunity.action_apply, make...
Xavier Morel [Mon, 8 Nov 2010 14:41:20 +0000 (15:41 +0100)]
[IMP] crm: further renamings for clarity in crm_lead2opportunity.action_apply, make management of opportunity view objects more uniform

bzr revid: xmo@openerp.com-20101108144120-69qy918gw0zoywcz

13 years ago[IMP] crm: better use of browse in crm_lead2opportunity.action_apply
Xavier Morel [Mon, 8 Nov 2010 14:38:21 +0000 (15:38 +0100)]
[IMP] crm: better use of browse in crm_lead2opportunity.action_apply

bzr revid: xmo@openerp.com-20101108143821-oy8f8ffg81m53f59

13 years ago[IMP] crm: use clearer names in crm_lead2opportunity.action_apply
Xavier Morel [Mon, 8 Nov 2010 14:31:16 +0000 (15:31 +0100)]
[IMP] crm: use clearer names in crm_lead2opportunity.action_apply

bzr revid: xmo@openerp.com-20101108143116-s38iw3o71yqvjt8n

13 years ago[IMP] orm: spelling: default language is en_US, so we should us International/US...
Olivier Dony [Mon, 8 Nov 2010 14:30:14 +0000 (15:30 +0100)]
[IMP] orm: spelling: default language is en_US, so we should us International/US forms

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

bzr revid: odo@openerp.com-20101108143014-p3xlsiz3kb79ckdt

13 years ago[IMP] crm: cleanup doc of crm_lead2opportunity.action_apply, remove unneeded temp...
Xavier Morel [Mon, 8 Nov 2010 14:25:00 +0000 (15:25 +0100)]
[IMP] crm: cleanup doc of crm_lead2opportunity.action_apply, remove unneeded temp variable

bzr revid: xmo@openerp.com-20101108142500-zulaa5xpd7rvad3c

13 years ago[FIX] cleanup trailing whitespace
Xavier Morel [Mon, 8 Nov 2010 14:22:51 +0000 (15:22 +0100)]
[FIX] cleanup trailing whitespace

bzr revid: xmo@openerp.com-20101108142251-yye0ycby12o6sakf

13 years ago[FIX] purchase, sale, subscription: usability issues
qdp-launchpad@tinyerp.com [Mon, 8 Nov 2010 13:04:35 +0000 (14:04 +0100)]
[FIX] purchase, sale, subscription: usability issues

bzr revid: qdp-launchpad@tinyerp.com-20101108130435-y9kj7bhu8ttida5c

13 years ago[IMP] base: simplification of res_config, ignore (but log) when can not find a previo...
Xavier Morel [Mon, 8 Nov 2010 12:24:41 +0000 (13:24 +0100)]
[IMP] base: simplification of res_config, ignore (but log) when can not find a previous todo item to set its status

bzr revid: xmo@openerp.com-20101108122441-fqfwf8xlz1qamg0o

13 years ago[FIX] documentation of _set_previous_todo: doesn't inherently throw anything anymore
Xavier Morel [Mon, 8 Nov 2010 11:01:59 +0000 (12:01 +0100)]
[FIX] documentation of _set_previous_todo: doesn't inherently throw anything anymore

bzr revid: xmo@openerp.com-20101108110159-ptfhu5krjs4y0ald

13 years ago[REM] pre-check that we're not setting ir_actions_todo.state to nothing: it's a selec...
Xavier Morel [Mon, 8 Nov 2010 10:47:18 +0000 (11:47 +0100)]
[REM] pre-check that we're not setting ir_actions_todo.state to nothing: it's a selection field, so the write call can check that itself

bzr revid: xmo@openerp.com-20101108104718-md2wdklz5rc92ef5

13 years ago[FIX] Do not raise an error if the next todo isn't found to set the previous todo...
Xavier Morel [Mon, 8 Nov 2010 10:44:12 +0000 (11:44 +0100)]
[FIX] Do not raise an error if the next todo isn't found to set the previous todo's status

The previous line hardly makes any sense, so clarification: finding the 'next' todo is based on todo states, so until we've set the state of the todo item we've just executed (aka the previous todo) it remains the 'next' todo as well.

So in order to set the previous todo's state, we look for the next todo (which it still is) and set its state, actually marking it as the 'previous' todo

bzr revid: xmo@openerp.com-20101108104412-bd7bf3k7c5p5jkpl

13 years ago[IMP] res_config: better scope dont_skip_todo
Xavier Morel [Mon, 8 Nov 2010 10:41:28 +0000 (11:41 +0100)]
[IMP] res_config: better scope dont_skip_todo

bzr revid: xmo@openerp.com-20101108104128-bew5ri7jpxbydp34

13 years ago[merge]
nvi-openerp [Mon, 8 Nov 2010 10:20:06 +0000 (11:20 +0100)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20101108102006-7spxx7qysxlhzkjb

13 years ago[IMP] base: remove useless context-setting
Xavier Morel [Mon, 8 Nov 2010 10:17:20 +0000 (11:17 +0100)]
[IMP] base: remove useless context-setting

bzr revid: xmo@openerp.com-20101108101720-7wjqznxd5l2ejwq8

13 years ago[IMP] base: migrate res_config to logging
Xavier Morel [Mon, 8 Nov 2010 10:08:57 +0000 (11:08 +0100)]
[IMP] base: migrate res_config to logging

bzr revid: xmo@openerp.com-20101108100857-jkc1bv57qq45z8ey

13 years ago[FIX] account_voucher, multicurrency treatment: correct handling of amount in currenc...
qdp-launchpad@tinyerp.com [Mon, 8 Nov 2010 10:07:40 +0000 (11:07 +0100)]
[FIX] account_voucher, multicurrency treatment: correct handling of amount in currency field

bzr revid: qdp-launchpad@tinyerp.com-20101108100740-rikc62tugt14pxk7

13 years ago[REF/FIX] Sale : Help text correction,thanks to ferdinand
Jay (OpenERP) [Mon, 8 Nov 2010 09:51:38 +0000 (15:21 +0530)]
[REF/FIX] Sale : Help text correction,thanks to ferdinand

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

bzr revid: jvo@tinyerp.com-20101108095138-ay4stk543epq3i90

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 8 Nov 2010 05:13:19 +0000 (05:13 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101106045316-zff7y01djqruda2y
bzr revid: launchpad_translations_on_behalf_of_openerp-20101107044934-tfbi3s4f5lopxdgx
bzr revid: launchpad_translations_on_behalf_of_openerp-20101108051319-swd4a0gpprpry47a

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 8 Nov 2010 05:11:46 +0000 (05:11 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101105044642-zvpc5fpvvtrqh4b4
bzr revid: launchpad_translations_on_behalf_of_openerp-20101106045121-afgr8w5v2de7gjh6
bzr revid: launchpad_translations_on_behalf_of_openerp-20101107044822-bjtj1ntp575kszgc
bzr revid: launchpad_translations_on_behalf_of_openerp-20101108051146-kvk8lehqohhfku86

13 years ago[ADD] Merged nl.po into (almost empty) nl_BE.po
Julien Thewys [Fri, 5 Nov 2010 15:41:26 +0000 (16:41 +0100)]
[ADD] Merged nl.po into (almost empty) nl_BE.po

bzr revid: jth@openerp.com-20101105154126-6i27ayacaf23v861

13 years ago[ADD] Added Morocco accounting
nvi-openerp [Fri, 5 Nov 2010 13:34:43 +0000 (14:34 +0100)]
[ADD] Added Morocco accounting

bzr revid: nicolas.vanhoren@openerp.com-20101105133443-oxkh8zs4b4v82gp5

13 years agofix
Fabien Pinckaers [Fri, 5 Nov 2010 06:17:51 +0000 (07:17 +0100)]
fix

bzr revid: fp@tinyerp.com-20101105061751-z2ffuaxuqqqnvqsm

13 years agomerge
Fabien Pinckaers [Fri, 5 Nov 2010 05:06:20 +0000 (06:06 +0100)]
merge

bzr revid: fp@tinyerp.com-20101105050620-vb7yaekjf3ae02j3

13 years agofix
Fabien Pinckaers [Fri, 5 Nov 2010 05:05:51 +0000 (06:05 +0100)]
fix

bzr revid: fp@tinyerp.com-20101105050551-yz2yu5xdioq8sfhv

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 5 Nov 2010 04:48:17 +0000 (04:48 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101105044817-0sdu6pba32b7o273

13 years ago[FIX] Removed pdb trace log statement
Jay (OpenERP) [Thu, 4 Nov 2010 19:17:13 +0000 (00:47 +0530)]
[FIX] Removed pdb trace log statement

bzr revid: jvo@tinyerp.com-20101104191713-xkek2g36xzlzcij2

13 years ago[FIX] Account : If partner language is set, warnings gets translated into it but...
Jay (OpenERP) [Thu, 4 Nov 2010 18:43:48 +0000 (00:13 +0530)]
[FIX] Account : If partner language is set, warnings gets translated into it but they should appear in user language [ Maintenance Case 397 ]

bzr revid: jvo@tinyerp.com-20101104184348-j2glts8lqhxf0qlk

13 years ago[ADD] fields.binary: support 'bin_size_XXX' context flags to selectively enable retur...
Olivier Dony [Thu, 4 Nov 2010 17:05:23 +0000 (18:05 +0100)]
[ADD] fields.binary: support 'bin_size_XXX' context flags to selectively enable returning size/contents of a binary field - pending API change after 6.0

bzr revid: odo@openerp.com-20101104170523-z1n4jop5e46t3wtu

13 years ago[FIX] account.bank.statement: use correct sign for secondary currency amount when...
Olivier Dony [Thu, 4 Nov 2010 15:26:59 +0000 (16:26 +0100)]
[FIX] account.bank.statement: use correct sign for secondary currency amount when validating statements with accounts having a secondary currency + removed dead code

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

bzr revid: odo@openerp.com-20101104152659-ugzfgdoho5pbfd77

13 years ago[merge]
nvi-openerp [Thu, 4 Nov 2010 15:06:15 +0000 (16:06 +0100)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20101104150615-qqu5v5c2hh4mvvcy

13 years ago[IMP] Additional files for gt accounting
nvi-openerp [Thu, 4 Nov 2010 14:45:03 +0000 (15:45 +0100)]
[IMP] Additional files for gt accounting

bzr revid: nicolas.vanhoren@openerp.com-20101104144503-99tvbb0hiaiyr9b9

13 years ago[IMP] Outlook : Removed Images Next to the Check box from Push to OpenERP Dialog
jam-openerp [Thu, 4 Nov 2010 12:39:46 +0000 (18:09 +0530)]
[IMP] Outlook : Removed Images Next to the Check box from Push to OpenERP Dialog

bzr revid: jam@tinyerp.com-20101104123946-dj3trtq53tf1ujup

13 years ago[MERGE] fetchmail: useability improvement
Harry (OpenERP) [Thu, 4 Nov 2010 12:19:23 +0000 (17:49 +0530)]
[MERGE] fetchmail: useability improvement

bzr revid: hmo@tinyerp.com-20101104121923-7snmlopwoo5yb89h

13 years ago[FIX] account, installer: put back the lambda expression in _defaults on date fields...
qdp-launchpad@tinyerp.com [Thu, 4 Nov 2010 12:08:52 +0000 (13:08 +0100)]
[FIX] account, installer: put back the lambda expression in _defaults on date fields in order to have those value depending on current date rather that on the starting date of the server

bzr revid: qdp-launchpad@tinyerp.com-20101104120852-nxt9l88c13i3rf0y

13 years ago[FIX,MOD] auction : problem of type field in seach view, point_of_sale : small change...
Vir (Open ERP) [Thu, 4 Nov 2010 11:47:48 +0000 (17:17 +0530)]
[FIX,MOD] auction : problem of type field in seach view, point_of_sale : small change, stock_planning : add access rights for stock_period object

bzr revid: vir@tinyerp.com-20101104114748-9jrr6uvx7qqn38s3

13 years ago[MERGE] project_planning: improve demo data
Harry (OpenERP) [Thu, 4 Nov 2010 11:47:16 +0000 (17:17 +0530)]
[MERGE] project_planning: improve demo data

bzr revid: hmo@tinyerp.com-20101104114716-got5okg5d82ay4p0

13 years ago[IMP] fetchmail: Usability improvements.
uco (OpenERP) [Thu, 4 Nov 2010 11:19:28 +0000 (16:49 +0530)]
[IMP] fetchmail: Usability improvements.

bzr revid: uco@tinyerp.com-20101104111928-m7i3q8wyaig0qw54

13 years ago[FIX]: Fix account_id problem in project_planning module.
atp (Open ERP) [Thu, 4 Nov 2010 11:14:23 +0000 (16:44 +0530)]
[FIX]: Fix account_id problem in project_planning module.

bzr revid: atp@tinyerp.co.in-20101104111423-ge5fvsn3y9fbf1ln

13 years ago[FIX] audittrail : fix menu entries
Thibault Francois [Thu, 4 Nov 2010 11:13:59 +0000 (12:13 +0100)]
[FIX] audittrail : fix menu entries

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

bzr revid: tfr@openerp.com-20101104111359-gmbwy3mv0215hw4d

13 years ago[MERGE] trunk into trunk-dev-addons1
Thibault Francois [Thu, 4 Nov 2010 11:07:01 +0000 (12:07 +0100)]
[MERGE] trunk into trunk-dev-addons1

bzr revid: tfr@openerp.com-20101104110701-28e3gio9f34e748i

13 years agoMerged with lp:~openerp-dev/openobject-addons/trunk-dev-addons1
ssi [Thu, 4 Nov 2010 10:24:20 +0000 (15:54 +0530)]
Merged with lp:~openerp-dev/openobject-addons/trunk-dev-addons1

bzr revid: ssi@tinyerp.com-20101104102420-l1w72p5541aas0yl

13 years ago[FIX]Audit: solved problem of audit creates ambigous menu entry
ssi [Thu, 4 Nov 2010 10:06:13 +0000 (15:36 +0530)]
[FIX]Audit: solved problem of audit creates ambigous menu entry

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

bzr revid: ssi@tinyerp.com-20101104100613-x3qyt9ubv5opwp6c

13 years ago[IMP]: Changed Analytic account in demo data.
atp (Open ERP) [Thu, 4 Nov 2010 10:03:29 +0000 (15:33 +0530)]
[IMP]: Changed Analytic account in demo data.

bzr revid: atp@tinyerp.co.in-20101104100329-8kfao3jchk1bre95

13 years ago[IMP]: Changed date format in demo data and add more planning lines in project_planni...
atp (Open ERP) [Thu, 4 Nov 2010 09:56:12 +0000 (15:26 +0530)]
[IMP]: Changed date format in demo data and add more planning lines in project_planning module.

bzr revid: atp@tinyerp.co.in-20101104095612-0m2v38vzs8o2mxyd

13 years ago[IMP] Merged improvements from gt lok
nvi-openerp [Thu, 4 Nov 2010 09:22:19 +0000 (10:22 +0100)]
[IMP] Merged improvements from gt lok

bzr revid: nicolas.vanhoren@openerp.com-20101104092219-h8rr9giayjuxkh1q

13 years ago[IMP] Outlook : Reload button removed from the OpenERP Config dailog
jam-openerp [Thu, 4 Nov 2010 09:07:33 +0000 (14:37 +0530)]
[IMP] Outlook : Reload button removed from the OpenERP Config dailog

bzr revid: jam@tinyerp.com-20101104090733-l5anplc32934y4li

13 years ago[Fix] Sale : problem of salesman_id in product sales search view
Vir (Open ERP) [Thu, 4 Nov 2010 08:56:12 +0000 (14:26 +0530)]
[Fix] Sale : problem of salesman_id in product sales search view

bzr revid: vir@tinyerp.com-20101104085612-vwu9x590zfzfcvls

13 years ago[IMP] Merged new version of l10n_br
nvi-openerp [Thu, 4 Nov 2010 08:48:22 +0000 (09:48 +0100)]
[IMP] Merged new version of l10n_br

bzr revid: nicolas.vanhoren@openerp.com-20101104084822-cw0tkndeor5lhy58

13 years ago[MERGE]
Harry (OpenERP) [Thu, 4 Nov 2010 07:11:40 +0000 (12:41 +0530)]
[MERGE]

bzr revid: hmo@tinyerp.com-20101104071140-6r068lrv1pldrnnq

13 years ago[Fix] Idea : problem of parent_id in seach view
Vir (Open ERP) [Thu, 4 Nov 2010 06:18:12 +0000 (11:48 +0530)]
[Fix] Idea : problem of parent_id in seach view

bzr revid: vir@tinyerp.com-20101104061812-t5c0laq7yer3ztns

13 years ago[MERGE]: merge from lp:~openerp-dev/openobject-addons/trunk-dev-addons1
atp (Open ERP) [Thu, 4 Nov 2010 05:07:45 +0000 (10:37 +0530)]
[MERGE]: merge from lp:~openerp-dev/openobject-addons/trunk-dev-addons1

bzr revid: atp@tinyerp.co.in-20101104050745-tsc5alq77sx1xtpy

13 years ago[MERGE]: Merged with team1.
uco (OpenERP) [Thu, 4 Nov 2010 05:04:43 +0000 (10:34 +0530)]
[MERGE]: Merged with team1.

bzr revid: uco@tinyerp.com-20101104050443-irgsg5tbe3k3rmam

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 4 Nov 2010 04:52:08 +0000 (04:52 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101104045208-g7vomg4hhy37mrp6

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 4 Nov 2010 04:50:06 +0000 (04:50 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101104045006-p9fbak0ygc7lsc92

13 years ago[MERGE] report branch with <pto> support in RML rendering
Olivier Dony [Wed, 3 Nov 2010 17:11:29 +0000 (18:11 +0100)]
[MERGE] report branch with <pto> support in RML rendering

bzr revid: odo@openerp.com-20101103171129-ft6iacj63a4jtadd

13 years ago[FIX] account_followup: fixed the report on followups sent + several usability fixes
qdp-launchpad@tinyerp.com [Wed, 3 Nov 2010 15:59:52 +0000 (16:59 +0100)]
[FIX] account_followup: fixed the report on followups sent + several usability fixes

bzr revid: qdp-launchpad@tinyerp.com-20101103155952-jlqctu5h0tsmwuaj

13 years ago[ADD] Added Brasilian accounting
nvi-openerp [Wed, 3 Nov 2010 15:52:09 +0000 (16:52 +0100)]
[ADD] Added Brasilian accounting

bzr revid: nicolas.vanhoren@openerp.com-20101103155209-si2uswjgbb1w51o2

13 years ago[FIX] Sale : Proper priority assigned to SO List view
Jay (OpenERP) [Wed, 3 Nov 2010 15:44:59 +0000 (21:14 +0530)]
[FIX] Sale : Proper priority assigned to SO List view

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

bzr revid: jvo@tinyerp.com-20101103154459-t3czwfma43sealrk

13 years ago[FIX] layout of base_module_import_view
Xavier Morel [Wed, 3 Nov 2010 15:24:55 +0000 (16:24 +0100)]
[FIX] layout of base_module_import_view

bzr revid: xmo@openerp.com-20101103152455-o79qfxbjw7k9kasd

13 years ago[MERGE] from trunk
Thibault Francois [Wed, 3 Nov 2010 15:18:50 +0000 (16:18 +0100)]
[MERGE] from trunk

bzr revid: tfr@openerp.com-20101103151850-ew8yljv698wf4v6z

13 years ago[FIX] CRM : Phonecall if called from Lead should use the phone field of Lead
Jay (OpenERP) [Wed, 3 Nov 2010 15:07:35 +0000 (20:37 +0530)]
[FIX] CRM : Phonecall if called from Lead should use the phone field of Lead

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

bzr revid: jvo@tinyerp.com-20101103150735-z616aq5gxyrmlhdb

13 years ago[FIX]: Remove parent.user_id from project_planning module for bug 669868
atp (Open ERP) [Wed, 3 Nov 2010 14:02:02 +0000 (19:32 +0530)]
[FIX]: Remove parent.user_id from project_planning module for bug 669868

bzr revid: atp@tinyerp.co.in-20101103140202-j6s2px0r5a9s0cp1

13 years ago[FIX] base_synchro : reorder menu
Thibault Francois [Wed, 3 Nov 2010 13:35:48 +0000 (14:35 +0100)]
[FIX] base_synchro : reorder menu

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

bzr revid: tfr@openerp.com-20101103133548-vkuxi4wcbitz1aae

13 years ago[IMP]Thunderbird : Create New Documents - Name of the Document Improved
jam-openerp [Wed, 3 Nov 2010 13:23:09 +0000 (18:53 +0530)]
[IMP]Thunderbird : Create New Documents - Name of the Document Improved

bzr revid: jam@tinyerp.com-20101103132309-85g1p5kgmuql2vpc

13 years ago[IMP] Thunderbird Plugin : Push to OpenERP and Create New Contact View are re-desined...
jam-openerp [Wed, 3 Nov 2010 13:18:28 +0000 (18:48 +0530)]
[IMP] Thunderbird Plugin : Push to OpenERP and Create New Contact View are re-desined and create UI same as in Outlook

bzr revid: jam@tinyerp.com-20101103131828-70a5stja214ugr1i

13 years ago[ADD] Added Mexico accounting
nvi-openerp [Wed, 3 Nov 2010 13:12:53 +0000 (14:12 +0100)]
[ADD] Added Mexico accounting

bzr revid: nicolas.vanhoren@openerp.com-20101103131253-sfs3gd0w1bbo8acv

13 years ago[ADD] Added Netherland accounting
nvi-openerp [Wed, 3 Nov 2010 13:02:55 +0000 (14:02 +0100)]
[ADD] Added Netherland accounting

bzr revid: nicolas.vanhoren@openerp.com-20101103130255-y3m3igjkxrxj2rlt

13 years ago[ADD] Added Costa Rica accounting
nvi-openerp [Wed, 3 Nov 2010 12:37:28 +0000 (13:37 +0100)]
[ADD] Added Costa Rica accounting

bzr revid: nicolas.vanhoren@openerp.com-20101103123728-v5w9snxtquoa79h0

13 years agoMerge with lp:~openerp-dev/openobject-addons/trunk-dev-addons1
ssi [Wed, 3 Nov 2010 12:12:15 +0000 (17:42 +0530)]
Merge ... lp:~openerp-dev/openobject-addons/trunk-dev-addons1

bzr revid: ssi@tinyerp.com-20101103121215-95ic23v8w3c7js5m

13 years ago[FIX] base_synchro: shifted menu of Synchronization
ssi [Wed, 3 Nov 2010 12:05:08 +0000 (17:35 +0530)]
[FIX] base_synchro: shifted menu of Synchronization

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

bzr revid: ssi@tinyerp.com-20101103120508-3cub9tuofhjlbrdm

13 years ago[IMP] Close on Create Document and Improved the Usr Guide and Installtion Doc
jam-openerp [Wed, 3 Nov 2010 11:25:14 +0000 (16:55 +0530)]
[IMP] Close on Create Document and Improved the Usr Guide and Installtion Doc

bzr revid: jam@tinyerp.com-20101103112514-r0okl1sdzll5slvo

13 years ago[MERGE]
jam-openerp [Wed, 3 Nov 2010 11:16:31 +0000 (16:46 +0530)]
[MERGE]

bzr revid: jam@tinyerp.com-20101103111631-5jq8gtwygbrbsn3n

13 years ago[IMP] l10n_be: set the default taxes when generating the chart of account from templates
qdp-launchpad@tinyerp.com [Wed, 3 Nov 2010 10:58:48 +0000 (11:58 +0100)]
[IMP] l10n_be: set the default taxes when generating the chart of account from templates

bzr revid: qdp-launchpad@tinyerp.com-20101103105848-bwwt7jeahbtcbjzi

13 years ago[FIX] account_payment: allowed to choose a bank journal as well as a cash journal...
qdp-launchpad@tinyerp.com [Wed, 3 Nov 2010 10:49:56 +0000 (11:49 +0100)]
[FIX] account_payment: allowed to choose a bank journal as well as a cash journal to encode payment order

bzr revid: qdp-launchpad@tinyerp.com-20101103104956-psx112ccc9ipqkxn

13 years ago[FIX] project: project_id is not passed in context so removed it from context of...
Harry (OpenERP) [Wed, 3 Nov 2010 09:55:38 +0000 (15:25 +0530)]
[FIX] project: project_id is not passed in context so removed it from context of Task action

bzr revid: hmo@tinyerp.com-20101103095538-em2m2vs8mu8dcrzg