Commit Graph

83 Commits

Author SHA1 Message Date
niv-openerp 6ce8a18fbe [fix] context problem in accounting
lp bug: https://launchpad.net/bugs/871771 fixed

bzr revid: nicolas.vanhoren@openerp.com-20111018155733-45xhk7hg2xsmj26h
2011-10-18 17:57:33 +02:00
Fabien Meghazi 29f2f28afe [REV] Revert Rev.1290: Breaks more than it fixes
bzr revid: fme@openerp.com-20111018151534-3w5ms47i8yj48gpq
2011-10-18 17:15:34 +02:00
Fabien Meghazi 679983672d [FIX] Action buttons does not include active_id in context when loading action
lp bug: https://launchpad.net/bugs/871771 fixed

bzr revid: fme@openerp.com-20111018115040-66l0xiudl8yt8khq
2011-10-18 13:50:40 +02:00
Fabien Meghazi 1d0b38d034 [FIX] No title on page trigered by an action
lp bug: https://launchpad.net/bugs/872148 fixed

bzr revid: fme@openerp.com-20111017122335-vov2sy95sdt3dwp9
2011-10-17 14:23:35 +02:00
Xavier Morel 414126e724 [FIX] handle common case where action_data has no context, and should not be added to the compoundcontext
issue introduced in revision xmo@openerp.com-20111014122020-n3uz31ilemt1lvro

bzr revid: xmo@openerp.com-20111017072401-qfreccymm5bn0g4s
2011-10-17 09:24:01 +02:00
Xavier Morel 8e5a6b7c61 [FIX] correctly propagate the action_data context (in a do_execute_action) to the action itself
This is mainly of use for buttons: the context they set should apply not only to fetching and executing the initial action, but to all calls within the popup they open, if any

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

bzr revid: xmo@openerp.com-20111014122020-n3uz31ilemt1lvro
2011-10-14 14:20:20 +02:00
Antony Lesuisse 7b5b9d45ad [MERGE] notification cleanups by chs
bzr revid: al@openerp.com-20111014003056-3apcizt2i9qeb1ra
2011-10-14 02:30:56 +02:00
Antony Lesuisse 57d635f44d [FIX] soft reload after module installation
lp bug: https://launchpad.net/bugs/873362 fixed

bzr revid: al@openerp.com-20111013232054-2i5ptzfurjc429zw
2011-10-14 01:20:54 +02:00
Christophe Simonis 00b269d1c0 [IMP] nivification of Notification Widget
bzr revid: chs@openerp.com-20111013102653-wox1v4o9mfplzt2b
2011-10-13 12:26:53 +02:00
Christophe Simonis a58395f2af [FIX] do no load the menu until a session is active
[IMP] make menu loading hookable

bzr revid: chs@openerp.com-20111013081445-1xzvodzrtxvacbzz
2011-10-13 10:14:45 +02:00
Fabien Meghazi 65792ba3cb [MERGE] Change the way the sections and items are added to the sidebar
bzr revid: fme@openerp.com-20111012135735-6o905df1db7tmybh
2011-10-12 15:57:35 +02:00
Christophe Simonis 378a9de3e8 [FIX] hum hum
bzr revid: chs@openerp.com-20111012122622-dcuhelpcgv119s6g
2011-10-12 14:26:22 +02:00
Christophe Simonis 1dfd69590d [IMP] _t() sidebar
bzr revid: chs@openerp.com-20111012101802-fdrjaj80x03hx7xz
2011-10-12 12:18:02 +02:00
Christophe Simonis 32d2e527fb [FIX] explicitly provide the code of sidebar sections
bzr revid: chs@openerp.com-20111012095426-qb3see19uic61jr1
2011-10-12 11:54:26 +02:00
Fabien Meghazi 230d99a228 [IMP] Added condition for menu reloading
bzr revid: fme@openerp.com-20111012114331-7h9hask2nvy0m93d
2011-10-12 13:43:31 +02:00
Fabien Meghazi 5d7cf9c8f8 [IMP] Reload menu after installation wizardsi
Hardcoded check for action.context.active_model === 'base.module.upgrade' in ir_actions_act_window_close.
If you have a better solution, do not hesitate to propose it

bzr revid: fme@openerp.com-20111012110928-kcjstqt28sh7nhky
2011-10-12 13:09:28 +02:00
Antony Lesuisse 7f223e2d48 [FIX] ignore invalid url hashchanges
bzr revid: al@openerp.com-20111010203441-7b04w9ipkz1oxq8e
2011-10-10 22:34:41 +02:00
Christophe Simonis 27869cac8b [IMP] change the way the sections and items are added to the sidebar
bzr revid: chs@openerp.com-20111010123432-619o61elz09jm9sy
2011-10-10 14:34:32 +02:00
niv-openerp cb46665b01 [fix] some bugs with m2o & buttons while creation
bzr revid: nicolas.vanhoren@openerp.com-20111010095754-jfxvgtqvrfk3xqbn
2011-10-10 11:57:54 +02:00
Xavier Morel 072bb3d8ec [FIX] viewmanageraction loading: auto_search is the default, not the exception
this means if the auto_search attribute is missing, search automatically. Search should only
be prevented if auto_search is precisely false

bzr revid: xmo@openerp.com-20111005111210-qju8ocbhvqahczsz
2011-10-05 13:12:10 +02:00
Fabien Meghazi 19b7493711 [FIX] When reaching ir_actions_act_window_close without dialog, call on_closed if any
The static homepage do not reload the page when the module installed have no configuration actions (eg: returning direcly ir_actions_act_window_close)

bzr revid: fme@openerp.com-20111005101714-s5jy3gslni00a5jo
2011-10-05 12:17:14 +02:00
Fabien Meghazi e2b6e03c3c [FIX] Save last search before triggering do_search
bzr revid: fme@openerp.com-20111004075039-n8a30wnuueiwnbwt
2011-10-04 09:50:39 +02:00
Fabien Meghazi 82006438fe [MERGE] Merge with trunk
bzr revid: fme@openerp.com-20111003135613-8d2ep2fv3bv713t7
2011-10-03 15:56:13 +02:00
Fabien Meghazi 3e1b007478 [IMP] Viewmanager sets dataset's domain & context on_search
bzr revid: fme@openerp.com-20111003135203-d3p18cfdh5jko976
2011-10-03 15:52:03 +02:00
niv-openerp ea79880c3c [imp] disable buttons in form views during the execution of its action
bzr revid: nicolas.vanhoren@openerp.com-20110930161506-bbffc4gjdt43pbvn
2011-09-30 18:15:06 +02:00
Fabien Meghazi 59e70f4544 [FIX] si la vue est pas searchable on va appeler 'this.searchview[true]()'
bzr revid: fme@openerp.com-20110929144915-mgh3eaztp14cbbfp
2011-09-29 16:49:15 +02:00
Fabien Meghazi c0736631ca [IMP] Search also when controller is not yet instanciate
bzr revid: fme@openerp.com-20110929114720-cjpkgjr7rm03w5rn
2011-09-29 13:47:20 +02:00
Fabien Meghazi 03585c43c5 [MERGE] Merge with trunk
bzr revid: fme@openerp.com-20110929113120-30k2cdyyxw7tpfot
2011-09-29 13:31:20 +02:00
Fabien Meghazi a4336966fe [FIX] Forgot to merge dataset domain and contexts
bzr revid: fme@openerp.com-20110929102637-it9gxczwo40o1qqr
2011-09-29 12:26:37 +02:00
Fabien Meghazi 63223b30ab [IMP] Evaluate domain and context in viewmanager
bzr revid: fme@openerp.com-20110929095305-kol38i614124nvv7
2011-09-29 11:53:05 +02:00
Fabien Meghazi 96a350194a [FIX] Only trigger do_search on searchable controllers
bzr revid: fme@openerp.com-20110929080917-4ogqufkoyrwm5jej
2011-09-29 10:09:17 +02:00
Fabien Meghazi d80641da95 [FIX] Only trigger do_search when controller is ready
bzr revid: fme@openerp.com-20110928154549-xurjdf6qh7x73ck5
2011-09-28 17:45:49 +02:00
Fabien Meghazi 3909843bf8 [IMP] Search view can be initialized in ViewManager before start()
bzr revid: fme@openerp.com-20110928153254-e0rid4atpho0zf6k
2011-09-28 17:32:54 +02:00
niv-openerp e43790f7f2 [imp] refactoring to improve the way the components are destroyed
bzr revid: nicolas.vanhoren@openerp.com-20110928151613-8suxvi1rzn9t40gd
2011-09-28 17:16:13 +02:00
Fabien Meghazi 8b55e42884 [IMP] trigger do_search on_mode_switch. Use headless searchview when hidden and when no default specified
bzr revid: fme@openerp.com-20110928151306-d7aphegy2gedjsqk
2011-09-28 17:13:06 +02:00
Fabien Meghazi b00f4e7e1f [IMP] Always instantiate search view in ViewManagerAction
bzr revid: fme@openerp.com-20110928104458-1a6768411suiky6c
2011-09-28 12:44:58 +02:00
Fabien Meghazi ad8a70c763 [FIX] Context of actions loaded by buttons were not properly evaluated
bzr revid: fme@openerp.com-20110928093553-571zsugcocpkk1hm
2011-09-28 11:35:53 +02:00
Kunal Chavda (OpenERP) 288b0336cc [MERGE]Merge with trunk upto revision no 1054.
bzr revid: kch@tinyerp.com-20110919052218-lpz4jy6k2bu1inxv
2011-09-19 10:52:18 +05:30
Kunal Chavda (OpenERP) b8a01047ae [IMP]rename openerp to db.
bzr revid: kch@tinyerp.com-20110915070730-8jira5yy107s99vf
2011-09-15 12:37:30 +05:30
Kunal Chavda (OpenERP) 50567fcb63 [MERGE]Merge with trunk upto revision no 1043.
bzr revid: kch@tinyerp.com-20110915070222-1sw9bpp36s42nvt2
2011-09-15 12:32:22 +05:30
Antony Lesuisse 79440f2b7b [IMP] rename openerp into db in views.js (obsessive–compulsive rename disorder)
bzr revid: al@openerp.com-20110914215403-vu110701a9701nip
2011-09-14 23:54:03 +02:00
niv-openerp 716632b80c [fix] problem in reports
bzr revid: nicolas.vanhoren@openerp.com-20110915131201-c9j9y7gy4ludsxtp
2011-09-15 15:12:01 +02:00
niv-openerp 2836c157d4 [imp] changed init of most views + the places were we init them
bzr revid: nicolas.vanhoren@openerp.com-20110915094944-7l229rjknptr5vcl
2011-09-15 11:49:44 +02:00
niv-openerp eddd4a8827 [imp] added this._super() in all views
bzr revid: nicolas.vanhoren@openerp.com-20110915094246-6v6imml9bf3y4ycj
2011-09-15 11:42:46 +02:00
niv-openerp eb45de7805 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20110915093144-0ix1tdc8mcmx6l9p
2011-09-15 11:31:44 +02:00
niv-openerp 4e033738d0 [imp] nivified list view
bzr revid: nicolas.vanhoren@openerp.com-20110914143028-bwjnpw8vbubjc90k
2011-09-14 16:30:28 +02:00
Xavier Morel f460118f42 [ADD] res_log
bzr revid: xmo@openerp.com-20110914132033-kfezidhnr7xjuxsn
2011-09-14 15:20:33 +02:00
Xavier Morel 284f7467fa [ADD] low_profile action flag used by viewmanager to know if it needs to render the help menu (used by e.g. dashboards)
bzr revid: xmo@openerp.com-20110914131635-qyvwgvw2y67h9pu0
2011-09-14 15:16:35 +02:00
Antony Lesuisse 4ac9cc76f0 [IMP] very basic url support
bzr revid: al@openerp.com-20110914130308-catb05wb0t376lmi
2011-09-14 15:03:08 +02:00
Xavier Morel 980898da89 [ADD] correctly link log entries to the corresponding form view object
bzr revid: xmo@openerp.com-20110914122525-mo3oirufdgks83ug
2011-09-14 14:25:25 +02:00