odoo/odoo.git
13 years ago[IMP]purchase:fixed=>Traceback Generated after run the ORDERPOINT
ron@tinyerp.com [Wed, 29 Jun 2011 13:25:39 +0000 (18:55 +0530)]
[IMP]purchase:fixed=>Traceback Generated after run the ORDERPOINT

bzr revid: ron@tinyerp.com-20110629132539-9y8zxts1v39olmrt

13 years ago[FIX]purchase,procurement:Fixed=>Generate Sale order via Non admin User Po generated...
ron@tinyerp.com [Wed, 29 Jun 2011 05:18:00 +0000 (10:48 +0530)]
[FIX]purchase,procurement:Fixed=>Generate Sale order via Non admin User Po generated with wrong warehouse and company  ,For information Traceback Generated after run the ORDERPOINT it is a sequence problem and it has been fixed in lp:787052  :

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

bzr revid: ron@tinyerp.com-20110629051800-u71iztvvtbgsyzuq

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

13 years ago[FIX] m2o's get_value() should return false when internal value is null
Fabien Meghazi [Mon, 27 Jun 2011 11:32:21 +0000 (13:32 +0200)]
[FIX] m2o's get_value() should return false when internal value is null

bzr revid: fme@openerp.com-20110627113221-br4h8hfedzbbhd22

13 years ago[FIX] compute_domain does not use form widget's get_value()
Fabien Meghazi [Mon, 27 Jun 2011 11:31:22 +0000 (13:31 +0200)]
[FIX] compute_domain does not use form widget's get_value()

bzr revid: fme@openerp.com-20110627113122-lbe99a7381w54qyd

13 years ago[MERGE] fix regression
Vo Minh Thu [Mon, 27 Jun 2011 10:47:48 +0000 (12:47 +0200)]
[MERGE] fix regression
introduced at revno: 3466, revision-id: vmt@openerp.com-20110617072608-5tmwf2g2qb0pwrhk

bzr revid: vmt@openerp.com-20110627104748-hvvc3sb7nmxk85db

13 years ago[imp] added method to get fields values in form view
niv-openerp [Mon, 27 Jun 2011 10:09:56 +0000 (12:09 +0200)]
[imp] added method to get fields values in form view

bzr revid: nicolas.vanhoren@openerp.com-20110627100956-izjwcr9n5pgjun41

13 years ago[MERGE] import google project + calendar cleaning v1
tfr@openerp.com [Mon, 27 Jun 2011 10:03:43 +0000 (12:03 +0200)]
[MERGE] import google project + calendar cleaning v1

bzr revid: tfr@openerp.com-20110627100343-msagwsa1nba29497

13 years ago[REF] orm: added TODOs.
Vo Minh Thu [Mon, 27 Jun 2011 09:50:59 +0000 (11:50 +0200)]
[REF] orm: added TODOs.

bzr revid: vmt@openerp.com-20110627095059-lf8lctk1z0yawgrk

13 years ago[MERGE] trunk
tfr@openerp.com [Mon, 27 Jun 2011 09:44:20 +0000 (11:44 +0200)]
[MERGE] trunk

bzr revid: tfr@openerp.com-20110627094420-4hgyyo72orq3dp0u

13 years ago[FIX] orm.unlink(): cascade deletion of ir.model.data performed as admin
Olivier Dony [Mon, 27 Jun 2011 09:25:38 +0000 (11:25 +0200)]
[FIX] orm.unlink(): cascade deletion of ir.model.data performed as admin

Also replaced all uid == 1 references with a ROOT_USER_ID constant,
to make it more explicit.

bzr revid: odo@openerp.com-20110627092538-kq8hrjoii5o9l7k4

13 years ago[imp] made all relations accept the same value in input than the one created in output
niv-openerp [Mon, 27 Jun 2011 09:05:32 +0000 (11:05 +0200)]
[imp] made all relations accept the same value in input than the one created in output

bzr revid: nicolas.vanhoren@openerp.com-20110627090532-lrp05fal50sy0vna

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 26 Jun 2011 04:35:32 +0000 (04:35 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110625045901-98k6vcr38xovb98h
bzr revid: launchpad_translations_on_behalf_of_openerp-20110626043532-lxfq62fz43u0n5n0

13 years ago[IMP] review of contact import
tfr@openerp.com [Fri, 24 Jun 2011 16:11:17 +0000 (18:11 +0200)]
[IMP] review of contact import

bzr revid: tfr@openerp.com-20110624161117-6n2qzn3u2iix1pvb

13 years ago[merge]
niv-openerp [Fri, 24 Jun 2011 15:05:47 +0000 (17:05 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110624150547-w03jpa7nyik4srlz

13 years ago[IMP] Changed cursor over m2o context menu icon
Fabien Meghazi [Mon, 27 Jun 2011 08:40:44 +0000 (10:40 +0200)]
[IMP] Changed cursor over m2o context menu icon

bzr revid: fme@openerp.com-20110627084044-effwiknz7d0v0487

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 27 Jun 2011 04:46:11 +0000 (04:46 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110627044611-p2nznsg2ahoijbwm

13 years ago[IMP] vertical alignment of search fields containing filters: they should sit on...
Xavier Morel [Fri, 24 Jun 2011 14:31:17 +0000 (16:31 +0200)]
[IMP] vertical alignment of search fields containing filters: they should sit on the same baseline as all other fields

bzr revid: xmo@openerp.com-20110624143117-8nnxx6dze0z4d2rd

13 years ago[MERGE] features: new/updated portal and share modules
Olivier Dony [Fri, 24 Jun 2011 14:14:03 +0000 (16:14 +0200)]
[MERGE] features: new/updated portal and share modules

bzr revid: odo@openerp.com-20110624141403-5bemanedpsyw4xeb

13 years ago[FIX] broken spacing between table cells of some search view content
Xavier Morel [Fri, 24 Jun 2011 14:13:02 +0000 (16:13 +0200)]
[FIX] broken spacing between table cells of some search view content

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

bzr revid: xmo@openerp.com-20110624141302-gk6t7dp66mui3cee

13 years ago[FIX] add property length on FilterGroup so SearchView.field knows that it has sub...
Xavier Morel [Fri, 24 Jun 2011 14:05:08 +0000 (16:05 +0200)]
[FIX] add property length on FilterGroup so SearchView.field knows that it has sub-filters and can display them

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

bzr revid: xmo@openerp.com-20110624140508-9yhxwhd9myhisso1

13 years ago[FIX] fields: pass around the context in the create case of the many2many (thankks...
Vo Minh Thu [Fri, 24 Jun 2011 14:01:03 +0000 (16:01 +0200)]
[FIX] fields: pass around the context in the create case of the many2many (thankks to rco).

bzr revid: vmt@openerp.com-20110624140103-z7t3c029mc4uq5wu

13 years ago[MERGE] feature branch with improvements for sharing resources
Olivier Dony [Fri, 24 Jun 2011 13:35:29 +0000 (15:35 +0200)]
[MERGE] feature branch with improvements for sharing resources

Contains a few fixes for ir.rule management, tools for combining
domains, related tests, and a few minor fixes.

bzr revid: odo@openerp.com-20110624133529-z4y01gy2fm0x0oj1

13 years ago[MERGE] sync with trunk
Olivier Dony [Fri, 24 Jun 2011 13:34:57 +0000 (15:34 +0200)]
[MERGE] sync with trunk

bzr revid: odo@openerp.com-20110624133457-hu2yihcq1t6in6u0

13 years ago[IMP] lint cleanup
Olivier Dony [Fri, 24 Jun 2011 13:33:35 +0000 (15:33 +0200)]
[IMP] lint cleanup

bzr revid: odo@openerp.com-20110624133335-jf5kg6dh9kgxw2dg

13 years ago[FIX] corrected a test giving warning from the previous merge.
Vo Minh Thu [Fri, 24 Jun 2011 13:32:16 +0000 (15:32 +0200)]
[FIX] corrected a test giving warning from the previous merge.

bzr revid: vmt@openerp.com-20110624133216-9mxlte0jydnz74sb

13 years ago[MERGE] Fix the pickle problem
Bhumika (OpenERP) [Fri, 24 Jun 2011 13:20:23 +0000 (18:50 +0530)]
[MERGE] Fix the pickle problem

bzr revid: sbh@tinyerp.com-20110624132023-o40rozn41apmkhk9

13 years ago[FIX] pickle bug
Jigar Amin [Fri, 24 Jun 2011 12:06:07 +0000 (17:36 +0530)]
[FIX] pickle bug

bzr revid: jam@tinyerp.com-20110624120607-rce5msvoiprj7c6j

13 years ago[Fix] document_webdav: rename pooler method name
Bhumika (OpenERP) [Fri, 24 Jun 2011 10:56:10 +0000 (16:26 +0530)]
[Fix] document_webdav: rename pooler method name

bzr revid: sbh@tinyerp.com-20110624105610-874pt2oi9w641bmp

13 years ago[Fix] document_ftp: In pooler method is remvoe so i rename the method
Bhumika (OpenERP) [Fri, 24 Jun 2011 10:51:08 +0000 (16:21 +0530)]
[Fix] document_ftp: In pooler method is remvoe so i rename the method

bzr revid: sbh@tinyerp.com-20110624105108-w8pbhpb1mfb0kcfk

13 years ago[MERGE] sync with trunk
Olivier Dony [Fri, 24 Jun 2011 10:26:31 +0000 (12:26 +0200)]
[MERGE] sync with trunk

bzr revid: odo@openerp.com-20110624102631-kiy8j2d1fc7heeco

13 years ago[MERGE] sync with trunk
Olivier Dony [Fri, 24 Jun 2011 10:25:44 +0000 (12:25 +0200)]
[MERGE] sync with trunk

bzr revid: odo@openerp.com-20110624102544-5gkueta6bkk1xd8j

13 years ago[FIX] base_action_rule: dumb patch to avoid repeated calls to related cron task
Olivier Dony [Fri, 24 Jun 2011 10:24:19 +0000 (12:24 +0200)]
[FIX] base_action_rule: dumb patch to avoid repeated calls to related cron task

base.action.rule uses a trick to piggyback on the
first execution of ir.cron's poolJobs() to register
its ORM hooks. It was currently doing that every
single time poolJobs() was called, leading to
incessant querying the ORM objects for which a
base action rule exist.
Now it will do it only once, and then respect the
scheduled executions.
Soon this mechanism will be removed and replaced
by a proper event handler for some 'ORM finished init'
event, to be fired by the server.

bzr revid: odo@openerp.com-20110624102419-safqqq1hcc5v1tau

13 years ago[FIX] share: urlescaping + typo
Olivier Dony [Fri, 24 Jun 2011 10:17:27 +0000 (12:17 +0200)]
[FIX] share: urlescaping + typo

bzr revid: odo@openerp.com-20110624101727-jz3xfab71sio0afq

13 years ago[MERGE] res_lang: set the default lang for both partner and user, not just partner.
Vo Minh Thu [Fri, 24 Jun 2011 08:56:49 +0000 (10:56 +0200)]
[MERGE] res_lang: set the default lang for both partner and user, not just partner.

bzr revid: vmt@openerp.com-20110624085649-m52b2f62xfublvhx

13 years ago[MERGE] expression: all child_of cases can accept the same right operand.
Vo Minh Thu [Fri, 24 Jun 2011 08:43:11 +0000 (10:43 +0200)]
[MERGE] expression: all child_of cases can accept the same right operand.

bzr revid: vmt@openerp.com-20110624084311-q8581bjo3p6qji9e

13 years ago[MERGE] ir_ui_view: shortcut names are the (translated) ressource names they point to.
Vo Minh Thu [Fri, 24 Jun 2011 07:39:45 +0000 (09:39 +0200)]
[MERGE] ir_ui_view: shortcut names are the (translated) ressource names they point to.
- This revert revno 3391.2.1 (revision-id: nch@tinyerp.com-20110420054947-t02qg7sm8g5vzcuf).

bzr revid: vmt@openerp.com-20110624073945-omxdfg9pnnzz18y2

13 years ago[FIX]:shortcuts are reverted back to their original state i.e translatable becuase...
Naresh (OpenERP) [Fri, 24 Jun 2011 05:40:56 +0000 (11:10 +0530)]
[FIX]:shortcuts are reverted back to their original state i.e translatable becuase we removed  editing of the shortcuts from the client

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

bzr revid: nch@tinyerp.com-20110624054056-xbf6wdvblgoam652

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 24 Jun 2011 05:00:11 +0000 (05:00 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110623045640-fkofiyjqqzf6hj6m
bzr revid: launchpad_translations_on_behalf_of_openerp-20110624050011-am2yj6hmjdkpvdi2

13 years ago[merge]
niv-openerp [Thu, 23 Jun 2011 17:29:56 +0000 (19:29 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110623172956-0niyyycijsmp9ezg

13 years ago[imp] added save to o2m
niv-openerp [Thu, 23 Jun 2011 17:27:37 +0000 (19:27 +0200)]
[imp] added save to o2m

bzr revid: nicolas.vanhoren@openerp.com-20110623172737-koryk7a8ecoobtt7

13 years ago[imp] added save to o2m
niv-openerp [Thu, 23 Jun 2011 17:27:37 +0000 (19:27 +0200)]
[imp] added save to o2m

bzr revid: nicolas.vanhoren@openerp.com-20110623172737-3ij1etgf73otx2ip

13 years ago[imp] put correct behavior in creation popup
niv-openerp [Thu, 23 Jun 2011 17:07:34 +0000 (19:07 +0200)]
[imp] put correct behavior in creation popup

bzr revid: nicolas.vanhoren@openerp.com-20110623170734-o7fab8axwupy6dwg

13 years ago[imp] put correct behavior in creation popup
niv-openerp [Thu, 23 Jun 2011 17:07:34 +0000 (19:07 +0200)]
[imp] put correct behavior in creation popup

bzr revid: nicolas.vanhoren@openerp.com-20110623170734-aololq8r37xp84gh

13 years ago[imp] refactored one2many dataset & created read only search dataset & used it in...
niv-openerp [Thu, 23 Jun 2011 16:57:17 +0000 (18:57 +0200)]
[imp] refactored one2many dataset & created read only search dataset & used it in the select create popup

bzr revid: nicolas.vanhoren@openerp.com-20110623165717-di9r0i463tm4wm7a

13 years ago[imp] refactored one2many dataset & created read only search dataset & used it in...
niv-openerp [Thu, 23 Jun 2011 16:57:17 +0000 (18:57 +0200)]
[imp] refactored one2many dataset & created read only search dataset & used it in the select create popup

bzr revid: nicolas.vanhoren@openerp.com-20110623165717-0chc04ez42ehhde7

13 years ago[fix] bugs during write and unlink
niv-openerp [Thu, 23 Jun 2011 15:58:07 +0000 (17:58 +0200)]
[fix] bugs during write and unlink

bzr revid: nicolas.vanhoren@openerp.com-20110623155807-5pajem0tq8f4fu56

13 years ago[FIX] Date widgets does not correctly validate
Fabien Meghazi [Thu, 23 Jun 2011 17:20:50 +0000 (19:20 +0200)]
[FIX] Date widgets does not correctly validate

bzr revid: fme@openerp.com-20110623172050-deldzkj98hcuhjjs

13 years ago[fix] lot of bugs in o2m
niv-openerp [Thu, 23 Jun 2011 16:00:08 +0000 (18:00 +0200)]
[fix] lot of bugs in o2m

bzr revid: nicolas.vanhoren@openerp.com-20110623160008-9yt66d4ll48s9ftm

13 years ago[imp] removed useless method in main.py
niv-openerp [Thu, 23 Jun 2011 15:59:46 +0000 (17:59 +0200)]
[imp] removed useless method in main.py

bzr revid: nicolas.vanhoren@openerp.com-20110623155946-mj3lca6u617exxsn

13 years ago[fix] bugs during write and unlink
niv-openerp [Thu, 23 Jun 2011 15:58:07 +0000 (17:58 +0200)]
[fix] bugs during write and unlink

bzr revid: nicolas.vanhoren@openerp.com-20110623155807-57jmqyabo7te3eud

13 years ago[fix] bugs during write and unlink
niv-openerp [Thu, 23 Jun 2011 15:58:07 +0000 (17:58 +0200)]
[fix] bugs during write and unlink

bzr revid: nicolas.vanhoren@openerp.com-20110623155807-xob4uhcgm3qxeao2

13 years ago[IMP] Improved form
Fabien Meghazi [Thu, 23 Jun 2011 15:55:09 +0000 (17:55 +0200)]
[IMP] Improved form

bzr revid: fme@openerp.com-20110623155509-00vf7x2bwu1bqpx9

13 years ago[FIX] Dataset's index default value should be null
Fabien Meghazi [Thu, 23 Jun 2011 15:52:18 +0000 (17:52 +0200)]
[FIX] Dataset's index default value should be null

bzr revid: fme@openerp.com-20110623155218-205t5nb0etjdgfc4

13 years ago[FIX] netsvc: revert introduction of cgitb
Vo Minh Thu [Thu, 23 Jun 2011 14:36:51 +0000 (16:36 +0200)]
[FIX] netsvc: revert introduction of cgitb
(was done at revno 3452, revision-id vmt@openerp.com-20110609073416-ml22a1vhtizl3z71)

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

bzr revid: vmt@openerp.com-20110623143651-v1x7obfnj48khsdj

13 years ago[fix] small bug in o2m
niv-openerp [Thu, 23 Jun 2011 14:12:01 +0000 (16:12 +0200)]
[fix] small bug in o2m

bzr revid: nicolas.vanhoren@openerp.com-20110623122239-1rxrj2qt8zqx2bc1
bzr revid: nicolas.vanhoren@openerp.com-20110623124051-havyvxpyh43jlyen
bzr revid: nicolas.vanhoren@openerp.com-20110623125749-51tsd5ue8dxgtwck
bzr revid: nicolas.vanhoren@openerp.com-20110623141201-owd5gcomf6rdhyzq