odoo/odoo.git
13 years ago[merge]
niv-openerp [Thu, 30 Jun 2011 09:09:46 +0000 (11:09 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110630090946-x8j4m4s6cjiyh0c3

13 years ago[imp] small bug in onchange and o2m
niv-openerp [Thu, 30 Jun 2011 09:07:06 +0000 (11:07 +0200)]
[imp] small bug in onchange and o2m

bzr revid: nicolas.vanhoren@openerp.com-20110630090706-roj51y66hlmqo7xz

13 years ago[FIX] Fixed on_change warning
Fabien Meghazi [Thu, 30 Jun 2011 09:05:37 +0000 (11:05 +0200)]
[FIX] Fixed on_change warning

bzr revid: fme@openerp.com-20110630090537-q3jsm5su2cu9frqk

13 years ago[IMP] Improve the code
DBR (OpenERP) [Thu, 30 Jun 2011 09:01:52 +0000 (14:31 +0530)]
[IMP] Improve the code

bzr revid: dbr@tinyerp.com-20110630090152-rgfh2y8wvs6l8omj

13 years ago[MERGE] fix bug lp:799812 by jam
tfr@openerp.com [Thu, 30 Jun 2011 08:46:12 +0000 (10:46 +0200)]
[MERGE] fix bug lp:799812 by jam

bzr revid: tfr@openerp.com-20110630084612-nooehdpfnkelwxqi

13 years ago[IMP]Improve code : save the host name value to avoid writing each time.
DBR (OpenERP) [Thu, 30 Jun 2011 08:41:24 +0000 (14:11 +0530)]
[IMP]Improve code : save the host name value to avoid writing each time.

bzr revid: dbr@tinyerp.com-20110630084124-gd84vzblzarth5lg

13 years ago[imp] removed useless additional code in o2m
niv-openerp [Thu, 30 Jun 2011 07:46:16 +0000 (09:46 +0200)]
[imp] removed useless additional code in o2m

bzr revid: nicolas.vanhoren@openerp.com-20110630074616-43tq258uu9otewp1

13 years ago[imp] removed warning in o2m
niv-openerp [Thu, 30 Jun 2011 07:15:07 +0000 (09:15 +0200)]
[imp] removed warning in o2m

bzr revid: nicolas.vanhoren@openerp.com-20110630071507-huww146gjkm4bri5

13 years ago[ADD] support for server actions
Xavier Morel [Thu, 30 Jun 2011 06:49:58 +0000 (08:49 +0200)]
[ADD] support for server actions

Also implement Python fix for act_window created by hand (rather than obtained from db), which are usually missing a views key (as it's generated from a function field on the model itself)

bzr revid: xmo@openerp.com-20110630064958-i9jb16hm53ir3hbt

13 years ago[FIX] view_id should be a scalar
Xavier Morel [Thu, 30 Jun 2011 06:48:31 +0000 (08:48 +0200)]
[FIX] view_id should be a scalar

bzr revid: xmo@openerp.com-20110630064831-ibfsljiwik52huj6

13 years ago[FIX] act_window actions not coming from the db and missing a views key (and collecti...
Xavier Morel [Thu, 30 Jun 2011 06:46:51 +0000 (08:46 +0200)]
[FIX] act_window actions not coming from the db and missing a views key (and collection): generate views from whatever can be found in view_mode and view_id

bzr revid: xmo@openerp.com-20110630064651-701903va7mgbps7g

13 years ago[ADD] support for server actions
Xavier Morel [Thu, 30 Jun 2011 06:24:24 +0000 (08:24 +0200)]
[ADD] support for server actions

bzr revid: xmo@openerp.com-20110630062424-gmnlahmexklnftbk

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 30 Jun 2011 04:34:43 +0000 (04:34 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110630043443-rwrzpu2jsuhgol5i

13 years ago[imp] made o2m capable of giving a correct value for on_change
niv-openerp [Wed, 29 Jun 2011 16:21:36 +0000 (18:21 +0200)]
[imp] made o2m capable of giving a correct value for on_change

bzr revid: nicolas.vanhoren@openerp.com-20110629162136-fmg79kt6549rd9gx

13 years ago[imp] added possibility to set value of a one2many using an on_change
niv-openerp [Wed, 29 Jun 2011 15:35:26 +0000 (17:35 +0200)]
[imp] added possibility to set value of a one2many using an on_change

bzr revid: nicolas.vanhoren@openerp.com-20110629153526-ewu12haop290o6ru

13 years ago[merge]
niv-openerp [Wed, 29 Jun 2011 15:34:44 +0000 (17:34 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110629153444-tngz8b9p7zg7e4u4

13 years ago[IMP] let non-act_window actions pass through unmolested by clean_action, which is...
Xavier Morel [Wed, 29 Jun 2011 15:14:00 +0000 (17:14 +0200)]
[IMP] let non-act_window actions pass through unmolested by clean_action, which is currently mostly there to cleanup the junk in act_window actions

bzr revid: xmo@openerp.com-20110629151400-pyv48na2wecp7rhj

13 years ago[merge] added many things for on_changes and one2many
niv-openerp [Wed, 29 Jun 2011 16:23:07 +0000 (18:23 +0200)]
[merge] added many things for on_changes and one2many

bzr revid: nicolas.vanhoren@openerp.com-20110629162307-a0m0ot6k9qeaq6qm

13 years ago[MERGE] fix bug:791903 by sbh
tfr@openerp.com [Wed, 29 Jun 2011 16:05:28 +0000 (18:05 +0200)]
[MERGE] fix bug:791903 by sbh

bzr revid: tfr@openerp.com-20110629160528-f961b276inpb47bb

13 years ago[imp] refactored dataset to use get_context()
niv-openerp [Wed, 29 Jun 2011 14:37:07 +0000 (16:37 +0200)]
[imp] refactored dataset to use get_context()
+ added parenting in o2m and form view
+ modified on_change so it will crash if it can not resolve on of the arguments

bzr revid: nicolas.vanhoren@openerp.com-20110629143707-xtxr2iuui71e675p

13 years ago[imp] refactored dataset to use get_context()
niv-openerp [Wed, 29 Jun 2011 14:35:06 +0000 (16:35 +0200)]
[imp] refactored dataset to use get_context()
added parenting in o2m & form view
modified on_change to raise an exception when it can't resolve correctly one of the arguments

bzr revid: nicolas.vanhoren@openerp.com-20110629143506-8kr93moo0dug9u6m

13 years ago[FIX] bug lp:707984 by jam
tfr@openerp.com [Wed, 29 Jun 2011 14:01:54 +0000 (16:01 +0200)]
[FIX] bug lp:707984 by jam

bzr revid: tfr@openerp.com-20110629140154-ray8he3drqujsfyv

13 years ago[IMP] use type void instead of null for jsdoc annotations
Xavier Morel [Wed, 29 Jun 2011 13:58:49 +0000 (15:58 +0200)]
[IMP] use type void instead of null for jsdoc annotations

Void is not a real type, but neither is null (it's Null) and intellij whines that it does not understand null

bzr revid: xmo@openerp.com-20110629135849-9p1qyn9s6n32dnzv

13 years ago[CLEAN] remove print
tfr@openerp.com [Wed, 29 Jun 2011 13:46:36 +0000 (15:46 +0200)]
[CLEAN] remove print

bzr revid: tfr@openerp.com-20110629134636-qyk3xgafn420khhj

13 years ago[FIX] typos in python code
Xavier Morel [Wed, 29 Jun 2011 13:12:33 +0000 (15:12 +0200)]
[FIX] typos in python code

bzr revid: xmo@openerp.com-20110629131233-tvxwkrke73ytrw2a

13 years ago[FIX] bug lp:66248 by jam
tfr@openerp.com [Wed, 29 Jun 2011 12:12:40 +0000 (14:12 +0200)]
[FIX] bug lp:66248 by jam

bzr revid: tfr@openerp.com-20110629121240-04k35fxqjb7m7ruj

13 years ago[clean] remove print statement
tfr@openerp.com [Wed, 29 Jun 2011 11:15:00 +0000 (13:15 +0200)]
[clean] remove print statement

bzr revid: tfr@openerp.com-20110629111500-v1u6uncjsblx7rkd

13 years ago[MERGE + clean] bug fix lp:689566
tfr@openerp.com [Wed, 29 Jun 2011 11:05:31 +0000 (13:05 +0200)]
[MERGE + clean] bug fix lp:689566

bzr revid: tfr@openerp.com-20110629110531-baxztn7ro4cznbtn

13 years ago[BUG/FIX] project : return action close from web compability
Jigar Amin [Wed, 29 Jun 2011 10:31:46 +0000 (16:01 +0530)]
[BUG/FIX] project : return action close from web compability

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

bzr revid: jam@tinyerp.com-20110629103146-pvyo9isbq8hfjszv

13 years ago[imp] made some modifications in rpc() that could possibly break compatibility, made...
niv-openerp [Wed, 29 Jun 2011 10:30:46 +0000 (12:30 +0200)]
[imp] made some modifications in rpc() that could possibly break compatibility, made the error_callback consistant (now you must use the second argument and make a prefentDefault() on it) and removed the default context in rpc calls

bzr revid: nicolas.vanhoren@openerp.com-20110629103046-rbsy0m6pke3ytqyl

13 years ago[merge]
niv-openerp [Wed, 29 Jun 2011 10:30:25 +0000 (12:30 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110629103025-0duqk2j8pe0ewhj5

13 years ago[imp] made some modifications in rpc() that could possibly break compatibility, made...
niv-openerp [Wed, 29 Jun 2011 10:28:58 +0000 (12:28 +0200)]
[imp] made some modifications in rpc() that could possibly break compatibility, made the error_callback consistant (never overwrites the default one) and removed the default context

bzr revid: nicolas.vanhoren@openerp.com-20110629102858-8e6xyhgpeyo5kml2

13 years ago[imp] Modifier rpc calls to handle correctly the promises.
niv-openerp [Wed, 29 Jun 2011 10:01:09 +0000 (12:01 +0200)]
[imp] Modifier rpc calls to handle correctly the promises.

bzr revid: nicolas.vanhoren@openerp.com-20110629100109-m9z598dy2rqy8pn3

13 years ago[FIX] netsvc: corrected copyright header
Olivier Dony [Wed, 29 Jun 2011 09:51:38 +0000 (11:51 +0200)]
[FIX] netsvc: corrected copyright header

Corrected license to AGPLv3, and removed obsolete copyright lines
as confirmed by Cedric Krier by email on 2011-06-29.
These copyright lines referred to a refactoring copied from Tryton
in revision rev 1439 - stephane@tinyerp.com-20081218235433-cnsc5a4iyfzqvbdx
All this code has disappeared since then, specifically after
a major rewrite by xrg, merged at revision 1900
(mga@tinyerp.com-20091126113653-0ym60nvtjinvp82h).

bzr revid: odo@openerp.com-20110629095138-hmo91mvk1m8u4643

13 years ago[REM] Removed Dataset#count property
Fabien Meghazi [Wed, 29 Jun 2011 08:44:59 +0000 (10:44 +0200)]
[REM] Removed Dataset#count property

bzr revid: fme@openerp.com-20110629084459-x762jowmu14j6xak

13 years ago[FIX] missing context param
Jigar Amin [Wed, 29 Jun 2011 08:32:22 +0000 (14:02 +0530)]
[FIX] missing context param

bzr revid: jam@tinyerp.com-20110629083222-47rl2yy2vj3tdxfd

13 years ago[merge]
niv-openerp [Wed, 29 Jun 2011 08:14:31 +0000 (10:14 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110629081431-t6b8n2xtvsix1gw3

13 years ago[FIX] removed unsed cnotext checking
Jigar Amin [Wed, 29 Jun 2011 07:28:12 +0000 (12:58 +0530)]
[FIX] removed unsed cnotext checking

bzr revid: jam@tinyerp.com-20110629072812-ht43md6u43a7lb8f

13 years ago[BUG/FIX] base_calendar - day need to store to db values is being updated
Jigar Amin [Wed, 29 Jun 2011 07:18:13 +0000 (12:48 +0530)]
[BUG/FIX] base_calendar - day need to store to db values is being updated

bzr revid: jam@tinyerp.com-20110629071813-dwvkaiizvkqdojbi

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 29 Jun 2011 04:43:36 +0000 (04:43 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110629044336-up8sg0vsmd59rewj

13 years ago[merge]
niv-openerp [Tue, 28 Jun 2011 17:23:04 +0000 (19:23 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110628172304-8l1kzi2dwve83dj1

13 years ago[imp] refactoring of the name_... methods + refactoring of the context and domain...
niv-openerp [Tue, 28 Jun 2011 17:18:52 +0000 (19:18 +0200)]
[imp] refactoring of the name_... methods + refactoring of the context and domain handling in many2ones

bzr revid: nicolas.vanhoren@openerp.com-20110628171852-1393loyd5ln1tsom

13 years ago[IMP] Use label@colspan in order to diferentiate fields label from paragraph
Fabien Meghazi [Tue, 28 Jun 2011 16:42:38 +0000 (18:42 +0200)]
[IMP] Use label@colspan in order to diferentiate fields label from paragraph

bzr revid: fme@openerp.com-20110628164238-zctbvza7isf4166t

13 years ago[FIX] Use record_id instead of dataset in View#execute_action
Fabien Meghazi [Tue, 28 Jun 2011 16:35:07 +0000 (18:35 +0200)]
[FIX] Use record_id instead of dataset in View#execute_action

bzr revid: fme@openerp.com-20110628163507-diaevrugqyxkfcvn

13 years ago[fix] fixed some problems with m2o (too much on_change and "theorically unreachable...
niv-openerp [Tue, 28 Jun 2011 16:22:54 +0000 (18:22 +0200)]
[fix] fixed some problems with m2o (too much on_change and "theorically unreachable state")

bzr revid: nicolas.vanhoren@openerp.com-20110628162254-072qiigm32d897wv

13 years ago[fix] fixed some problems with m2o (too much on_change and "theorically unreachable...
niv-openerp [Tue, 28 Jun 2011 16:22:06 +0000 (18:22 +0200)]
[fix] fixed some problems with m2o (too much on_change and "theorically unreachable state")

bzr revid: nicolas.vanhoren@openerp.com-20110628162206-3dowhy9t5ffj2mzp

13 years ago[MERGE] fix calendar unlink traceback
tfr@openerp.com [Tue, 28 Jun 2011 16:08:29 +0000 (18:08 +0200)]
[MERGE] fix calendar unlink traceback

bzr revid: tfr@openerp.com-20110628160829-236tsg07n940isk9

13 years ago[ADD] Added DataSet#call_button javascript side
Fabien Meghazi [Tue, 28 Jun 2011 16:01:03 +0000 (18:01 +0200)]
[ADD] Added DataSet#call_button javascript side

bzr revid: fme@openerp.com-20110628160103-jpkd4r1batz5nlfp

13 years ago[ADD] Added Dataset#call_button for form's buttons triggering action that should...
Fabien Meghazi [Tue, 28 Jun 2011 15:59:56 +0000 (17:59 +0200)]
[ADD] Added Dataset#call_button for form's buttons triggering action that should be cleaned

bzr revid: fme@openerp.com-20110628155956-yj8m2r7kpjye5m8v

13 years ago[MERGE] netsvc+ir_cron: display the execution time in debug_rpc.
Vo Minh Thu [Tue, 28 Jun 2011 15:37:05 +0000 (17:37 +0200)]
[MERGE] netsvc+ir_cron: display the execution time in debug_rpc.

bzr revid: vmt@openerp.com-20110628153705-6mattiub65b7ozq3

13 years ago[REF] ir_cron: use DEBUG instead of DEBUG_RPC (as done previously).
Vo Minh Thu [Tue, 28 Jun 2011 15:31:48 +0000 (17:31 +0200)]
[REF] ir_cron: use DEBUG instead of DEBUG_RPC (as done previously).

bzr revid: vmt@openerp.com-20110628153148-hkxh5n1ct4y8k6z3

13 years ago[MERGE] fix bug lp:802418
tfr@openerp.com [Tue, 28 Jun 2011 15:03:25 +0000 (17:03 +0200)]
[MERGE] fix bug lp:802418

bzr revid: tfr@openerp.com-20110628150325-fksj714nwqj5roge

13 years ago[merge]
niv-openerp [Tue, 28 Jun 2011 15:00:16 +0000 (17:00 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110628150016-nw2ft9g7v3ornw6y

13 years ago[imp] modified behavior of domain evaluation, now does not rely anymore on a context...
niv-openerp [Tue, 28 Jun 2011 14:55:16 +0000 (16:55 +0200)]
[imp] modified behavior of domain evaluation, now does not rely anymore on a context for evaluation

bzr revid: nicolas.vanhoren@openerp.com-20110628145516-2ts81ufkvjuwirku

13 years ago[FIX] trailing comma
Xavier Morel [Tue, 28 Jun 2011 14:55:08 +0000 (16:55 +0200)]
[FIX] trailing comma

bzr revid: xmo@openerp.com-20110628145508-jimwnt2syyptkg89

13 years ago[imp] modified behavior of domain evaluation, now does not rely anymore on a context...
niv-openerp [Tue, 28 Jun 2011 14:54:13 +0000 (16:54 +0200)]
[imp] modified behavior of domain evaluation, now does not rely anymore on a context for evaluation

bzr revid: nicolas.vanhoren@openerp.com-20110628145413-ljqdmunxi7ykmytz

13 years ago[FIX] bug in CompoundDomain: need self alias to this
Xavier Morel [Tue, 28 Jun 2011 14:49:25 +0000 (16:49 +0200)]
[FIX] bug in CompoundDomain: need self alias to this

bzr revid: xmo@openerp.com-20110628144925-c138oielqt6ukozj

13 years ago[imp] refactoring of the name_... methods + refactoring of the context and domain...
niv-openerp [Tue, 28 Jun 2011 17:23:25 +0000 (19:23 +0200)]
[imp] refactoring of the name_... methods + refactoring of the context and domain handling in many2ones

bzr revid: nicolas.vanhoren@openerp.com-20110628172325-hsz1w986vweahg54

13 years ago[MERGE] fix bug lp:802539
tfr@openerp.com [Tue, 28 Jun 2011 14:48:18 +0000 (16:48 +0200)]
[MERGE] fix bug lp:802539

bzr revid: tfr@openerp.com-20110628144818-tqjtu8yilv298spf

13 years ago[fix] redesigned evaluation context
niv-openerp [Tue, 28 Jun 2011 14:27:59 +0000 (16:27 +0200)]
[fix] redesigned evaluation context

bzr revid: nicolas.vanhoren@openerp.com-20110628142759-r7j8t8u1lgleklbv

13 years ago[REF]: fields_view_get: continuing the merge of attrs:
Vo Minh Thu [Tue, 28 Jun 2011 14:27:53 +0000 (16:27 +0200)]
[REF]: fields_view_get: continuing the merge of attrs:
- pass a flag to __view_look_dom indicating if we are in a tree view
(this is needed as it can contain more complex expression, and its meaning
is different as it affects the tree column, instead of a single field on a line).
- pass the result of fields_get to __view_look_dom to let it augment
the nodes with info from the python fields.

bzr revid: vmt@openerp.com-20110628142753-7819z5sp39qxfxev

13 years ago[FIX] severe callbacks bug, and a few warnings
Xavier Morel [Tue, 28 Jun 2011 14:22:25 +0000 (16:22 +0200)]
[FIX] severe callbacks bug, and a few warnings

bzr revid: xmo@openerp.com-20110628142225-4ct5zodjpaopqkxt

13 years ago[FIX] warnings, typos, globals which should not be globals, and use jquery shortcuts...
Xavier Morel [Tue, 28 Jun 2011 14:21:24 +0000 (16:21 +0200)]
[FIX] warnings, typos, globals which should not be globals, and use jquery shortcuts when there is no reason not to

bzr revid: xmo@openerp.com-20110628142124-oexuucl4dpic6x1x

13 years ago[MERGE] fix undefined get_db_only in ftp and webdav by sbh
tfr@openerp.com [Tue, 28 Jun 2011 14:13:09 +0000 (16:13 +0200)]
[MERGE] fix undefined get_db_only in ftp and webdav by sbh

bzr revid: tfr@openerp.com-20110628141309-oag99snygj3vuqwn

13 years ago[FIX] removal of unique() callbacks from callback chains
Xavier Morel [Tue, 28 Jun 2011 14:09:07 +0000 (16:09 +0200)]
[FIX] removal of unique() callbacks from callback chains

Array.prototype.pop() does *not* take a parameter, it always removes the last item of the array.

To remove items in the middle of an array, Array.prototype.splice(index, 1) has to be used.

This fixes an issue where adding a unique non-last callback (either added as non-last, or with other stuff added after it) would result in nonsensical behavior

bzr revid: xmo@openerp.com-20110628140907-5sch98gmwcnpvk3t

13 years ago[merge]
niv-openerp [Tue, 28 Jun 2011 14:05:34 +0000 (16:05 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110628140534-3lvqp50zrav7s7ld

13 years ago[fix] redesigned evaluation contexts
niv-openerp [Tue, 28 Jun 2011 14:04:18 +0000 (16:04 +0200)]
[fix] redesigned evaluation contexts

bzr revid: nicolas.vanhoren@openerp.com-20110628140418-lxmclab51ll0iwdd

13 years ago[imp] added evaluation context into compound context
niv-openerp [Tue, 28 Jun 2011 13:34:07 +0000 (15:34 +0200)]
[imp] added evaluation context into compound context

bzr revid: nicolas.vanhoren@openerp.com-20110628133407-yoqcfl6z3gm90ct6

13 years ago[FIX] Removed global bin_size causing problems in context. Will activate it only...
Fabien Meghazi [Tue, 28 Jun 2011 13:30:44 +0000 (15:30 +0200)]
[FIX] Removed global bin_size causing problems in context. Will activate it only when needed.

Don't forget to logout/login in order to purge context after you pull this revision

bzr revid: fme@openerp.com-20110628133044-dp9jm6aj7ixzc69p

13 years ago[imp] added super dict
niv-openerp [Tue, 28 Jun 2011 13:12:54 +0000 (15:12 +0200)]
[imp] added super dict

bzr revid: nicolas.vanhoren@openerp.com-20110628131254-2cj2l9k4zsuxb7u0

13 years ago[IMP] Improved action management with dialogs
Fabien Meghazi [Tue, 28 Jun 2011 12:43:55 +0000 (14:43 +0200)]
[IMP] Improved action management with dialogs

bzr revid: fme@openerp.com-20110628124355-gumchng9zuimrpra

13 years ago[imp] added evaluation context to compound context
niv-openerp [Tue, 28 Jun 2011 12:17:47 +0000 (14:17 +0200)]
[imp] added evaluation context to compound context

bzr revid: nicolas.vanhoren@openerp.com-20110628121747-e8y1y3avglshzxv1

13 years ago[FIX] project :code refectoring - context checking
Jigar Amin [Tue, 28 Jun 2011 10:54:05 +0000 (16:24 +0530)]
[FIX] project :code refectoring - context checking

bzr revid: jam@tinyerp.com-20110628105405-te8gigvwh860c41u

13 years agocrm :remove comment
Ashutosh Srivastava (Open ERP) [Tue, 28 Jun 2011 10:46:35 +0000 (16:16 +0530)]
crm :remove comment

bzr revid: asr@tinyerp.com-20110628104635-e7w3eupitogc8p04

13 years ago[IMP] Added on_act_window_closed in ViewManager
Fabien Meghazi [Tue, 28 Jun 2011 10:30:49 +0000 (12:30 +0200)]
[IMP] Added on_act_window_closed in ViewManager

bzr revid: fme@openerp.com-20110628103049-n7aje7d1a81zjnq3

13 years ago[FIX] crm : Inconsistency when scheduling a call from an opportunity
Ashutosh Srivastava (Open ERP) [Tue, 28 Jun 2011 10:25:36 +0000 (15:55 +0530)]
[FIX] crm : Inconsistency when scheduling a call from an opportunity

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

bzr revid: asr@tinyerp.com-20110628102536-cgjyefsqyme82qfk

13 years ago[BUG/FIX] base_calendar - Events Reminder Schedular
Jigar Amin [Tue, 28 Jun 2011 10:23:59 +0000 (15:53 +0530)]
[BUG/FIX] base_calendar - Events Reminder Schedular

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

bzr revid: jam@tinyerp.com-20110628102359-cjo7aoljlmh6jy9c

13 years ago[FIX] Merge action context to dataset context from ViewManagerAction
Fabien Meghazi [Tue, 28 Jun 2011 10:01:10 +0000 (12:01 +0200)]
[FIX] Merge action context to dataset context from ViewManagerAction

bzr revid: fme@openerp.com-20110628100110-dy9p1r2gibuhk5ws

13 years ago[FIX] Correctly set index in DataSetStatic constructor
Fabien Meghazi [Tue, 28 Jun 2011 09:58:58 +0000 (11:58 +0200)]
[FIX] Correctly set index in DataSetStatic constructor

bzr revid: fme@openerp.com-20110628095858-euv72cho29rbu3hl

13 years ago[IMP] Pass context & dataset in constructor of DataSetSearch
Fabien Meghazi [Tue, 28 Jun 2011 09:35:59 +0000 (11:35 +0200)]
[IMP] Pass context & dataset in constructor of DataSetSearch

bzr revid: fme@openerp.com-20110628093559-dvzvbi51o2xf7kmy

13 years ago[FIX] unlink event traceback
tfr@openerp.com [Tue, 28 Jun 2011 09:07:26 +0000 (11:07 +0200)]
[FIX] unlink event traceback

bzr revid: tfr@openerp.com-20110628090726-6uo0wda3lbhq6nlg

13 years ago[IMP] use fluent o2m commands for bulk replace in m2m as well
Xavier Morel [Tue, 28 Jun 2011 08:33:07 +0000 (10:33 +0200)]
[IMP] use fluent o2m commands for bulk replace in m2m as well

bzr revid: xmo@openerp.com-20110628083307-4pnzr7peavkv2nk2

13 years ago[IMP] use a more fluent way to create o2m commands
Xavier Morel [Tue, 28 Jun 2011 08:30:50 +0000 (10:30 +0200)]
[IMP] use a more fluent way to create o2m commands

bzr revid: xmo@openerp.com-20110628083050-x260mr5010o4v3gw

13 years ago[IMP] replace cryptic 02M command codes by an enumeration and a switch/case
Xavier Morel [Tue, 28 Jun 2011 08:22:55 +0000 (10:22 +0200)]
[IMP] replace cryptic 02M command codes by an enumeration and a switch/case

bzr revid: xmo@openerp.com-20110628082255-d3r94stgmxaq0q5q

13 years ago[IMP] creation of FieldOne2Many views registry: just clone the normal view registry...
Xavier Morel [Tue, 28 Jun 2011 08:22:28 +0000 (10:22 +0200)]
[IMP] creation of FieldOne2Many views registry: just clone the normal view registry and re-set the list key

bzr revid: xmo@openerp.com-20110628082228-xhm0c43qo91123w2

13 years ago[FIX] actions loading when action domain is 'false'
Xavier Morel [Tue, 28 Jun 2011 07:57:55 +0000 (09:57 +0200)]
[FIX] actions loading when action domain is 'false'

bzr revid: xmo@openerp.com-20110628075755-fefmksebrd7snyzj

13 years ago[FIX] minor style and logic fixes
Xavier Morel [Tue, 28 Jun 2011 06:09:34 +0000 (08:09 +0200)]
[FIX] minor style and logic fixes

* Improve the use of _.extend to merge a defined set of keys into a dict, rather than do it via []
* Array() should be newed
* Removed redundant variable (assignment to self)
* Remember to use hasOwnProperty when iterating on an object's properties

bzr revid: xmo@openerp.com-20110628060934-sh43wku6go3miwce

13 years ago[FIX] 1) project - imporved the gantt view of the Task 2) project_long_term:refectore...
Jigar Amin [Tue, 28 Jun 2011 05:39:40 +0000 (11:09 +0530)]
[FIX] 1) project - imporved the gantt view of the Task 2) project_long_term:refectored phase scheduling procress

bzr revid: jam@tinyerp.com-20110628053940-fg62i9foq6ph1adz

13 years ago[FIX] Fix the problem of reconfirm
DBR (OpenERP) [Tue, 28 Jun 2011 05:03:50 +0000 (10:33 +0530)]
[FIX] Fix the problem of reconfirm

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

bzr revid: dbr@tinyerp.com-20110628050350-yt7muh597au50xpr

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 28 Jun 2011 04:40:31 +0000 (04:40 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110628044031-fyrldmppur3u2vso

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 28 Jun 2011 04:39:20 +0000 (04:39 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110628043920-ily8l9uswahaf0c0

13 years ago[FIX] name_get should use a list for ids, some addons are not tolerant to single id
Fabien Meghazi [Mon, 27 Jun 2011 17:02:09 +0000 (19:02 +0200)]
[FIX] name_get should use a list for ids, some addons are not tolerant to single id

bzr revid: fme@openerp.com-20110627170209-203toh7k14f58xg6

13 years ago[FIX] Add dataset context to action executor for buttons
Fabien Meghazi [Mon, 27 Jun 2011 16:57:52 +0000 (18:57 +0200)]
[FIX] Add dataset context to action executor for buttons

bzr revid: fme@openerp.com-20110627165752-0saluid6q3qu7sgt

13 years ago[MERGE] fix bug lp:799182 by jam
tfr@openerp.com [Mon, 27 Jun 2011 15:46:37 +0000 (17:46 +0200)]
[MERGE] fix bug lp:799182 by jam

bzr revid: tfr@openerp.com-20110627154637-fy9npyv1g8wzlo8a

13 years ago[FIX] Fix m2o set_value()
Fabien Meghazi [Mon, 27 Jun 2011 14:59:06 +0000 (16:59 +0200)]
[FIX] Fix m2o set_value()

bzr revid: fme@openerp.com-20110627145906-obv1s9g8ymy2eoip

13 years ago[IMP] netsvc: even uglier logging code.
Vo Minh Thu [Mon, 27 Jun 2011 14:31:28 +0000 (16:31 +0200)]
[IMP] netsvc: even uglier logging code.

bzr revid: vmt@openerp.com-20110627143128-fkau44h1smozzl8i

13 years ago[IMP] in form view, try all widget possibilities in sequence, so that the form falls...
Xavier Morel [Mon, 27 Jun 2011 14:14:38 +0000 (16:14 +0200)]
[IMP] in form view, try all widget possibilities in sequence, so that the form falls back on the default widget if it does not find a more precise spec

bzr revid: xmo@openerp.com-20110627141438-r0gq292w7jp4s79n

13 years ago[FIX] ViewManagerAction do not set the Dataset index when loading action's res_id
Fabien Meghazi [Mon, 27 Jun 2011 13:29:11 +0000 (15:29 +0200)]
[FIX] ViewManagerAction do not set the Dataset index when loading action's res_id

bzr revid: fme@openerp.com-20110627132911-e54mzgkmt28lyhi2

13 years ago[MERGE] some refactoring in fields_view_get.
Vo Minh Thu [Mon, 27 Jun 2011 13:26:01 +0000 (15:26 +0200)]
[MERGE] some refactoring in fields_view_get.

bzr revid: vmt@openerp.com-20110627132601-qw6ejx2v4xywq4ai

13 years ago[FIX] error reporting during domain and context evaluation failure
Xavier Morel [Mon, 27 Jun 2011 13:12:47 +0000 (15:12 +0200)]
[FIX] error reporting during domain and context evaluation failure

maybe, just maybe, interpolating reported data into the error string could be useful for debugging

bzr revid: xmo@openerp.com-20110627131247-lv38qdg77v22u4hx