odoo/odoo.git
12 years ago[FIX] Error while deleting a record when there is only one record in pageview
Amit Dodiya [Thu, 7 Jun 2012 06:52:07 +0000 (12:22 +0530)]
[FIX] Error while deleting a record when there is only one record in pageview

bzr revid: ado@openerp.com-20120607065207-jwu8qlvo9i5c59jo

12 years ago[FIX] Error while deleting a record when there is only one record in pageview
Amit Dodiya [Thu, 7 Jun 2012 06:48:23 +0000 (12:18 +0530)]
[FIX] Error while deleting a record when there is only one record in pageview

bzr revid: ado@openerp.com-20120607064823-wpwvgq3ep7ufiui4

12 years ago[FIX] Error while deleting a record when there is only one record in pageview
Amit Dodiya [Thu, 7 Jun 2012 06:44:31 +0000 (12:14 +0530)]
[FIX] Error while deleting a record when there is only one record in pageview

bzr revid: ado@openerp.com-20120607064431-2r2gbh0hav11ojeg

12 years ago[FIX] Error while deleting a record when there is only one record in pageview
Amit Dodiya [Thu, 7 Jun 2012 06:31:46 +0000 (12:01 +0530)]
[FIX] Error while deleting a record when there is only one record in pageview

bzr revid: ado@openerp.com-20120607063146-h22emjasnj0ararc

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120607051242-r8pa2ag5y48gicq6

12 years ago[MERGE] OPW 574895: fix incorrect matching of column headers when importing CSV files
Olivier Dony [Wed, 6 Jun 2012 17:40:43 +0000 (19:40 +0200)]
[MERGE] OPW 574895: fix incorrect matching of column headers when importing CSV files

- required fields may sometimes be provided by alternative columns,
  and all the alternatives are therefore not required (e.g. for
  a m2o the CSV can provide m2o or m2o/id columns)
- when fields share the same label, precedence when matching
  column headers should be given to the field with the exact
  same name, rather than just the first one encountered

bzr revid: odo@openerp.com-20120606174043-f1nmkad3p17mccyy

12 years ago[FIX] incorrect handling of 'None of the following condition must match' advanced...
Xavier Morel [Wed, 6 Jun 2012 14:37:21 +0000 (16:37 +0200)]
[FIX] incorrect handling of 'None of the following condition must match' advanced search combinator

Introduced during 'simple style fixes' (sic) of rev xmo@openerp.com-20110812094541-zeb5lz6nk0jgq21y

bzr revid: xmo@openerp.com-20120606143721-004xllr8j28sgga9

12 years ago[IMP] performances when opening an m2o "search" without any filtering term
Xavier Morel [Wed, 6 Jun 2012 12:47:17 +0000 (14:47 +0200)]
[IMP] performances when opening an m2o "search" without any filtering term

Don't prefilter via name_search if no data has been entered in the m2o
field, it's going to return all records (not paginated) so it's a
waste of time and resources

bzr revid: xmo@openerp.com-20120606124717-h2p211vbrydazado

12 years ago[FIX] handling of empty domains, context and view_id in action descriptors
Xavier Morel [Wed, 6 Jun 2012 12:35:08 +0000 (14:35 +0200)]
[FIX] handling of empty domains, context and view_id in action descriptors

* Some literal actions (not stored) provide an empty string for
  domains and contexts instead of (respectively) an empty array or an
  empty dict literal inside the string. Treat those case as nothing
  being provided.
* Likewise some literal actions provide nonsensical (but falsy, but
  not False) values for view_id (such as an empty list). Yield a
  ``False`` view_id for all falsy ``view_id`` received (``0`` should
  not be a valid view_id, so ``False`` works)

bzr revid: xmo@openerp.com-20120606123508-ndh3jpzw1nabf98n

12 years ago[FIX] reloading of o2m forms in dialogs (popups) after clicking on a button
Xavier Morel [Wed, 6 Jun 2012 12:32:30 +0000 (14:32 +0200)]
[FIX] reloading of o2m forms in dialogs (popups) after clicking on a button

bzr revid: xmo@openerp.com-20120606123230-bjwrplz1xeekeecg

12 years ago[FIX] handling of get_selection in listview in case of non-selectable lists (e.g...
Xavier Morel [Wed, 6 Jun 2012 12:31:15 +0000 (14:31 +0200)]
[FIX] handling of get_selection in listview in case of non-selectable lists (e.g. editable o2ms?)

OPW 572764

bzr revid: xmo@openerp.com-20120606123115-hilv8huw72di4ovi

12 years ago[FIX] handling of empty lines in CSV file being imported (ignore them)
Xavier Morel [Wed, 6 Jun 2012 10:33:53 +0000 (12:33 +0200)]
[FIX] handling of empty lines in CSV file being imported (ignore them)

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

bzr revid: xmo@openerp.com-20120606103353-k8z51yhp9j1u2irp

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 6 Jun 2012 05:31:11 +0000 (05:31 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120605051802-bospr54h50wirl0p
bzr revid: launchpad_translations_on_behalf_of_openerp-20120606053111-in0n1qxhmy84ofxp

12 years ago[FIX] opw: catch invalid results from opw server
Christophe Simonis [Tue, 5 Jun 2012 15:21:00 +0000 (17:21 +0200)]
[FIX] opw: catch invalid results from opw server

bzr revid: chs@openerp.com-20120605152100-82bjiisvcck07s53

12 years ago[FIX] account_coda: fixed coda import to work with iban bank accounts
Quentin (OpenERP) [Tue, 5 Jun 2012 12:25:17 +0000 (14:25 +0200)]
[FIX] account_coda: fixed coda import to work with iban bank accounts

bzr revid: qdp-launchpad@openerp.com-20120605122517-wm86m0yoo5c0bsfe

12 years ago[REF] account_coda: stripped dummy spaces at end of lines
Quentin (OpenERP) [Tue, 5 Jun 2012 09:41:12 +0000 (11:41 +0200)]
[REF] account_coda: stripped dummy spaces at end of lines

bzr revid: qdp-launchpad@openerp.com-20120605094112-hdhavcwy767tbbxg

12 years ago[FIX] edi: fix Invoice preview template, uos_id field not required so may be missing
Olivier Dony [Tue, 5 Jun 2012 08:57:12 +0000 (10:57 +0200)]
[FIX] edi: fix Invoice preview template, uos_id field not required so may be missing

bzr revid: odo@openerp.com-20120605085712-r08p06gyeqo0i0o0

12 years ago[FIX] Fixed in advance search when search on 'None of the following condition must...
cpa-openerp [Tue, 5 Jun 2012 05:54:15 +0000 (11:24 +0530)]
[FIX] Fixed in advance search when search on 'None of the following condition must match'.

bzr revid: cpa@tinyerp.com-20120605055415-xgczrlyzb1g92exx

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 5 Jun 2012 05:17:57 +0000 (05:17 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120605051658-eplb8pqgus26l24a
bzr revid: launchpad_translations_on_behalf_of_openerp-20120605051757-3r6mwelhve3xheyn

12 years ago[MERGE] OPW 575395: orm: don't defer function fields computation during creation...
Olivier Dony [Mon, 4 Jun 2012 12:50:01 +0000 (14:50 +0200)]
[MERGE] OPW 575395: orm: don't defer function fields computation during creation of parent records (inheritS)

bzr revid: odo@openerp.com-20120604125001-ls1pkxp9as1eyn6i

12 years ago[FIX] OPW 575395: orm: don't defer function field computation during creation of...
Olivier Dony [Mon, 4 Jun 2012 11:45:36 +0000 (13:45 +0200)]
[FIX] OPW 575395: orm: don't defer function field computation during creation of parent records (inheritS)

An optimization in the set() method of o2m fields
disables the direct computation of function fields
in order to avoid computing them line-by-line.
This is done with context key 'no_store_function',
and deferred at the end of the caller write() or
create() method.
This was unfortunately disabling all function fields
in parent model (via _inheritS) at the time of
creation, even though those were *not* batch-computed
at the end.
The patch removes the 'no_store_function' field in
the context that is passed to inheritS parents during
creation, as it was never meant to be passed.

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

bzr revid: odo@openerp.com-20120604114536-4t6ulwl93zalfgr7

12 years ago[MERGE] OPW 575437: account_payment: missing voucher entries when importing payment...
Olivier Dony [Mon, 4 Jun 2012 10:53:09 +0000 (12:53 +0200)]
[MERGE] OPW 575437: account_payment: missing voucher entries when importing payment orders into bank statement

bzr revid: odo@openerp.com-20120604105309-i75i5ecc974joy92

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 4 Jun 2012 05:07:21 +0000 (05:07 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120602061704-xke5evjh397zff0h
bzr revid: launchpad_translations_on_behalf_of_openerp-20120603051811-zhifach8r2outhkv
bzr revid: launchpad_translations_on_behalf_of_openerp-20120604050721-8hpx2buxbijhp23b

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 4 Jun 2012 05:06:47 +0000 (05:06 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120602061617-qmzs41iufsvkxy8t
bzr revid: launchpad_translations_on_behalf_of_openerp-20120603051738-noyzgz2fwnz11ubf
bzr revid: launchpad_translations_on_behalf_of_openerp-20120604050647-n835odfebbygdfwe

12 years ago[MERGE] opw 573692 wordless rml pager
Antony Lesuisse [Fri, 1 Jun 2012 16:05:21 +0000 (18:05 +0200)]
[MERGE] opw 573692 wordless rml pager

bzr revid: al@openerp.com-20120601160521-ptg960rpa7zhrffc

12 years ago[MERGE] opw-573716 translation of avg
Antony Lesuisse [Fri, 1 Jun 2012 15:59:50 +0000 (17:59 +0200)]
[MERGE] opw-573716 translation of avg

bzr revid: al@openerp.com-20120601155950-uh7osm0g9x3h9uf7

12 years ago[MERGE] opw info
Antony Lesuisse [Fri, 1 Jun 2012 15:24:56 +0000 (17:24 +0200)]
[MERGE] opw info

bzr revid: al@openerp.com-20120601152456-lun2g7sf4zx150tp

12 years ago[FIX] publisher warranty missing info
Antony Lesuisse [Fri, 1 Jun 2012 15:24:13 +0000 (17:24 +0200)]
[FIX] publisher warranty missing info

bzr revid: al@openerp.com-20120601152413-xnsb1xtu69w6oli0

12 years ago[IMP] account_payment: add comment why only checking on 'debit' when creating voucher...
Xavier ALT [Fri, 1 Jun 2012 14:49:35 +0000 (16:49 +0200)]
[IMP] account_payment: add comment why only checking on 'debit' when creating voucher from 'import payment line wizard'

bzr revid: xal@openerp.com-20120601144935-zya10gihz0c6w1qn

12 years ago[FIX] account_payment: on payment line import, use 'debit' lines from voucher onchang...
Xavier ALT [Fri, 1 Jun 2012 14:33:28 +0000 (16:33 +0200)]
[FIX] account_payment: on payment line import, use 'debit' lines from voucher onchanger - otherwise created voucher is empty

bzr revid: xal@openerp.com-20120601143328-c1kpk1c2adkzmv0y

12 years ago[MERGE] OPW 575424: mrp: error on analytic entries when workcenter has no product
Olivier Dony [Fri, 1 Jun 2012 14:32:49 +0000 (16:32 +0200)]
[MERGE] OPW 575424: mrp: error on analytic entries when workcenter has no product

bzr revid: odo@openerp.com-20120601143249-xkk2iog1l22kmz82

12 years ago[FIX] crm: missing index on user_id, which is used by ir.rules
Olivier Dony [Fri, 1 Jun 2012 14:17:43 +0000 (16:17 +0200)]
[FIX] crm: missing index on user_id, which is used by ir.rules

bzr revid: odo@openerp.com-20120601141743-zzjp74arnv8gaapx

12 years ago[FIX] mrp: fix cost generation when related mrp.workcenter have no product_id set
Xavier ALT [Fri, 1 Jun 2012 11:35:03 +0000 (13:35 +0200)]
[FIX] mrp: fix cost generation when related mrp.workcenter have no product_id set

bzr revid: xal@openerp.com-20120601113503-47k48712j6tvl23j

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 1 Jun 2012 05:50:36 +0000 (05:50 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120531053105-7j5ugrn1mv3tuead
bzr revid: launchpad_translations_on_behalf_of_openerp-20120601055036-28k3ovty9m7om255

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 1 Jun 2012 05:49:52 +0000 (05:49 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120531053025-ugky2rmbosvxuahx
bzr revid: launchpad_translations_on_behalf_of_openerp-20120601054952-t1woeijdh426ajzb

12 years ago[FIX] web: correct jsonp behavior when len(payload) >= 2000
Christophe Simonis [Thu, 31 May 2012 13:20:20 +0000 (15:20 +0200)]
[FIX] web: correct jsonp behavior when len(payload) >= 2000

bzr revid: chs@openerp.com-20120531132020-ccagkni2dqu6i75u

12 years ago[FIX] stock: Warehouse Manager should have all rights on stock.move
Olivier Dony [Wed, 30 May 2012 13:32:35 +0000 (15:32 +0200)]
[FIX] stock: Warehouse Manager should have all rights on stock.move

bzr revid: odo@openerp.com-20120530133235-2hosof5kynfh7bfw

12 years ago[FIX] web: data import: correctly handle 'required' many2one - user can provided...
Xavier ALT [Wed, 30 May 2012 10:17:15 +0000 (12:17 +0200)]
[FIX] web: data import: correctly handle 'required' many2one - user can provided any of base fieldname or with the '/id'

bzr revid: xal@openerp.com-20120530101715-oe86b3vk6qynp29e

12 years ago[FIX] web: data import: fields matching have to be done first on exactfieldname,...
Xavier ALT [Wed, 30 May 2012 10:16:08 +0000 (12:16 +0200)]
[FIX] web: data import: fields matching have to be done first on exactfieldname, then only on string

bzr revid: xal@openerp.com-20120530101608-8al6jw332oz0v2c0

12 years ago[MERGE] cron: use multi-process signaling + add openerp-cron-worker helper script
Xavier ALT [Wed, 30 May 2012 08:12:58 +0000 (10:12 +0200)]
[MERGE] cron: use multi-process signaling + add openerp-cron-worker helper script

bzr revid: xal@openerp.com-20120530081258-35p658buwgz0d0a7

12 years ago[MERGE] OPW 574830: config: only type check known options
Xavier ALT [Wed, 30 May 2012 06:54:14 +0000 (08:54 +0200)]
[MERGE] OPW 574830: config: only type check known options

bzr revid: xal@openerp.com-20120530065414-8tdv3q7qtymsf824

12 years ago[FIX] config: only type check known options
Xavier ALT [Wed, 30 May 2012 06:42:37 +0000 (08:42 +0200)]
[FIX] config: only type check known options

bzr revid: xal@openerp.com-20120530064237-u97y6h5waetl9nf4

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120530054723-u73d7mek251n89cy
bzr revid: launchpad_translations_on_behalf_of_openerp-20120530054755-2eve4h8rssjlo3f3

12 years ago[MERGE] OPW 574830: config: when assigning new value, ensure that value are correctly...
Xavier ALT [Tue, 29 May 2012 18:37:49 +0000 (20:37 +0200)]
[MERGE] OPW 574830: config: when assigning new value, ensure that value are correctly type checked

bzr revid: xal@openerp.com-20120529183749-qnib8n0euc3jr5cy

12 years ago[MERGE] OPW 574652: hr_expense: add correct decimal precision on 'amount' field
Xavier ALT [Tue, 29 May 2012 18:07:46 +0000 (20:07 +0200)]
[MERGE] OPW 574652: hr_expense: add correct decimal precision on 'amount' field

bzr revid: xal@openerp.com-20120529180746-oqbwm2cufs7med8r

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[FIX] OPW 574218: many2one: do not prefilter records when user click on 'Search More...
Xavier ALT [Fri, 25 May 2012 13:14:16 +0000 (15:14 +0200)]
[FIX] OPW 574218: many2one: do not prefilter records when user click on 'Search More' with empty text

 - Normally when user click on 'Search More' on many2one fields, relation
   object records are prefiltered based on the text user entered in the
   many2one field.
       But if user do not enter any text before click on 'Search More',
   system will call name_search() with an empty search criteria - and
   this could be quite expensive depending on the size of the dataset!.
   (this of name_search() on more that 10.000 products...)

   We now do not prefilter records if search value is empty (standard domain
   filtering still apply).

bzr revid: xal@openerp.com-20120525131416-ie958wu0cihjslgc

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] config: when assigning new value, ensure that value are correctly type checked
Xavier ALT [Wed, 23 May 2012 12:53:54 +0000 (14:53 +0200)]
[FIX] config: when assigning new value, ensure that value are correctly type checked

  This make configmanager stronger about config params values (if we need to enforce
  them as int, float, ...). Helping gunicorn user's to not set wrong value, like:

     conf['cpu_time_limit'] = '180'

  In that case, type checker will gracefully convert it to interger.

bzr revid: xal@openerp.com-20120523125354-jr6lgpecjyqrmaz3

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 ago[FIX] Performed boolean check for context and domain and removed redundant condition...
Ravi Gohil (Open ERP) [Mon, 21 May 2012 09:50:11 +0000 (15:20 +0530)]
[FIX] Performed boolean check for context and domain and removed redundant condition: (Maintenance Case : 574769)

bzr revid: rgo@tinyerp.com-20120521095011-4ji9wf6efbhr4yry

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 ago[FIX] To prevent the leak when domain and context passed blank and view_id is passed...
Ravi Gohil (Open ERP) [Thu, 17 May 2012 10:23:59 +0000 (15:53 +0530)]
[FIX] To prevent the leak when domain and context passed blank and view_id is passed as blank list by the server action : (Maintenance Case : 574769)

bzr revid: rgo@tinyerp.com-20120517102359-7u10pq22ynd3219k

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] hr_expense: when listing expenses in tree view, the 'amount' computed field...
olt@tinyerp.com [Thu, 10 May 2012 13:48:31 +0000 (15:48 +0200)]
[FIX] hr_expense: when listing expenses in tree view, the 'amount' computed field is not respecting the defined decimal precision

bzr revid: olt@tinyerp.com-20120510134831-s2hmnjdrj5ba9ipj

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120509052811-3ckx2dj7axd78bji
bzr revid: launchpad_translations_on_behalf_of_openerp-20120510060201-nf6n71idgy9gc54h
bzr revid: launchpad_translations_on_behalf_of_openerp-20120511060830-1298rgygadkgplz6
bzr revid: launchpad_translations_on_behalf_of_openerp-20120512062332-haemn1tjp51sah9g
bzr revid: launchpad_translations_on_behalf_of_openerp-20120513050406-1v3gqhdahmmsdrid
bzr revid: launchpad_translations_on_behalf_of_openerp-20120514052445-kbgm3wninmx2d2ce
bzr revid: launchpad_translations_on_behalf_of_openerp-20120515052656-hjqg6rq32robbe9t
bzr revid: launchpad_translations_on_behalf_of_openerp-20120516053432-tkga9q03j2wp5vdo

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120501060302-jxcj5yff1cfdw06d
bzr revid: launchpad_translations_on_behalf_of_openerp-20120502055741-yvt0ri3iekp4t651
bzr revid: launchpad_translations_on_behalf_of_openerp-20120503055910-f6afxbvyix09ky3s
bzr revid: launchpad_translations_on_behalf_of_openerp-20120504051932-h9prpwvbnqvs72ar
bzr revid: launchpad_translations_on_behalf_of_openerp-20120505054846-ffb3h8v5mbozl7e9
bzr revid: launchpad_translations_on_behalf_of_openerp-20120506051313-soi5phjhx8qb4of5
bzr revid: launchpad_translations_on_behalf_of_openerp-20120508055217-krfz4aknh8p89zlp
bzr revid: launchpad_translations_on_behalf_of_openerp-20120509052731-89to1nxugl6yfy8v
bzr revid: launchpad_translations_on_behalf_of_openerp-20120510060054-aufb8tj0c8xwxl15
bzr revid: launchpad_translations_on_behalf_of_openerp-20120511060758-fk7cjzs83nl2nrba
bzr revid: launchpad_translations_on_behalf_of_openerp-20120512062315-1gw91ooqiiw3uvx5
bzr revid: launchpad_translations_on_behalf_of_openerp-20120513050328-8jsyvuuyt2e7k03c
bzr revid: launchpad_translations_on_behalf_of_openerp-20120515052624-fifcpcsrmyd3czl7
bzr revid: launchpad_translations_on_behalf_of_openerp-20120516053349-on2229wz25da4pr3

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