odoo/odoo.git
12 years ago[FIX]Fixed the issue of process view, here condition must be given more priority...
msh-openerp [Tue, 29 May 2012 11:07:05 +0000 (16:37 +0530)]
[FIX]Fixed the issue of process view, here condition must be given more priority then node state, but instead of it here the thing was reverse, node state has given more priority.

bzr revid: msh@tinyerp.com-20120529110705-5ggbxuytkeykr4cy

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 29 May 2012 05:06:18 +0000 (05:06 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120529050544-li5kbmpzrn0scab0
bzr revid: launchpad_translations_on_behalf_of_openerp-20120526055455-49wjpktvpkh30xa0
bzr revid: launchpad_translations_on_behalf_of_openerp-20120527051537-41qj7xj0ffygvlbb
bzr revid: launchpad_translations_on_behalf_of_openerp-20120528055616-uvsyeu4p8mkd1uks
bzr revid: launchpad_translations_on_behalf_of_openerp-20120529050618-qu95r4yh76wtwf7h

12 years ago[FIX] wsgi.core: typo - gunicorn's post_request() has no argument
Olivier Dony [Mon, 28 May 2012 11:43:09 +0000 (13:43 +0200)]
[FIX] wsgi.core: typo - gunicorn's post_request() has no  argument

bzr revid: odo@openerp.com-20120528114309-e1pdjhzqqleqf37p

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 26 May 2012 05:54:58 +0000 (05:54 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120524213424-x3a0wrqs23ajbuis
bzr revid: launchpad_translations_on_behalf_of_openerp-20120525051613-agxylrbtcu18fvfn
bzr revid: launchpad_translations_on_behalf_of_openerp-20120526055429-ynzxc3q4rj46capp
bzr revid: launchpad_translations_on_behalf_of_openerp-20120526055458-l7qk8vixvz2wot1k

12 years ago[MERGE] OPW 574991: rml reports: move setLang() before <pto_header/> otherwise it...
Xavier ALT [Fri, 25 May 2012 08:23:11 +0000 (10:23 +0200)]
[MERGE] OPW 574991: rml reports: move setLang() before <pto_header/> otherwise it won't be correctly translated

bzr revid: xal@openerp.com-20120525082311-hv1fshgsqb0qvnh0

12 years ago[FIX] data_import: allow importing m2o via name_search() on top of their XML ID
Olivier Dony [Fri, 25 May 2012 07:08:59 +0000 (09:08 +0200)]
[FIX] data_import: allow importing m2o via name_search() on top of their XML ID

We do default to exporting the XML ID, but there are
many cases where completely new data needs to be
imported and there is no XML ID available to do so.
In that case allowing name_search() to be used as in
6.0 is a life-saver. This patch simply makes the
m2o field itself visible during import, so users can
use it in their CSV file or manually select it.

Some trivial examples:
- you need to import 2000 new leads with their countries,
  obviously you can't guess that base.be should be used
  for country Belgium
- you need to update 2000 unassigned leads in the system
  and assign them to some of the salemen... but you don't
  have their XML IDs and even if you had, the match is
  quite hard to do.

bzr revid: odo@openerp.com-20120525070859-y4q3bnamvag2pzcq

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 25 May 2012 05:16:47 +0000 (05:16 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120524213622-rae1o3f29fxv3fu6
bzr revid: launchpad_translations_on_behalf_of_openerp-20120525051647-xkl6b7w74bo8py9v

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 25 May 2012 05:16:42 +0000 (05:16 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120524213610-j2wbvffwj9b4umyl
bzr revid: launchpad_translations_on_behalf_of_openerp-20120525051642-ba0b5rk5vp9u837y

12 years ago[MERGE] OPW 575004: stock: fix font for product name/variant in packaging report
Xavier ALT [Thu, 24 May 2012 21:06:17 +0000 (23:06 +0200)]
[MERGE] OPW 575004: stock: fix font for product name/variant in packaging report

bzr revid: xal@openerp.com-20120524210617-jfvrjhjpri4s8px5

12 years ago[MERGE] crm_partner_assign: test: be more lenient about partner localisation
Xavier ALT [Thu, 24 May 2012 16:54:31 +0000 (18:54 +0200)]
[MERGE] crm_partner_assign: test: be more lenient about partner localisation

    As of today, google maps tend to localize:
       Avenue de la Liberté 56, 1000 Brussels, , Belgium
    As:
       Place de la Liberté 56, 1000 Bruxelles, Belgique

    making imprecision and failing geolocalizaton test of
    'crm.crm_case_abcfuelcounits0' (current modification is backported from
    trunk unit-test)

bzr revid: xal@openerp.com-20120524165431-nopxu62kbjrs431o

12 years ago[FIX] crm_partner_assign: test: be more lenient about partner localisation
Xavier ALT [Thu, 24 May 2012 15:29:46 +0000 (17:29 +0200)]
[FIX] crm_partner_assign: test: be more lenient about partner localisation

  As of today, google maps tend to localize:
     Avenue de la Liberté 56, 1000 Brussels, , Belgium
  As:
     Place de la Liberté 56, 1000 Bruxelles, Belgique
  making geolocalizaton of 'crm.crm_case_abcfuelcounits0' fail

bzr revid: xal@openerp.com-20120524152946-y4itnc3n4fps3prx

12 years ago[FIX]:headings are all in other language on the first page of the sales order & purch...
ksa (OpenERP) [Thu, 24 May 2012 12:51:39 +0000 (18:21 +0530)]
[FIX]:headings are all in other language on the first page of the sales order & purchase order But on the second page, they have reverted to English

bzr revid: ksa@tinyerp.com-20120524125139-hlmhbdqf8a9ezefw

12 years ago[IMP]packing.rml: improve the code in the packing report (Case: Ref 575004)
Somesh Khare [Thu, 24 May 2012 11:07:45 +0000 (16:37 +0530)]
[IMP]packing.rml: improve the code in the packing report (Case: Ref 575004)

bzr revid: skh@tinyerp.com-20120524110745-kf09fv7wz0djpdze

12 years ago[FIX] picking.rml : Description product on packing list report(Case: Ref 575004)
Somesh Khare [Wed, 23 May 2012 09:46:14 +0000 (15:16 +0530)]
[FIX] picking.rml : Description product on packing list report(Case: Ref 575004)

bzr revid: skh@tinyerp.com-20120523094614-i09eldczrkdpwj1l

12 years ago[FIX] decimal_precision: properly invalidate cache when changing precisions
Olivier Dony [Wed, 23 May 2012 08:52:34 +0000 (10:52 +0200)]
[FIX] decimal_precision: properly invalidate cache when changing precisions

This was working previously because the cache was disabled,
due to bug #988743. Now that the cache is working again,
it needs to be properly invalidated whenever a decimal.precision
record is created or deleted, otherwise all computations
will use an incorrect precision.

bzr revid: odo@openerp.com-20120523085234-2q8z7f1naydnjgsz

12 years ago[FIX] issue with handling of list view priorities in dashboard
Xavier Morel [Wed, 23 May 2012 08:36:22 +0000 (10:36 +0200)]
[FIX] issue with handling of list view priorities in dashboard

dashboard would select the default list view (id=false) instead of the asked/needed one, breaking the application of filters

bzr revid: xmo@openerp.com-20120523083622-e6y0ug0f4nepw8i4

12 years ago[FIX] tools.cache: typo preventing caching when @skiparg!=2
Olivier Dony [Tue, 22 May 2012 16:27:30 +0000 (18:27 +0200)]
[FIX] tools.cache: typo preventing caching when @skiparg!=2

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

bzr revid: odo@openerp.com-20120522162730-k9514eosjo8w0r1i

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 20 May 2012 05:12:27 +0000 (05:12 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120517060733-irte5hr1zinzs9dm
bzr revid: launchpad_translations_on_behalf_of_openerp-20120518050752-c541ssob6tv03ror
bzr revid: launchpad_translations_on_behalf_of_openerp-20120519055739-l40pybcuopc8g4oy
bzr revid: launchpad_translations_on_behalf_of_openerp-20120520051227-e053w8talp2e3sea

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 19 May 2012 05:57:46 +0000 (05:57 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120519055722-0hi7qegprrfoq62g
bzr revid: launchpad_translations_on_behalf_of_openerp-20120519055746-39chgoaf0iqhh271

12 years ago[FIX] correctly save group_by context key when saving a search to a dashboard
Xavier Morel [Fri, 18 May 2012 09:44:43 +0000 (11:44 +0200)]
[FIX] correctly save group_by context key when saving a search to a dashboard

bzr revid: xmo@openerp.com-20120518094443-boszrcvibitbrozf

12 years ago[FIX] priorities when selecting view modes in dashboard
Xavier Morel [Fri, 18 May 2012 08:51:05 +0000 (10:51 +0200)]
[FIX] priorities when selecting view modes in dashboard

In the case of ``list`` view mode, code would fail to use provided
``views`` array (and therefore lose the view id), overriding it with
``[false, 'list']`` instead.

Original issue seemed to be that the dashboard's ``view_mode`` may
contain view names which are not in the original action's ``views``
array (?) in which case the _.find call returns ``undefined`` and then
blows up.

This was fixed by pre-checking the dashboard's view mode against the
action's view_mode, which is:

1. Wrong, as the action's view_mode will always contain ``tree`` never
   ``list``
2. Weird, why not fallback *instead of returning ``undefined``*?

So that's what was changed: instead of returning ``undefined`` the
mapping function now returns a default ``[false, mode]`` pair.

bzr revid: xmo@openerp.com-20120518085105-job3luim44ih6nps

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 17 May 2012 06:07:50 +0000 (06:07 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120517060750-snh5v1tjb0q83uv4

12 years ago[FIX] context and domain of an action being added to a dashboard
Xavier Morel [Wed, 16 May 2012 15:33:09 +0000 (17:33 +0200)]
[FIX] context and domain of an action being added to a dashboard

* The action's context and domain are needed because they are
  explicitly ignored by those codepaths when the action is ultimately
  executed in the dashboard, and their data are needed: such flags as
  group_by_no_leaf may be set in the action's context, or things like
  the leads/opportunities filters which need to remain in the
  dashboard view.

* On the other hand, some keys in the action's context may be
  detrimental to the correct behavior of the action in the dashboard,
  one such key (group) is the search_default_*: these default values
  for the search view may have been unset by the user before adding to
  the dashboard, we must not add them back. And since the dashboard
  will instantiate a full action/view manager for each action there
  will be (empty) search views which will try to make use of those
  defaults.

As a result, add the action's context and domain to those of the
research while *creating* the dashboard action/section, *but* filter
out search_default_* context keys while doing so.

If new problematic context keys are discovered, they should be added
to the filter.

bzr revid: xmo@openerp.com-20120516153309-3eq957p1pbj99fun

12 years ago[FIX] when dialog is resized, the content pane should reflect the new height too
Fabien Meghazi [Wed, 16 May 2012 14:53:54 +0000 (16:53 +0200)]
[FIX] when dialog is resized, the content pane should reflect the new height too

bzr revid: fme@openerp.com-20120516145354-lj6tr06ktatirh0b

12 years ago[FIX] Set name when uploading an image is broken on 6.1
Fabien Meghazi [Wed, 16 May 2012 14:42:16 +0000 (16:42 +0200)]
[FIX] Set name when uploading an image is broken on 6.1

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

bzr revid: fme@openerp.com-20120516144216-vkcb8nasefh2e3qb

12 years ago[MERGE] fix for form field translation dialog's button label translations
Xavier Morel [Wed, 16 May 2012 14:36:30 +0000 (16:36 +0200)]
[MERGE] fix for form field translation dialog's button label translations

bzr revid: xmo@openerp.com-20120516143630-3qat2hnz278upm5m

12 years ago[MERGE] missing translation mark in import error dialogs
Xavier Morel [Wed, 16 May 2012 14:36:07 +0000 (16:36 +0200)]
[MERGE] missing translation mark in import error dialogs

bzr revid: xmo@openerp.com-20120516143607-ee74bm6d57bi5ifm

12 years ago[FIX] Problems with statusbar widget under IE8
Fabien Meghazi [Wed, 16 May 2012 14:15:24 +0000 (16:15 +0200)]
[FIX] Problems with statusbar widget under IE8

bzr revid: fme@openerp.com-20120516141524-1cbrdd153h2cdukw

12 years ago[FIX]Refixed the translation issue in import.
msh-openerp [Wed, 16 May 2012 12:09:46 +0000 (17:39 +0530)]
[FIX]Refixed the translation issue in import.

bzr revid: msh@tinyerp.com-20120516120946-bxroqa9tiwhqxbpo

12 years ago[FIX] Change method name for restrict to add new buttons in dialog.
cpa-openerp [Wed, 16 May 2012 05:52:37 +0000 (11:22 +0530)]
[FIX] Change method name for restrict to add new buttons in dialog.

bzr revid: cpa@tinyerp.com-20120516055237-hidjg70f0wz0n4a3

12 years ago[FIX] Fix multiple clicks on datetime picker icon causes picker to stay overlay forever.
Fabien Meghazi [Tue, 15 May 2012 13:22:34 +0000 (15:22 +0200)]
[FIX] Fix multiple clicks on datetime picker icon causes picker to stay overlay forever.

Fixed datetimepicker addon not forwarding 'widget' option to original datepicker

bzr revid: fme@openerp.com-20120515132234-s1axk1b3a1211yh1

12 years ago[MERGE] fix to classes set on editable list rows: oe_forms was not set in case of...
Xavier Morel [Tue, 15 May 2012 11:11:47 +0000 (13:11 +0200)]
[MERGE] fix to classes set on editable list rows: oe_forms was not set in case of row being replaced

bzr revid: xmo@openerp.com-20120515111147-4kbpy3rwtrqmly06

12 years ago[FIX] restriction on database names during backup import
Xavier Morel [Tue, 15 May 2012 10:45:20 +0000 (12:45 +0200)]
[FIX] restriction on database names during backup import

bzr revid: xmo@openerp.com-20120515104520-dkv5u03k3zqgez6r

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 14 May 2012 05:24:50 +0000 (05:24 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120428052227-5dmfkjv2hj8j7na6
bzr revid: launchpad_translations_on_behalf_of_openerp-20120504052028-4q19oprnvfl3ehew
bzr revid: launchpad_translations_on_behalf_of_openerp-20120505054946-mzhtk59eacthytcs
bzr revid: launchpad_translations_on_behalf_of_openerp-20120508055307-9k654jqano2fr6ep
bzr revid: launchpad_translations_on_behalf_of_openerp-20120514052450-ix4po3ouhj5yn5yn

12 years ago[FIX] Fixed editable list view wrong class assignment.
Jacques-Etienne Baudoux [Fri, 11 May 2012 11:15:27 +0000 (16:45 +0530)]
[FIX] Fixed editable list view wrong class assignment.

bzr revid: cpa@tinyerp.com-20120511111527-4iz76pe2x815nd9n

12 years ago[FIX] Translation missing on translation form button.
cpa-openerp [Tue, 8 May 2012 11:19:15 +0000 (16:49 +0530)]
[FIX] Translation missing on translation form button.

bzr revid: cpa@tinyerp.com-20120508111915-39f9xytufedlmg55

12 years ago[FIX] reverted __openerp__.py: the commented line was already commented before so...
olt@tinyerp.com [Tue, 8 May 2012 09:56:32 +0000 (11:56 +0200)]
[FIX] reverted __openerp__.py: the commented line was already commented before so it was wrongly uncommented

bzr revid: olt@tinyerp.com-20120508095632-bkmmw5rerw9uifs4

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 8 May 2012 05:53:04 +0000 (05:53 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120508055304-p00v3e70amgs1mqn

12 years ago[MERGE]
Najlaâ [Mon, 7 May 2012 15:16:21 +0000 (17:16 +0200)]
[MERGE]

bzr revid: nel@tinyerp.com-20120507151621-1onen7o3mg7bfkf3

12 years ago[FIX] account: fixed starting details of bank statement
Najlaâ [Mon, 7 May 2012 12:23:49 +0000 (14:23 +0200)]
[FIX] account: fixed starting details of bank statement

bzr revid: nel@tinyerp.com-20120507122349-795ygrwqm1uuvpwm

12 years agoremove comment for openerp file
Najlaâ [Mon, 7 May 2012 11:53:11 +0000 (13:53 +0200)]
remove comment for openerp file

bzr revid: nel@tinyerp.com-20120507115311-6eal7ta2qcps97xl

12 years ago[FIX] account: fixed starting details of bank statement
Najlaâ [Mon, 7 May 2012 11:50:51 +0000 (13:50 +0200)]
[FIX] account: fixed starting details of bank statement

bzr revid: nel@tinyerp.com-20120507115051-cqz3mxi1trbmcuvr

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 7 May 2012 05:14:14 +0000 (05:14 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120506051325-35j8xozd3s35on8p
bzr revid: launchpad_translations_on_behalf_of_openerp-20120507051414-0znmcquoxrixdlqr

12 years ago[MERGE] 6.1-opw-573508-ado point_of_sale multiple rows for categories
Antony Lesuisse [Sat, 5 May 2012 16:09:02 +0000 (18:09 +0200)]
[MERGE] 6.1-opw-573508-ado point_of_sale multiple rows for categories

bzr revid: al@openerp.com-20120505160902-emz53ifxvkqdw2mo

12 years ago[FIX] point_of_sale typo only load pos enabled products
Antony Lesuisse [Sat, 5 May 2012 15:58:02 +0000 (17:58 +0200)]
[FIX] point_of_sale typo only load pos enabled products

bzr revid: al@openerp.com-20120505155802-cn11yaxf3hzo4grd

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 5 May 2012 05:49:41 +0000 (05:49 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120505054941-tct70ry82zbb2v8m

12 years ago[FIX] stock: fix partial picking testing on non-existant 'new' stock.move state
Xavier ALT [Fri, 4 May 2012 17:47:54 +0000 (19:47 +0200)]
[FIX] stock: fix partial picking testing on non-existant 'new' stock.move state

bzr revid: xal@openerp.com-20120504174754-6xd07ph11r69cgxg

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 4 May 2012 05:20:23 +0000 (05:20 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120501060320-9o6qbf3s0hv0hu03
bzr revid: launchpad_translations_on_behalf_of_openerp-20120502055758-9nvx0tz05mism33q
bzr revid: launchpad_translations_on_behalf_of_openerp-20120503055938-u6uqlhybmw3ruhz2
bzr revid: launchpad_translations_on_behalf_of_openerp-20120504052023-pjdfxtp54iwo0a92

12 years ago[FIX] Categories are covered by the product icons when categories are more than one raw
ado [Thu, 3 May 2012 13:58:24 +0000 (19:28 +0530)]
[FIX] Categories are covered by the product icons when categories are more than one raw

bzr revid: ado@tinyerp.com-20120503135824-fhbl5986i3383ub4

12 years ago[MERGE] OPW 573086: win32: also package vs2008 runtime under win32 so that service...
Xavier ALT [Mon, 30 Apr 2012 17:24:37 +0000 (19:24 +0200)]
[MERGE] OPW 573086:  win32: also package vs2008 runtime under win32 so that service start correctly

bzr revid: xal@openerp.com-20120430172437-1bzz5gc2892yeqmk

12 years ago[MERGE] OPW 572907: account: account.financial.report balance should respect report...
Xavier ALT [Mon, 30 Apr 2012 17:11:34 +0000 (19:11 +0200)]
[MERGE] OPW 572907: account: account.financial.report balance should respect report sign

bzr revid: xal@openerp.com-20120430171134-gisg5287nce48jvd

12 years ago[FIX] account,sale,purchase: translations were not enabled for mail notifications
Olivier Dony [Mon, 30 Apr 2012 14:35:27 +0000 (16:35 +0200)]
[FIX] account,sale,purchase: translations were not enabled for mail notifications

bzr revid: odo@openerp.com-20120430143527-ly9g4q33p7ib2jk2

12 years ago[FIX] account,sale,purchase: avoid white text in email notifications due to broken...
Olivier Dony [Mon, 30 Apr 2012 13:21:03 +0000 (15:21 +0200)]
[FIX] account,sale,purchase: avoid white text in email notifications due to broken mail clients

Some strange mail client implementations seem to
selectively strip the background-color CSS in emails,
making a white-on-black button become white-on-white
invisible text. Replaced #FFF with #DDD in order
to more gracefully degrade in those cases.
Reproduced with Lotus Notes 8.

bzr revid: odo@openerp.com-20120430132103-ei61f9m9irpmh2ys

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 30 Apr 2012 05:20:22 +0000 (05:20 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120428052103-eibf13a6o0n880vm
bzr revid: launchpad_translations_on_behalf_of_openerp-20120429052427-2hz6s7ui2cqvbrm7
bzr revid: launchpad_translations_on_behalf_of_openerp-20120430052022-2teyps5rkw9x4fb3

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 30 Apr 2012 05:19:48 +0000 (05:19 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120424052749-cg6qyaq2frqz6tqx
bzr revid: launchpad_translations_on_behalf_of_openerp-20120425052357-x2gsfgo3elwfwabl
bzr revid: launchpad_translations_on_behalf_of_openerp-20120426051836-6ah19i1tufph0l1z
bzr revid: launchpad_translations_on_behalf_of_openerp-20120428052017-riaf7qcz3jnh3bx2
bzr revid: launchpad_translations_on_behalf_of_openerp-20120429052352-ytlsw6nckl0zynsn
bzr revid: launchpad_translations_on_behalf_of_openerp-20120430051948-qy2y8xl2wzofp0ti

12 years ago[FIX] mail.thread: fix SMTP headers when forwarding messages
Olivier Dony [Fri, 27 Apr 2012 14:04:27 +0000 (16:04 +0200)]
[FIX] mail.thread: fix SMTP headers when forwarding messages

mail.message.Message has case-insensitive behavior
for headers, but setting the header value *adds* a
new header even if the same header already exists.
This caused multiple issues when forwarding, because
the forwarded mail kept the original To: header.
Also changed the code to use capitalized header
names at all times, just for consistency.
Also removed unused variable ``mail_message``.

bzr revid: odo@openerp.com-20120427140427-3qfctfqzrsexgkac

12 years ago[MERGE] OPW 573134: wiki: fix 'wikijs' support of syntax: h1, h2, h3, img, attach
Xavier ALT [Fri, 27 Apr 2012 11:59:24 +0000 (13:59 +0200)]
[MERGE] OPW 573134: wiki: fix 'wikijs' support of syntax: h1, h2, h3, img, attach

bzr revid: xal@openerp.com-20120427115924-vswbm3at6ke412g5

12 years ago[MERGE] share: fix error on user creation, missing 'company_ids' raising constraint...
Xavier ALT [Fri, 27 Apr 2012 11:30:54 +0000 (13:30 +0200)]
[MERGE] share: fix error on user creation, missing 'company_ids' raising constraint ValidationError

bzr revid: xal@openerp.com-20120427113054-sjbyx3vbwsk8d3sh

12 years ago[FIX] wiki: fix external image link
Xavier ALT [Fri, 27 Apr 2012 10:53:27 +0000 (12:53 +0200)]
[FIX] wiki: fix external image link

bzr revid: xal@openerp.com-20120427105327-sj7pqq4qs73i8kvl

12 years ago[FIX] share: fix error on user creation, missing 'company_ids' raising constraint...
Xavier ALT [Fri, 27 Apr 2012 08:30:59 +0000 (10:30 +0200)]
[FIX] share: fix error on user creation, missing 'company_ids' raising constraint ValidationError

bzr revid: xal@openerp.com-20120427083059-bziyfqba9la31sx8

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 27 Apr 2012 05:09:17 +0000 (05:09 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120427050917-6z60zl2hlavd7u07

12 years ago[FIX] base.css: make sure read-only char field contents is always visible
Olivier Dony [Thu, 26 Apr 2012 16:11:33 +0000 (18:11 +0200)]
[FIX] base.css: make sure read-only char field contents is always visible

min-height seems the original intention of the
CSS, while height is too restrictive and hides
parts of the field value when it is very long
(and switching to edit mode is not always an
option, e.g. for read-only records like emails)

bzr revid: odo@openerp.com-20120426161133-glgkx7h6hdyyxw24

12 years ago[IMP]add dataset's context and domain to dashboard.
Vidhin Mehta (OpenERP) [Thu, 26 Apr 2012 13:47:01 +0000 (19:17 +0530)]
[IMP]add dataset's context and domain to dashboard.

bzr revid: vme@tinyerp.com-20120426134701-brosbul0iowo4frb

12 years ago[FIX] win32: also package vs2008 runtime under win32 so that service start correctly
Xavier ALT [Thu, 26 Apr 2012 09:29:46 +0000 (11:29 +0200)]
[FIX] win32: also package vs2008 runtime under win32 so that service start correctly

bzr revid: xal@openerp.com-20120426092946-h3lfhojl608xf62z

12 years ago[MERGE] OPW 573248: crm: do not round localized user value as this will display NaN...
Xavier ALT [Thu, 26 Apr 2012 08:19:42 +0000 (10:19 +0200)]
[MERGE] OPW 573248: crm: do not round localized user value as this will display NaN of kanban view (ex: decimal separator <> '.')

bzr revid: xal@openerp.com-20120426081942-2f3e4sxaoqkvdi8r

12 years ago[MERGE] project_gtd: fix UnicodeDecodeError on GTD Task search view when user languag...
Xavier ALT [Thu, 26 Apr 2012 08:07:03 +0000 (10:07 +0200)]
[MERGE] project_gtd: fix UnicodeDecodeError on GTD Task search view when user language is different than English

bzr revid: xal@openerp.com-20120426080703-ldsxdq0h4769rk8w

12 years ago[MERGE] server action: fix missing active_model in context when calling server action...
Xavier ALT [Thu, 26 Apr 2012 08:03:00 +0000 (10:03 +0200)]
[MERGE] server action: fix missing active_model in context when calling server action run()

bzr revid: xal@openerp.com-20120426080300-ufex83412qnuzfwe

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 26 Apr 2012 05:18:54 +0000 (05:18 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120426051854-t1fksm45exys6mmj

12 years ago[MERGE] some fixes in constraints in account_coda
Quentin (OpenERP) [Wed, 25 Apr 2012 21:42:11 +0000 (23:42 +0200)]
[MERGE] some fixes in constraints in account_coda

bzr revid: qdp-launchpad@openerp.com-20120425214211-k8pnk6m37v9atpkb

12 years ago[FIX] honor homepage, dirty hack to avoid -u board on production databases
Antony Lesuisse [Wed, 25 Apr 2012 21:19:12 +0000 (23:19 +0200)]
[FIX] honor homepage, dirty hack to avoid -u board on production databases

bzr revid: al@openerp.com-20120425211912-ifm29hto7d7vdyle

12 years ago[MERGE] crm.lead: bugfixes for saleman allocation and convert to opportunity
Olivier Dony [Wed, 25 Apr 2012 17:54:06 +0000 (19:54 +0200)]
[MERGE] crm.lead: bugfixes for saleman allocation and convert to opportunity

bzr revid: odo@openerp.com-20120425175406-v5mydqtdudzo7orr

12 years ago[FIX] crm.lead: convert to opportunity must open case too
Olivier Dony [Wed, 25 Apr 2012 17:52:25 +0000 (19:52 +0200)]
[FIX] crm.lead: convert to opportunity must open case too

bzr revid: odo@openerp.com-20120425175225-hjlf834t9gc4hfeh

12 years ago[FIX] crm.lead: salesman allocation should loop through given users
Olivier Dony [Wed, 25 Apr 2012 17:48:05 +0000 (19:48 +0200)]
[FIX] crm.lead: salesman allocation should loop through given users

bzr revid: odo@openerp.com-20120425174805-4offt36tyazfhxkr

12 years ago[FIX] project_gtd: decode original search view as 'utf8' otherwise an UnicodeDecodeEr...
Xavier ALT [Wed, 25 Apr 2012 16:30:14 +0000 (18:30 +0200)]
[FIX] project_gtd: decode original search view as 'utf8' otherwise an UnicodeDecodeError can be raised (ex: accentuated chars)

bzr revid: xal@openerp.com-20120425163014-gmfsct8vhgu4bqvl

12 years ago[FIX] account_coda: errors in constraints
Quentin (OpenERP) [Wed, 25 Apr 2012 16:11:09 +0000 (18:11 +0200)]
[FIX] account_coda: errors in constraints

bzr revid: qdp-launchpad@openerp.com-20120425161109-8738t6u3w5i9lukt

12 years ago[MERGE] crm: multiple bugfixes for mass-conversion wizards
Olivier Dony [Wed, 25 Apr 2012 15:47:53 +0000 (17:47 +0200)]
[MERGE] crm: multiple bugfixes for mass-conversion wizards

bzr revid: odo@openerp.com-20120425154753-cw5inud6jgenusy0

12 years ago[FIX] crm: unify partner conversion wizards and make sure they work for batch mode
Olivier Dony [Wed, 25 Apr 2012 08:56:59 +0000 (10:56 +0200)]
[FIX] crm: unify partner conversion wizards and make sure they work for batch mode

bzr revid: odo@openerp.com-20120425085659-0h14fymyh2km3pgf

12 years ago[FIX] added missing certificate number
olt@tinyerp.com [Wed, 25 Apr 2012 08:31:05 +0000 (10:31 +0200)]
[FIX] added missing certificate number

bzr revid: olt@tinyerp.com-20120425083105-nx239h2t5hb8m4fy

12 years ago[FIX] raise clear except_osv instead of traceback
olt@tinyerp.com [Wed, 25 Apr 2012 07:26:17 +0000 (09:26 +0200)]
[FIX] raise clear except_osv instead of traceback

bzr revid: olt@tinyerp.com-20120425072617-1mw3kep9fa5813ib

12 years ago[FIX] stock: check if currency on product or picking exists
Najlaâ [Wed, 25 Apr 2012 07:20:05 +0000 (09:20 +0200)]
[FIX] stock: check if currency on product or picking exists

bzr revid: nel@tinyerp.com-20120425072005-8dw7gqcmwp0jz3zb

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 25 Apr 2012 05:24:52 +0000 (05:24 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120425052452-y2czu7i4v3j8zewa

12 years ago[FIX] crm: mass convert opportunity - fix partner conversion + salesman assign
Olivier Dony [Tue, 24 Apr 2012 16:49:39 +0000 (18:49 +0200)]
[FIX] crm: mass convert opportunity - fix partner conversion + salesman assign

Low-risk hacky fix suitable for stable branch

bzr revid: odo@openerp.com-20120424164939-232fvm574feq6y8b

12 years ago[FIX] crm: mass convert to opportunities - fix merge mode, fix view
Olivier Dony [Tue, 24 Apr 2012 15:55:40 +0000 (17:55 +0200)]
[FIX] crm: mass convert to opportunities - fix merge mode, fix view

bzr revid: odo@openerp.com-20120424155540-33wkn2u0syvl4d1j

12 years ago[FIX] stock: small important fix
Najlaâ [Tue, 24 Apr 2012 15:30:46 +0000 (17:30 +0200)]
[FIX] stock: small important fix

bzr revid: nel@tinyerp.com-20120424153046-sofwk2l38a9x22o7

12 years ago[FIX] stock: check if the move exists to avoid the key error
Najlaâ [Tue, 24 Apr 2012 15:19:04 +0000 (17:19 +0200)]
[FIX] stock: check if the move exists to avoid the key error

bzr revid: nel@tinyerp.com-20120424151904-9i6y2hus5v21asg3

12 years ago[FIX] l10n_multilang should be certified since it's a dependancy for a certified...
olt@tinyerp.com [Tue, 24 Apr 2012 11:46:04 +0000 (13:46 +0200)]
[FIX] l10n_multilang should be certified since it's a dependancy for a certified module (l10n_ch)

bzr revid: olt@tinyerp.com-20120424114604-yebjt2cg7m7fqspa

12 years ago[FIX]Fixed the issue of FieldStatus widget which is not shown properly in IE8 as...
msh-openerp [Tue, 24 Apr 2012 10:03:55 +0000 (15:33 +0530)]
[FIX]Fixed the issue of FieldStatus widget which is not shown properly in IE8 as IE8 doesn't support rgba format, so just used transparent instead of rgba(0,0,0,0) for transparency.

bzr revid: msh@tinyerp.com-20120424100355-yhlaym1lrj42jg8g

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 24 Apr 2012 05:28:30 +0000 (05:28 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120424052830-y7n9y1bujlx0mwpu

12 years ago[FIX] home action
Antony Lesuisse [Mon, 23 Apr 2012 22:35:12 +0000 (00:35 +0200)]
[FIX] home action

bzr revid: al@openerp.com-20120423223512-m50tckuyywpa8y1b

12 years ago[FIX] honor homeaction
Antony Lesuisse [Mon, 23 Apr 2012 22:26:54 +0000 (00:26 +0200)]
[FIX] honor homeaction

bzr revid: al@openerp.com-20120423222654-jptmusgokeu9bdz7

12 years ago[FIX] portal: moved the prepare_user_data on wizard rather than on the user
Quentin (OpenERP) [Mon, 23 Apr 2012 17:36:19 +0000 (19:36 +0200)]
[FIX] portal: moved the prepare_user_data on wizard rather than on the user

bzr revid: qdp-launchpad@openerp.com-20120423173619-6si33ksu1bnlj1i3

12 years ago[REF] l10n_be: added some comments
Quentin (OpenERP) [Mon, 23 Apr 2012 16:45:21 +0000 (18:45 +0200)]
[REF] l10n_be: added some comments

bzr revid: qdp-launchpad@openerp.com-20120423164521-bh83rjzgas2qwvoa

12 years ago[IMP] portal: improved inheritancy when creating a new portal user
Quentin (OpenERP) [Mon, 23 Apr 2012 16:43:31 +0000 (18:43 +0200)]
[IMP] portal: improved inheritancy when creating a new portal user

bzr revid: qdp-launchpad@openerp.com-20120423164331-2d37425zb2gdk75w

12 years ago[FIX] config: log-handler option was not working if defined in config file
Olivier Dony [Mon, 23 Apr 2012 12:24:07 +0000 (14:24 +0200)]
[FIX] config: log-handler option was not working if defined in config file

It is now possible to define the log-handler in the config
file. It should be done in the same manner as the addons_path,
i.e. a comma-separated list of strings.
There is no need to pass the default :INFO handler, as this
will be automatically added by the system.
As an example, you can have:
log_handler = werkzeug:CRITICAL,openerp.netsvc.rpc.response:DEBUG

bzr revid: odo@openerp.com-20120423122407-aexnby6166wjv34h

12 years ago[FIX] server action call: fix missed change in fetchmail, pep8 fixes
Xavier ALT [Mon, 23 Apr 2012 08:14:07 +0000 (10:14 +0200)]
[FIX] server action call: fix missed change in fetchmail, pep8 fixes

bzr revid: xal@openerp.com-20120423081407-5ikteaw9cpw1gnq1

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 23 Apr 2012 05:29:34 +0000 (05:29 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120418091304-8tvgxnsx35rcfeaw
bzr revid: launchpad_translations_on_behalf_of_openerp-20120419050411-w2cdazf9eimtw5p3
bzr revid: launchpad_translations_on_behalf_of_openerp-20120420053137-8pgdf9lm3kbk8vgx
bzr revid: launchpad_translations_on_behalf_of_openerp-20120421052932-3m032jo2iwpxth8w
bzr revid: launchpad_translations_on_behalf_of_openerp-20120422051615-rjnx0lcjmnc70ksl
bzr revid: launchpad_translations_on_behalf_of_openerp-20120423052934-ucuhmrcve27lvwv2

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 22 Apr 2012 05:15:46 +0000 (05:15 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120411050034-ygkxexb1ma0zg1rl
bzr revid: launchpad_translations_on_behalf_of_openerp-20120413145613-pjnre11a35124jko
bzr revid: launchpad_translations_on_behalf_of_openerp-20120415051302-kod2ymnjcv5lihqg
bzr revid: launchpad_translations_on_behalf_of_openerp-20120416052346-qvf88qjmbuklp3d4
bzr revid: launchpad_translations_on_behalf_of_openerp-20120417053635-v7214wkd76umnc5i
bzr revid: launchpad_translations_on_behalf_of_openerp-20120418091231-j7zdqwpbfwesd5o6
bzr revid: launchpad_translations_on_behalf_of_openerp-20120419050316-dcjazr674hum9j3s
bzr revid: launchpad_translations_on_behalf_of_openerp-20120420053056-xq5eyyblb33l5v3m
bzr revid: launchpad_translations_on_behalf_of_openerp-20120421052857-gprg1celyid0mdyp
bzr revid: launchpad_translations_on_behalf_of_openerp-20120422051546-09k703cby7f8c0dh

12 years ago[MERGE] LP #965326: web: readonly field in a class linked by a many2one doesn't refre...
Xavier ALT [Fri, 20 Apr 2012 12:25:50 +0000 (14:25 +0200)]
[MERGE] LP #965326: web: readonly field in a class linked by a many2one doesn't refresh after clicking on a button

bzr revid: xal@openerp.com-20120420122550-x4b27qzwa6hffrkf

12 years ago[MERGE] web: readonly field in a class linked by a many2one doesn't refresh after...
Xavier ALT [Fri, 20 Apr 2012 11:28:12 +0000 (13:28 +0200)]
[MERGE] web: readonly field in a class linked by a many2one doesn't refresh after clicking on a button (cherrypicked from trunk)

bzr revid: xal@openerp.com-20120420112812-pxxqg9zp61hetv2h

12 years ago[FIX] crm: final choose do display localized value wo/ rounding, so that value is...
Xavier ALT [Fri, 20 Apr 2012 09:24:45 +0000 (11:24 +0200)]
[FIX] crm: final choose do display localized value wo/ rounding, so that value is correct and localized depending on user language

bzr revid: xal@openerp.com-20120420092445-hl7dexdypdn013j7