odoo/odoo.git
12 years ago[MERGE] orm: make sure all *Model classes define _auto,_register,_transient
Olivier Dony [Thu, 21 Jun 2012 11:08:25 +0000 (13:08 +0200)]
[MERGE] orm: make sure all *Model classes define _auto,_register,_transient

This is required to avoid strange mro() pitfalls
where an AbstractModel is inherited by a Model,
and the _auto=False of AbstractModel ends up
first in the mro() because Model does not explicitly
define it, and the BaseModel default _auto is farther
in the mro().

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

bzr revid: odo@openerp.com-20120621110825-ry8e5tktvwv3h4tm

12 years ago[MERGE] visual effects fix on diagram nodes in firefox
Xavier Morel [Thu, 21 Jun 2012 10:56:58 +0000 (12:56 +0200)]
[MERGE] visual effects fix on diagram nodes in firefox

bzr revid: xmo@openerp.com-20120621105658-2bgozggy6ouz9fca

12 years ago[IMP] simplify localconnector's exception converter: use Python's facilities correctly
Xavier Morel [Thu, 21 Jun 2012 10:33:42 +0000 (12:33 +0200)]
[IMP] simplify localconnector's exception converter: use Python's facilities correctly

bzr revid: xmo@openerp.com-20120621103342-nea9yw135dl5lsta

12 years ago[MERGE] ensure exception information is correctly converted to string before being...
Xavier Morel [Thu, 21 Jun 2012 10:29:40 +0000 (12:29 +0200)]
[MERGE] ensure exception information is correctly converted to string before being concatenated with the faultCode string (sic) of emulated XMLRPC faults

bzr revid: xmo@openerp.com-20120621102940-2lh6ho6v6d64h8hr

12 years ago[MERGE] move filtering of non-searchable fields to prune the fields list itself
Xavier Morel [Thu, 21 Jun 2012 10:11:03 +0000 (12:11 +0200)]
[MERGE] move filtering of non-searchable fields to prune the fields list itself

if only the *display* list is filtered, the advanced search engine may
still attempt to *select* a non-searchable field (if it's the first
one) leading to broken/nonsensical behavior.

Non-searchable fields should be removed from the advanced search's
ability to find them altogether.

bzr revid: xmo@openerp.com-20120621101103-k842i8h1rxlr4n9k

12 years ago[FIX] incorrect clearing of default values on selection fields in search view
Xavier Morel [Thu, 21 Jun 2012 10:10:09 +0000 (12:10 +0200)]
[FIX] incorrect clearing of default values on selection fields in search view

and simplification of the same on basic fields

bzr revid: xmo@openerp.com-20120621101009-vg0rnwnitxfhaill

12 years ago[FIX] orm: make sure all *Model classes define _auto,_register,_transient
Olivier Dony [Thu, 21 Jun 2012 10:09:00 +0000 (12:09 +0200)]
[FIX] orm: make sure all *Model classes define _auto,_register,_transient

This is required to avoid strange mro() pitfalls
where an AbstractModel is inherited by a Model,
and the _auto=False of AbstractModel ends up
first in the mro() because Model does not explicitly
define it, and the BaseModel default _auto is farther
in the mro().

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

bzr revid: odo@openerp.com-20120621100900-xejo9yhgx36kyh03

12 years ago[MERGE] vertically flipped x axis labels in MSIE
Xavier Morel [Thu, 21 Jun 2012 10:02:42 +0000 (12:02 +0200)]
[MERGE] vertically flipped x axis labels in MSIE

bzr revid: xmo@openerp.com-20120621100242-r6jpdtetmxmmaybn

12 years ago[FIX] actually clear basic textual fields in search view when [Clear] button used...
Xavier Morel [Thu, 21 Jun 2012 09:52:03 +0000 (11:52 +0200)]
[FIX] actually clear basic textual fields in search view when [Clear] button used, don't just reset to default value

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

bzr revid: xmo@openerp.com-20120621095203-oruw1ghlxu2gc7qh

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120621054841-fihpiv7cez9k1q2e
bzr revid: launchpad_translations_on_behalf_of_openerp-20120616051737-i1bgarydwo8sskwi
bzr revid: launchpad_translations_on_behalf_of_openerp-20120617045509-64kdpflg3qmi3ez5
bzr revid: launchpad_translations_on_behalf_of_openerp-20120619051316-yxaq2zd3lm3porh1
bzr revid: launchpad_translations_on_behalf_of_openerp-20120620051154-51v02ueneup3v9et
bzr revid: launchpad_translations_on_behalf_of_openerp-20120621054848-82s941upwtfrpo96

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120621054752-zau83g809c5n2h6f

12 years ago[MERGE] l10n_ch: bugfixes from Camptocamp, courtesy of Yannick Vaucher
Olivier Dony [Wed, 20 Jun 2012 17:32:00 +0000 (19:32 +0200)]
[MERGE] l10n_ch: bugfixes from Camptocamp, courtesy of Yannick Vaucher

bzr revid: odo@openerp.com-20120620173200-3hxn1syumst7jdkz

12 years ago[MERGE] OPW 575500: correct importing invoices in bank statements in multi-currency...
Olivier Dony [Wed, 20 Jun 2012 17:03:54 +0000 (19:03 +0200)]
[MERGE] OPW 575500: correct importing invoices in bank statements in multi-currency context

bzr revid: odo@openerp.com-20120620170354-qszeal54k6zn7vjk

12 years ago[MERGE] l10n_ch: bugfixes from Camptocamp, courtesy of Yannick Vaucher
Olivier Dony [Wed, 20 Jun 2012 16:49:27 +0000 (18:49 +0200)]
[MERGE] l10n_ch: bugfixes from Camptocamp, courtesy of Yannick Vaucher

bzr revid: odo@openerp.com-20120620164927-vxc3pz3o97oqfdc9

12 years ago[FIX] OPW 575500: voucher: invoice_id must be passed when computing voucher lines...
Olivier Dony [Wed, 20 Jun 2012 16:27:35 +0000 (18:27 +0200)]
[FIX] OPW 575500: voucher: invoice_id must be passed when computing voucher lines, to properly reconcile

bzr revid: odo@openerp.com-20120620162735-7bkh0hsf60nn9hud

12 years ago[FIX] OPW 575500: voucher: multi-currency rate not properly set when importing invoic...
Olivier Dony [Wed, 20 Jun 2012 16:26:47 +0000 (18:26 +0200)]
[FIX] OPW 575500: voucher: multi-currency rate not properly set when importing invoice into bank statement

bzr revid: odo@openerp.com-20120620162647-exh5s98f5a9qrng3

12 years ago[MERGE] fields.many2many: always respect destination table order
Olivier Dony [Wed, 20 Jun 2012 13:02:32 +0000 (15:02 +0200)]
[MERGE] fields.many2many: always respect destination table order

bzr revid: odo@openerp.com-20120620130232-3aeyct2giarto019

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120620051148-acbu5ob17n43l32y

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120616051712-m0hwni003z1a0elq
bzr revid: launchpad_translations_on_behalf_of_openerp-20120617045440-6jvciulawlz0qsm6
bzr revid: launchpad_translations_on_behalf_of_openerp-20120619051218-t37h61frxqcwj657
bzr revid: launchpad_translations_on_behalf_of_openerp-20120620051034-yy6jkmyx7wpsbv9u

12 years ago[FIX] fields.many2many : Always respect destination table order
tfr@openerp.com [Tue, 19 Jun 2012 15:16:51 +0000 (17:16 +0200)]
[FIX] fields.many2many : Always respect destination table order

bzr revid: tfr@openerp.com-20120619151651-fokfu5gkfk3qfhxs

12 years ago[FIX] stock: correct order of query parameters, broken in commit 6848
Olivier Dony [Tue, 19 Jun 2012 07:40:07 +0000 (09:40 +0200)]
[FIX] stock: correct order of query parameters, broken in commit 6848

bzr revid: odo@openerp.com-20120619074007-bp2snzj1uoybayxp

12 years ago[FIX] click and hover events add for close circle and label.
Bhumi Thakkar (Open ERP) [Tue, 19 Jun 2012 06:41:09 +0000 (12:11 +0530)]
[FIX] click and hover events add for close circle and label.

bzr revid: bth@tinyerp.com-20120619064109-jxnabvv90oszu4w7

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120619051311-g1b4ydbdjch4bqyd

12 years ago[FIX] stock: properly pass production lot number as SQL query parameter
Olivier Dony [Mon, 18 Jun 2012 17:41:53 +0000 (19:41 +0200)]
[FIX] stock: properly pass production lot number as SQL query parameter

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

bzr revid: odo@openerp.com-20120618174153-kx2hcqv2wq7bhf3c

12 years ago[MERGE] OPW 575624: product,account_payment: respect current symbol position in reports
Olivier Dony [Mon, 18 Jun 2012 09:24:42 +0000 (11:24 +0200)]
[MERGE] OPW 575624: product,account_payment: respect current symbol position in reports

bzr revid: odo@openerp.com-20120618092442-ae3s7n1yeckmgk1f

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120615050005-4bu4j7c0hinfo4ld
bzr revid: launchpad_translations_on_behalf_of_openerp-20120616051732-t2b544n8z5tt037b
bzr revid: launchpad_translations_on_behalf_of_openerp-20120617045504-q2g3o97z58x6nfwf
bzr revid: launchpad_translations_on_behalf_of_openerp-20120618054458-4uj002kplk070bgx

12 years ago[FIX] read_group: empty `groupby` case broken by last read_group patch
Olivier Dony [Fri, 15 Jun 2012 13:14:27 +0000 (15:14 +0200)]
[FIX] read_group: empty `groupby` case broken by last read_group patch

Revision 4201 broke the case where groupby == []
by mistake.
r.4201 = rev-id odo@openerp.com-20120609010549-xdktw6xte7fmxjbq

bzr revid: odo@openerp.com-20120615131427-daf5kd5s17my8gnb

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 15 Jun 2012 04:59:53 +0000 (04:59 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120609061953-8ot3eu1w9m7eli02
bzr revid: launchpad_translations_on_behalf_of_openerp-20120610045545-ecvoyfkhtwobthc4
bzr revid: launchpad_translations_on_behalf_of_openerp-20120611051238-i3da13m7dyxm9p02
bzr revid: launchpad_translations_on_behalf_of_openerp-20120612053734-e4s4rk8hoaqk1s1s
bzr revid: launchpad_translations_on_behalf_of_openerp-20120613053214-pviycublvk35k8h7
bzr revid: launchpad_translations_on_behalf_of_openerp-20120614045648-5nb5wijedbwxsno9
bzr revid: launchpad_translations_on_behalf_of_openerp-20120615045953-oble1p2x8m6ep0pb

12 years ago[REM] Removed <image> tags from wizards
Fabien Meghazi [Thu, 14 Jun 2012 09:02:17 +0000 (11:02 +0200)]
[REM] Removed <image> tags from wizards

bzr revid: fme@openerp.com-20120614090217-wrcgj200pcqzfpor

12 years ago[REV] Revert revid:fme@openerp.com-20120611151704-u2krxz14wvmvqura which broke field...
Fabien Meghazi [Thu, 14 Jun 2012 08:40:09 +0000 (10:40 +0200)]
[REV] Revert revid:fme@openerp.com-20120611151704-u2krxz14wvmvqura which broke field@widget=image

bzr revid: fme@openerp.com-20120614084009-3ovgmo8azp7vg9n2

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 14 Jun 2012 04:58:07 +0000 (04:58 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120613053246-5q24ofrak7je9oc3
bzr revid: launchpad_translations_on_behalf_of_openerp-20120614045756-qm25ey22e5tqfgbk
bzr revid: launchpad_translations_on_behalf_of_openerp-20120614045807-k158nma001m2gzz3

12 years ago[FIX]Refix the issue, used filter in current chain process instead of each.
msh-openerp [Wed, 13 Jun 2012 07:13:06 +0000 (12:43 +0530)]
[FIX]Refix the issue, used filter in current chain process instead of each.

bzr revid: msh@tinyerp.com-20120613071306-9o50h0xxcg6dheda

12 years ago[FIX] Currency symbol position is not changed as per currency(after/before) configuration
Amit Dodiya [Wed, 13 Jun 2012 05:19:06 +0000 (10:49 +0530)]
[FIX] Currency symbol position is not changed as per currency(after/before) configuration

bzr revid: ado@openerp.com-20120613051906-jkwtdhkcxfi0vwz5

12 years ago[MERGE] OPW 575526: fix returning product with upstream stock moves + multiple returns
Olivier Dony [Tue, 12 Jun 2012 16:15:51 +0000 (18:15 +0200)]
[MERGE] OPW 575526: fix returning product with upstream stock moves + multiple returns

lp bug: https://launchpad.net/bugs/944025 fixed
lp bug: https://launchpad.net/bugs/1003986 fixed

bzr revid: odo@openerp.com-20120612161551-ev5vw9zql6olswie

12 years ago[MERGE] Missing tab title made multi-tab use of OpenERP quite difficult - now fixed.
Olivier Dony [Tue, 12 Jun 2012 14:19:43 +0000 (16:19 +0200)]
[MERGE] Missing tab title made multi-tab use of OpenERP quite difficult - now fixed.

bzr revid: odo@openerp.com-20120612141943-ukcwg62lsm3auy0d

12 years ago[FIX] base.xml: missing base URL for <img src> and <form action>, for embeddded mode
Olivier Dony [Tue, 12 Jun 2012 07:52:57 +0000 (09:52 +0200)]
[FIX] base.xml: missing base URL for <img src> and <form action>, for embeddded mode

bzr revid: odo@openerp.com-20120612075257-jrsq6iyoko9d9zx4

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] if Exception 'value' attribute (e.value in this case) is not a string (some...
olt@tinyerp.com [Fri, 8 Jun 2012 13:47:22 +0000 (15:47 +0200)]
[FIX] if Exception 'value' attribute (e.value in this case) is not a string (some errors in the reporting system sometimes set a value that is not a string) the exception handling mecanism of the web client raises an exception an prevent the first raised exception from being displayed. The displayed exception is the one raised in the exception handling mecanism which is not helpful

bzr revid: olt@tinyerp.com-20120608134722-raytxpk6o2rux79f

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[FIX] Currency symbol position is not changed as per currency(after/before) configuration
Amit Dodiya [Fri, 8 Jun 2012 13:15:15 +0000 (18:45 +0530)]
[FIX] Currency symbol position is not changed as per currency(after/before) configuration

bzr revid: ado@openerp.com-20120608131515-ox0plwn3qzj2oimm

12 years ago[FIX]Refixed the issue of x-axis label on graph which were shown at 180 degree in...
msh-openerp [Fri, 8 Jun 2012 12:36:39 +0000 (18:06 +0530)]
[FIX]Refixed the issue of x-axis label on graph which were shown at 180 degree in IE8 as IE8 takes one of four value 0,1,2,3 respectively for 0, 90, 180, 270 degree, so set it to 0 to show it horizontal, if the label is bigger then library it self will split it and show it in next line.

bzr revid: msh@tinyerp.com-20120608123639-2zuwddbugo0l3ysr

12 years ago[FIX]Refixed the issue of filter, removed unnecessary variables and just put the...
msh-openerp [Fri, 8 Jun 2012 10:38:42 +0000 (16:08 +0530)]
[FIX]Refixed the issue of filter, removed unnecessary variables and just put the filter on current chaining process.

bzr revid: msh@tinyerp.com-20120608103842-igqr6t9bxbdvd7i7

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 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 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 ago[FIX] Fixed clear button works for all fields.
cpa-openerp [Fri, 8 Jun 2012 05:03:47 +0000 (10:33 +0530)]
[FIX] Fixed clear button works for all fields.

bzr revid: cpa@tinyerp.com-20120608050347-4y9j1kd0i4ill2jo

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[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 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[FIX]:invoice residual amount is get negatvie when use different currency and payment...
ksa (OpenERP) [Thu, 7 Jun 2012 04:56:03 +0000 (10:26 +0530)]
[FIX]:invoice residual amount is get negatvie when use different currency and payment through bank statement

bzr revid: ksa@tinyerp.com-20120607045603-npveflilbe76auj9

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