Commit Graph

30842 Commits

Author SHA1 Message Date
Fabien Meghazi f07f60b3da [IMP] Use label@colspan in order to diferentiate fields label from paragraph
bzr revid: fme@openerp.com-20110628164238-zctbvza7isf4166t
2011-06-28 18:42:38 +02:00
Fabien Meghazi 48a7655126 [FIX] Use record_id instead of dataset in View#execute_action
bzr revid: fme@openerp.com-20110628163507-diaevrugqyxkfcvn
2011-06-28 18:35:07 +02:00
niv-openerp 667dce3344 [fix] fixed some problems with m2o (too much on_change and "theorically unreachable state")
bzr revid: nicolas.vanhoren@openerp.com-20110628162254-072qiigm32d897wv
2011-06-28 18:22:54 +02:00
niv-openerp 4b4e8cdf7d [fix] fixed some problems with m2o (too much on_change and "theorically unreachable state")
bzr revid: nicolas.vanhoren@openerp.com-20110628162206-3dowhy9t5ffj2mzp
2011-06-28 18:22:06 +02:00
tfr@openerp.com 2ea0b6a37c [MERGE] fix calendar unlink traceback
bzr revid: tfr@openerp.com-20110628160829-236tsg07n940isk9
2011-06-28 18:08:29 +02:00
Fabien Meghazi 23ec19c2fb [ADD] Added DataSet#call_button javascript side
bzr revid: fme@openerp.com-20110628160103-jpkd4r1batz5nlfp
2011-06-28 18:01:03 +02:00
Fabien Meghazi d933184dcc [ADD] Added Dataset#call_button for form's buttons triggering action that should be cleaned
bzr revid: fme@openerp.com-20110628155956-yj8m2r7kpjye5m8v
2011-06-28 17:59:56 +02:00
Vo Minh Thu a101398751 [MERGE] netsvc+ir_cron: display the execution time in debug_rpc.
bzr revid: vmt@openerp.com-20110628153705-6mattiub65b7ozq3
2011-06-28 17:37:05 +02:00
Vo Minh Thu 5ae5809dab [REF] ir_cron: use DEBUG instead of DEBUG_RPC (as done previously).
bzr revid: vmt@openerp.com-20110628153148-hkxh5n1ct4y8k6z3
2011-06-28 17:31:48 +02:00
tfr@openerp.com ea870219e8 [MERGE] fix bug lp:802418
bzr revid: tfr@openerp.com-20110628150325-fksj714nwqj5roge
2011-06-28 17:03:25 +02:00
niv-openerp 3d81e16e9b [merge]
bzr revid: nicolas.vanhoren@openerp.com-20110628150016-nw2ft9g7v3ornw6y
2011-06-28 17:00:16 +02:00
niv-openerp a6ccfd6b24 [imp] modified behavior of domain evaluation, now does not rely anymore on a context for evaluation
bzr revid: nicolas.vanhoren@openerp.com-20110628145516-2ts81ufkvjuwirku
2011-06-28 16:55:16 +02:00
Xavier Morel 7b91cbdab8 [FIX] trailing comma
bzr revid: xmo@openerp.com-20110628145508-jimwnt2syyptkg89
2011-06-28 16:55:08 +02:00
niv-openerp e819561d1a [imp] modified behavior of domain evaluation, now does not rely anymore on a context for evaluation
bzr revid: nicolas.vanhoren@openerp.com-20110628145413-ljqdmunxi7ykmytz
2011-06-28 16:54:13 +02:00
Xavier Morel de0d177627 [FIX] bug in CompoundDomain: need self alias to this
bzr revid: xmo@openerp.com-20110628144925-c138oielqt6ukozj
2011-06-28 16:49:25 +02:00
niv-openerp 801c05ccbd [imp] refactoring of the name_... methods + refactoring of the context and domain handling in many2ones
bzr revid: nicolas.vanhoren@openerp.com-20110628172325-hsz1w986vweahg54
2011-06-28 19:23:25 +02:00
tfr@openerp.com 9619f362e3 [MERGE] fix bug lp:802539
bzr revid: tfr@openerp.com-20110628144818-tqjtu8yilv298spf
2011-06-28 16:48:18 +02:00
Quentin (OpenERP) 1a431c38c0 [MERGE] configure your company wizard
bzr revid: qdp-launchpad@openerp.com-20110628144747-0ovn8o3mjaz7w9cc
2011-06-28 16:47:47 +02:00
niv-openerp 6d03efa638 [fix] redesigned evaluation context
bzr revid: nicolas.vanhoren@openerp.com-20110628142759-r7j8t8u1lgleklbv
2011-06-28 16:27:59 +02:00
Vo Minh Thu b8cc3b0d47 [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
2011-06-28 16:27:53 +02:00
Xavier Morel 6f0f3de251 [FIX] severe callbacks bug, and a few warnings
bzr revid: xmo@openerp.com-20110628142225-4ct5zodjpaopqkxt
2011-06-28 16:22:25 +02:00
Xavier Morel 62ef841b15 [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
2011-06-28 16:21:24 +02:00
Quentin (OpenERP) 0549da30c6 [FIX] added missing statement for importing tools
bzr revid: qdp-launchpad@openerp.com-20110628141853-ti7c6dspjgbv4crn
2011-06-28 16:18:53 +02:00
tfr@openerp.com 810a2472a4 [MERGE] fix undefined get_db_only in ftp and webdav by sbh
bzr revid: tfr@openerp.com-20110628141309-oag99snygj3vuqwn
2011-06-28 16:13:09 +02:00
Xavier Morel 79a24bd46e [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
2011-06-28 16:09:07 +02:00
niv-openerp 63a5ac2355 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20110628140534-3lvqp50zrav7s7ld
2011-06-28 16:05:34 +02:00
niv-openerp 58e236eb44 [fix] redesigned evaluation contexts
bzr revid: nicolas.vanhoren@openerp.com-20110628140418-lxmclab51ll0iwdd
2011-06-28 16:04:18 +02:00
niv-openerp aa9eedee9e [imp] added evaluation context into compound context
bzr revid: nicolas.vanhoren@openerp.com-20110628133407-yoqcfl6z3gm90ct6
2011-06-28 15:34:07 +02:00
Quentin (OpenERP) f8037b872d [MERGE] moving of name_get of res.currency from base_setup/todo.py
bzr revid: qdp-launchpad@openerp.com-20110628133124-wycptujyv3axwgvm
2011-06-28 15:31:24 +02:00
Fabien Meghazi 85e0fbc6fe [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
2011-06-28 15:30:44 +02:00
niv-openerp bbd9df8fc4 [imp] added super dict
bzr revid: nicolas.vanhoren@openerp.com-20110628131254-2cj2l9k4zsuxb7u0
2011-06-28 15:12:54 +02:00
Fabien Meghazi ad6ed2ac50 [IMP] Improved action management with dialogs
bzr revid: fme@openerp.com-20110628124355-gumchng9zuimrpra
2011-06-28 14:43:55 +02:00
niv-openerp 46d87b34b0 [imp] added evaluation context to compound context
bzr revid: nicolas.vanhoren@openerp.com-20110628121747-e8y1y3avglshzxv1
2011-06-28 14:17:47 +02:00
Rucha (Open ERP) 168e50d7f2 [IMP]: ir.actions.todo: Improvement in code in order to eval user.company_id.id in the context
bzr revid: rpa@tinyerp.com-20110628115855-kf0318w22mtnggil
2011-06-28 17:28:55 +05:30
Rucha (Open ERP) e2193e8a31 [IMP]: ir.actions.todo: When we pass res_id in the context of the action it should open the resource
bzr revid: rpa@tinyerp.com-20110628113131-qhnp7qnirsqa2z4g
2011-06-28 17:01:31 +05:30
Jigar Amin 53d27331d7 [FIX] project :code refectoring - context checking
bzr revid: jam@tinyerp.com-20110628105405-te8gigvwh860c41u
2011-06-28 16:24:05 +05:30
Ashutosh Srivastava (Open ERP) b84340d46e crm :remove comment
bzr revid: asr@tinyerp.com-20110628104635-e7w3eupitogc8p04
2011-06-28 16:16:35 +05:30
Fabien Meghazi 97da93d3a1 [IMP] Added on_act_window_closed in ViewManager
bzr revid: fme@openerp.com-20110628103049-n7aje7d1a81zjnq3
2011-06-28 12:30:49 +02:00
Ashutosh Srivastava (Open ERP) b0e033f261 [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
2011-06-28 15:55:36 +05:30
Jigar Amin 54dffb44fd [BUG/FIX] base_calendar - Events Reminder Schedular
lp bug: https://launchpad.net/bugs/802418 fixed

bzr revid: jam@tinyerp.com-20110628102359-cjo7aoljlmh6jy9c
2011-06-28 15:53:59 +05:30
Fabien Meghazi c2c64560c7 [FIX] Merge action context to dataset context from ViewManagerAction
bzr revid: fme@openerp.com-20110628100110-dy9p1r2gibuhk5ws
2011-06-28 12:01:10 +02:00
Fabien Meghazi d106b1479d [FIX] Correctly set index in DataSetStatic constructor
bzr revid: fme@openerp.com-20110628095858-euv72cho29rbu3hl
2011-06-28 11:58:58 +02:00
Rucha (Open ERP) 272b8a8c24 [ADD]: base: Moved name_get of res_currency from base_setup/installer.py
bzr revid: rpa@tinyerp.com-20110628095615-hohw60v4qyvqmvtc
2011-06-28 15:26:15 +05:30
Fabien Meghazi 597f850be5 [IMP] Pass context & dataset in constructor of DataSetSearch
bzr revid: fme@openerp.com-20110628093559-dvzvbi51o2xf7kmy
2011-06-28 11:35:59 +02:00
tfr@openerp.com b567ed3398 [FIX] unlink event traceback
bzr revid: tfr@openerp.com-20110628090726-6uo0wda3lbhq6nlg
2011-06-28 11:07:26 +02:00
Xavier Morel 3b87953ce7 [IMP] use fluent o2m commands for bulk replace in m2m as well
bzr revid: xmo@openerp.com-20110628083307-4pnzr7peavkv2nk2
2011-06-28 10:33:07 +02:00
Xavier Morel 77afa211fe [IMP] use a more fluent way to create o2m commands
bzr revid: xmo@openerp.com-20110628083050-x260mr5010o4v3gw
2011-06-28 10:30:50 +02:00
Xavier Morel d0a884a750 [IMP] replace cryptic 02M command codes by an enumeration and a switch/case
bzr revid: xmo@openerp.com-20110628082255-d3r94stgmxaq0q5q
2011-06-28 10:22:55 +02:00
Xavier Morel 7d30a1eea9 [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
2011-06-28 10:22:28 +02:00
Xavier Morel 88dcdc93c4 [FIX] actions loading when action domain is 'false'
bzr revid: xmo@openerp.com-20110628075755-fefmksebrd7snyzj
2011-06-28 09:57:55 +02:00