odoo/odoo.git
12 years ago[IMP] stock: Improved code quality for precision and improved name for return moves...
pso (OpenERP) [Fri, 8 Jun 2012 13:19:01 +0000 (18:49 +0530)]
[IMP] stock: Improved code quality for precision and improved name for return moves(case:575526)

bzr revid: pso@tinyerp.com-20120608131901-3q63jkmv9x4xl1uc

12 years ago[IMP] stock: Raised warning message if return qty > available qty and improved return...
pso (OpenERP) [Fri, 8 Jun 2012 06:59:20 +0000 (12:29 +0530)]
[IMP] stock: Raised warning message if return qty > available qty and improved return picking name(case:575526)

bzr revid: pso@tinyerp.com-20120608065920-wcdlphqj3rwxsaea

12 years ago[FIX] stock: Added condition to check locations for removing warning message coming...
Xavier ALT [Thu, 7 Jun 2012 13:02:36 +0000 (18:32 +0530)]
[FIX] stock: Added condition to check locations for removing warning message coming on returning outgoing moves(case:575526)

bzr revid: pso@tinyerp.com-20120607130236-5jn4bmiv7t7ul1ne

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120606053108-x08p469b10zhf4px
bzr revid: launchpad_translations_on_behalf_of_openerp-20120607051230-69g4lipyo5n9ywez
bzr revid: launchpad_translations_on_behalf_of_openerp-20120608051607-jkzh683v40hae4vf
bzr revid: launchpad_translations_on_behalf_of_openerp-20120609062027-r2caobbpxwjpm6q2
bzr revid: launchpad_translations_on_behalf_of_openerp-20120610045624-mdizos4m57iuvdhf
bzr revid: launchpad_translations_on_behalf_of_openerp-20120611051303-zae4l2i7icagbwu6
bzr revid: launchpad_translations_on_behalf_of_openerp-20120612053814-p5i3x7if446sjimc
bzr revid: launchpad_translations_on_behalf_of_openerp-20120612053818-169dpckzekdxr1o7

12 years ago[FIX] In form view, <image> tag is not a binary image but an <img>
Fabien Meghazi [Mon, 11 Jun 2012 15:17:04 +0000 (17:17 +0200)]
[FIX] In form view, <image> tag is not a binary image but an <img>

bzr revid: fme@openerp.com-20120611151704-u2krxz14wvmvqura

12 years ago[FIX] Fixed http header Content-Disposition for non-ascii filenames
Fabien Meghazi [Mon, 11 Jun 2012 13:18:22 +0000 (15:18 +0200)]
[FIX] Fixed http header Content-Disposition for non-ascii filenames

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

bzr revid: fme@openerp.com-20120611131822-rr5m8qzr68ujjoda

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 10 Jun 2012 04:56:31 +0000 (04:56 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120610045631-0e8vs10g6yusa3s6

12 years ago[FIX] read_group: remove prohibitive n^2 operations, could freeze the server on large...
Olivier Dony [Sat, 9 Jun 2012 01:05:49 +0000 (03:05 +0200)]
[FIX] read_group: remove prohibitive n^2 operations, could freeze the server on large group_by results

This patch replaces two O(n^2) operations, one
filter and one sort, with O(n) or better operations.
It takes slightly more memory due to the use of
one extra data copy, but takes virtually no time
to process even with 600k result lines, whereas
the previous code would just freeze the server
for a long time.

bzr revid: odo@openerp.com-20120609010549-xdktw6xte7fmxjbq

12 years ago[FIX] export_data: avoid access error while auto-generating external IDs during export
Olivier Dony [Fri, 8 Jun 2012 21:30:18 +0000 (23:30 +0200)]
[FIX] export_data: avoid access error while auto-generating external IDs during export

bzr revid: odo@openerp.com-20120608213018-9oe5wvtn8egp30zm

12 years ago[FIX] creation of action ir_values
Xavier Morel [Fri, 8 Jun 2012 09:28:30 +0000 (11:28 +0200)]
[FIX] creation of action ir_values

bzr revid: xmo@openerp.com-20120608092830-8bm4hrssikgyfhsa

12 years ago[FIX] mis-handling of url actions in sidebar
Xavier Morel [Fri, 8 Jun 2012 09:06:19 +0000 (11:06 +0200)]
[FIX] mis-handling of url actions in sidebar

bzr revid: xmo@openerp.com-20120608090619-494wipr0pfekq6ex

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120606053039-a4juyl2r3spflgxr
bzr revid: launchpad_translations_on_behalf_of_openerp-20120607051141-x5vxg958wo48mr5b
bzr revid: launchpad_translations_on_behalf_of_openerp-20120608051529-d5rbbmihnra3sz05
bzr revid: launchpad_translations_on_behalf_of_openerp-20120608051613-be9s789ejsqjffow

12 years agofixed bug with ir.actions.url
niv-openerp [Thu, 7 Jun 2012 14:08:22 +0000 (16:08 +0200)]
fixed bug with ir.actions.url

bzr revid: nicolas.vanhoren@openerp.com-20120607140822-bsljpmaqnbg5m2pm

12 years ago[ADD] handling of required attr on m2m fields
Xavier Morel [Thu, 7 Jun 2012 11:11:49 +0000 (13:11 +0200)]
[ADD] handling of required attr on m2m fields

bzr revid: xmo@openerp.com-20120607111149-cgf3ap0yjzsxrkjx

12 years ago[FIX] Error while deleting a record when there is only one record in pageview
Xavier Morel [Thu, 7 Jun 2012 11:05:03 +0000 (13:05 +0200)]
[FIX] Error while deleting a record when there is only one record in pageview

bzr revid: xmo@openerp.com-20120607110503-exd0yhx8cqsimxer

12 years ago[IMP] display clean error dialog when user tries to create a database which already...
Xavier Morel [Thu, 7 Jun 2012 11:03:13 +0000 (13:03 +0200)]
[IMP] display clean error dialog when user tries to create a database which already exists

bzr revid: xmo@openerp.com-20120607110313-rqj2k80cxpskdvx0

12 years ago[FIX] re-display [Add Pad] button after removing the pad from a document
Xavier Morel [Thu, 7 Jun 2012 11:00:35 +0000 (13:00 +0200)]
[FIX] re-display [Add Pad] button after removing the pad from a document

bzr revid: xmo@openerp.com-20120607110035-qxh5p2nnf3p0mj5s

12 years ago[IMP] formatting of o2m and m2m fields in list views, courtesy of William Beltrán
Xavier Morel [Thu, 7 Jun 2012 10:32:40 +0000 (12:32 +0200)]
[IMP] formatting of o2m and m2m fields in list views, courtesy of William Beltrán

backported from trunk revision xmo@openerp.com-20120607101329-aq0caswlxamd8z0n

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

bzr revid: xmo@openerp.com-20120607103240-edk8759inv2jiw2q

12 years ago[FIX]Refixed the issue of pad button not rendered when we delete the pad link.
msh-openerp [Thu, 7 Jun 2012 08:36:45 +0000 (14:06 +0530)]
[FIX]Refixed the issue of pad button not rendered when we delete the pad link.

bzr revid: msh@tinyerp.com-20120607083645-nyrk6vu3fjnmj5sv

12 years ago[FIX]Refixed the issue of database creation which was giving traceback instead of...
msh-openerp [Thu, 7 Jun 2012 07:28:05 +0000 (12:58 +0530)]
[FIX]Refixed the issue of database creation which was giving traceback instead of message.

bzr revid: msh@tinyerp.com-20120607072805-htfer9njseaty66w

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 ago[FIX] Code optimization as per suggestion.
cpa-openerp [Thu, 7 Jun 2012 06:06:33 +0000 (11:36 +0530)]
[FIX] Code optimization as per suggestion.

bzr revid: cpa@tinyerp.com-20120607060633-ewnd0kr9qzxw0tey

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 ago[FIX]Fixed the issue of pad button not rendered when deletes a pad from the attachmen...
msh-openerp [Tue, 29 May 2012 07:40:17 +0000 (13:10 +0530)]
[FIX]Fixed the issue of pad button not rendered when deletes a pad from the attachment area.

bzr revid: msh@tinyerp.com-20120529074017-6woyh00mz8fl18v0

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 ago[FIX]Fixed the issue of graph view, wehre same field were pushed two times in list...
msh-openerp [Mon, 28 May 2012 04:52:45 +0000 (10:22 +0530)]
[FIX]Fixed the issue of graph view, wehre same field were pushed two times in list view, like in graph view code we have created grouping on some field and now again from search view we are making grouping on same field so this field were added two times in list_field and results in no group records.

bzr revid: msh@tinyerp.com-20120528045245-tfq5qwaiwfo7pd26

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]Fixed the issue of duplicate database creation which was giving traceback instea...
msh-openerp [Tue, 22 May 2012 09:08:26 +0000 (14:38 +0530)]
[FIX]Fixed the issue of duplicate database creation which was giving traceback instead of user-freindly message.

bzr revid: msh@tinyerp.com-20120522090826-f8hslx26drsxe83e

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