odoo/odoo.git
11 years agoRemove account types definied in l10n_fr
Alexis de Lattre [Wed, 6 Jun 2012 17:43:59 +0000 (19:43 +0200)]
Remove account types definied in l10n_fr
Now uses account types of the 'account' module
Some small fixes in the chart of account

bzr revid: alexis@via.ecp.fr-20120606174359-evdpqko24ch1mw5s

12 years agoUpdate code field, for to be coherent with others.
Alexis de Lattre [Wed, 16 May 2012 13:09:11 +0000 (15:09 +0200)]
Update code field, for to be coherent with others.

bzr revid: alexis@via.ecp.fr-20120516130911-0yqfl7hfj804mrvk

12 years agoAdd a tax code for "Import VAT 0%" and link it to the corresponding tax
Alexis de Lattre [Mon, 7 May 2012 21:56:52 +0000 (23:56 +0200)]
Add a tax code for "Import VAT 0%" and link it to the corresponding tax
Coherent naming of tax codes

bzr revid: alexis@via.ecp.fr-20120507215652-ff8d3ns9q70g717n

12 years ago[Merge] with latest addons-trunk rev 6777
Alexis de Lattre [Mon, 7 May 2012 18:13:46 +0000 (20:13 +0200)]
[Merge] with latest addons-trunk rev 6777

bzr revid: alexis@via.ecp.fr-20120507181346-6jvgc0u5gi6pnm1w

12 years agoMeaningfull IDs for fiscal positions and tax mappings
Alexis de Lattre [Mon, 7 May 2012 18:07:32 +0000 (20:07 +0200)]
Meaningfull IDs for fiscal positions and tax mappings
Add tax-included taxes for purchases
Add property_reserve_and_surplus_account
Add some usefull information in the description of the module

bzr revid: alexis@via.ecp.fr-20120507180732-nquuaasxq1f39hui

12 years agoCopy the "note" field from fiscal position template to fiscal position.
Alexis de Lattre [Mon, 23 Apr 2012 23:03:30 +0000 (01:03 +0200)]
Copy the "note" field from fiscal position template to fiscal position.

bzr revid: alexis@via.ecp.fr-20120423230330-o7ci9j578r3xxquc

12 years agoFix fiscal position templates
Alexis de Lattre [Mon, 23 Apr 2012 23:03:16 +0000 (01:03 +0200)]
Fix fiscal position templates
Fix tax templates
Add a tax template "TVA 0% import (achat)"
Set sequence to 10 on all tax templates, to make it easier to manually defined taxes that must have a lower sequence (eco-taxes for example)
Update the "Code" field on tax templates to a meaning-full value
End the double definition of the tax templates (was defined in both fr_tax.xml and fr_pcg_taxes.xml ; now only in fr_tax.xml)
Fix typo in tax codes
Remove "classes 8" accounts, which are not official legal accounts
Update module description

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

bzr revid: alexis@via.ecp.fr-20120423230316-ldc2h6j4csmdd4av

12 years agoFix French chart of accounts :
Alexis de Lattre [Wed, 18 Apr 2012 09:17:02 +0000 (11:17 +0200)]
Fix French chart of accounts :
- type of account 44566 changed from 'view' to 'normal'
- the parent of account 445662 is now 4456

bzr revid: alexis@via.ecp.fr-20120418091702-b6ordmleh8clwdi3

12 years agoRemove the '_demo' suffix in filenames... as they don't contain demo data !
Alexis de Lattre [Wed, 18 Apr 2012 09:14:10 +0000 (11:14 +0200)]
Remove the '_demo' suffix in filenames... as they don't contain demo data !

bzr revid: alexis@via.ecp.fr-20120418091410-fkgl2hlf1a6owbzp

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 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

12 years ago[FIX]Fixed the issue of status bar not shown proper in IE8 as IE8 doesn't support...
msh-openerp [Thu, 19 Apr 2012 13:28:26 +0000 (18:58 +0530)]
[FIX]Fixed the issue of status bar not shown proper in IE8 as IE8 doesn't support psuedo class like nth child, IE8 officially supports :first-child but does not work.

bzr revid: msh@tinyerp.com-20120419132826-o2dpohsnbh2yteod

12 years ago[FIX] crm: use raw value of 'planned_revenue' field on opportunity kanban view
Xavier ALT [Wed, 18 Apr 2012 11:42:44 +0000 (13:42 +0200)]
[FIX] crm: use raw value of 'planned_revenue' field on opportunity kanban view

bzr revid: xal@openerp.com-20120418114244-f4ri4cc4363ttsnr

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 18 Apr 2012 09:13:15 +0000 (09:13 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120418091315-jacktmc8jjmtijt0

12 years ago[FIX] crm: on lead kanban do no round planned_revenue value as it's already done
Xavier ALT [Wed, 18 Apr 2012 07:15:05 +0000 (09:15 +0200)]
[FIX] crm: on lead kanban do no round planned_revenue value as it's already done

bzr revid: xal@openerp.com-20120418071505-wh0h6doto8tfvybz

12 years ago[MERGE] report_webkit: handle more gracefull remove of 'lib_path' + fix test in l10n_ch
Xavier ALT [Tue, 17 Apr 2012 14:30:47 +0000 (16:30 +0200)]
[MERGE] report_webkit: handle more gracefull remove of 'lib_path' + fix test in l10n_ch

bzr revid: xal@openerp.com-20120417143047-h2091ueyte1jmem1

12 years ago[FIX] partial_picking was testing move.state for 'new' which is not a valid state...
Niels Huylebroeck [Tue, 17 Apr 2012 13:59:50 +0000 (15:59 +0200)]
[FIX] partial_picking was testing move.state for 'new' which is not a valid state, the correct state is 'draft'

bzr revid: nh@agaplan.eu-20120417135950-7eus9wsq21dvjnft

12 years ago[FIX] Calendar in web client does not display all fields
Fabien Meghazi [Tue, 17 Apr 2012 10:15:17 +0000 (12:15 +0200)]
[FIX] Calendar in web client does not display all fields

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

bzr revid: fme@openerp.com-20120417101517-7xg6oaf8a9lkasy1

12 years ago[FIX] Honor field's @size with html's @maxlength
Fabien Meghazi [Tue, 17 Apr 2012 09:54:14 +0000 (11:54 +0200)]
[FIX] Honor field's @size with html's @maxlength

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

bzr revid: fme@openerp.com-20120417095414-12j26ywn2pnjpd8p

12 years ago[FIX] report_webkit: restore 'lib_path' on model to gracefull handle code referencing...
Xavier ALT [Tue, 17 Apr 2012 08:16:29 +0000 (10:16 +0200)]
[FIX] report_webkit: restore 'lib_path' on model to gracefull handle code referencing it, but hide it in the view

bzr revid: xal@openerp.com-20120417081629-2jeqm8myv34env7g