Commit Graph

375 Commits

Author SHA1 Message Date
Antony Lesuisse 6a58ba526a [IMP] action with menu_id
bzr revid: al@openerp.com-20111221114904-x8s6xqs70utrnsim
2011-12-21 12:49:04 +01:00
Christophe Simonis 65627b4359 [FIX] only append "Search" prefix if view has search view
bzr revid: chs@openerp.com-20111221104616-217iwi25jgyk4e23
2011-12-21 11:46:16 +01:00
Xavier Morel 7a06082c9f [FIX] add a flag to action descriptors to know when it went through a menu (and we should display the shortcut toggle)
lp bug: https://launchpad.net/bugs/906785 fixed

bzr revid: xmo@openerp.com-20111220164903-iakb397pbb96q1nh
2011-12-20 17:49:03 +01:00
Christophe Simonis 5168ac754c [FIX] show/hide views when there are loaded
bzr revid: chs@openerp.com-20111220173742-cel6khizmlrv9qom
2011-12-20 18:37:42 +01:00
Xavier Morel 265d9e1ef4 [ADD] translatable name to views
lp bug: https://launchpad.net/bugs/904989 fixed

bzr revid: xmo@openerp.com-20111216112054-xys9q3ap6dcatppr
2011-12-16 12:20:54 +01:00
Christophe Simonis 160801b0e6 [IMP] handle url for list views
bzr revid: chs@openerp.com-20111215153134-tdwy5y8j7ktm1dzv
2011-12-15 16:31:34 +01:00
Christophe Simonis af2e4fe2b5 [FIX] url handling of record id
bzr revid: chs@openerp.com-20111215142939-j2lz1irzoj10fy3v
2011-12-15 15:29:39 +01:00
Xavier Morel b5a797ba0a [IMP] mark a bunch of dialog stuff as exportable (mostly buttons, but also dialog titles)
bzr revid: xmo@openerp.com-20111215104031-h2xjkf0zwf8x8zjk
2011-12-15 11:40:31 +01:00
Antony Lesuisse 4b67791920 [FIX] working urls
bzr revid: al@openerp.com-20111214180442-51bny4wq12qs4okk
2011-12-14 19:04:42 +01:00
Antony Lesuisse 7991d820f5 [MERGE] trunk
bzr revid: al@openerp.com-20111214172434-u2i6im40bviq229q
2011-12-14 18:24:34 +01:00
Antony Lesuisse d1ddc1ee78 [IMP] factorise View.do_show do_hide
bzr revid: al@openerp.com-20111214171811-c4bka4nwylp3wn21
2011-12-14 18:18:11 +01:00
niv-openerp 91909f1927 [imp] now closes dialogs when using client actions
bzr revid: nicolas.vanhoren@openerp.com-20111214170356-znxja2f0jekb63a9
2011-12-14 18:03:56 +01:00
Christophe Simonis 99ffc0507f [WIP] better url management, only views are allowed to call this.do_push_state
bzr revid: chs@openerp.com-20111214160958-fb0dtboz2smakb6p
2011-12-14 17:09:58 +01:00
Fabien Meghazi 72aa0f74cd [IMP] Move flags to ViewManager level so it can be passed to its constructor
bzr revid: fme@openerp.com-20111214152903-7vzv503w3e1axtwh
2011-12-14 16:29:03 +01:00
Antony Lesuisse 99808af722 [FIX] url handling
bzr revid: al@openerp.com-20111213142608-bgbo5wkuf5xqbrvq
2011-12-13 15:26:08 +01:00
Fabien Meghazi 4c7068b5fc [IMP] Improved view debugging
bzr revid: fme@openerp.com-20111213113521-vd7lylwaxu0ob3r2
2011-12-13 12:35:21 +01:00
Antony Lesuisse d34a0d0e17 [IMP] url handling by chs
bzr revid: al@openerp.com-20111213105908-740uk5jf0r64lsdb
2011-12-13 11:59:08 +01:00
Christophe Simonis 68914b311b [FIX] remove unused variable
bzr revid: chs@openerp.com-20111213105009-otpfr3db20wakdtb
2011-12-13 11:50:09 +01:00
Christophe Simonis 3c9a0d91f0 [FIX] cleanup do_load_state methods
bzr revid: chs@openerp.com-20111213104100-qxvyqnr84bm1x6x5
2011-12-13 11:41:00 +01:00
Christophe Simonis 12ce718088 [IMP] limit the hash managment to the actionmanager of the webclient (and its viewmanager and views)
bzr revid: chs@openerp.com-20111212164455-44l31w1jr1sm2mg0
2011-12-12 17:44:55 +01:00
Christophe Simonis 642c8e040a [FIX] cleaning url managment
bzr revid: chs@openerp.com-20111212142012-cb5p5oxu2fzmcil2
2011-12-12 15:20:12 +01:00
Xavier Morel e688de835f [FIX] correctly take in account default group_by (from action context)
group_by are alternative: use the one from the search view if there is one
otherwise use the one from the action
and default is no group by

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

bzr revid: xmo@openerp.com-20111212141656-w41nnfhzw9kcu93k
2011-12-12 15:16:56 +01:00
Antony Lesuisse 900c2e2daa [IMP] action ir.ui.menu
bzr revid: al@openerp.com-20111212103905-6zjkkou9cquxs2ys
2011-12-12 11:39:05 +01:00
Fabien Meghazi 17b76fdc7e [ADD] action.flags.default_view defines default view to switch on when viewmanager is created.
bzr revid: fme@openerp.com-20111212094152-26eto8s1k9wlhxne
2011-12-12 10:41:52 +01:00
Christophe Simonis 607fa699d6 [IMP] fire the bbq
bzr revid: chs@openerp.com-20111209163114-23c0orpwbqom4js9
2011-12-09 17:31:14 +01:00
Xavier Morel bdb4582586 [FIX] failure to switch view due to switching to a non-existant view should not crash the viewmanager anymore
bzr revid: xmo@openerp.com-20111209144638-ppoxxlcn19sezyri
2011-12-09 15:46:38 +01:00
Vidhin Mehta (OpenERP) 76ec7bea05 [IMP]used pipe instead of then,
bzr revid: vme@tinyerp.com-20111209134809-l7rh0th8lgk5gz2i
2011-12-09 19:18:09 +05:30
Vidhin Mehta (OpenERP) 57aecd6bb1 [MERGE]merge with main branch.
bzr revid: vme@tinyerp.com-20111209055746-gel0yr4aum3gb76k
2011-12-09 11:27:46 +05:30
Vidhin Mehta (OpenERP) a84247b3f2 [IMP]improved code.
bzr revid: vme@tinyerp.com-20111209055146-sbj4z1fb203yknop
2011-12-09 11:21:46 +05:30
Fabien Meghazi 24148e721c [IMP] Add action buttons to debug view editing popup
Note: it causes an error because it wants to switch to page view but saves anyway.

bzr revid: fme@openerp.com-20111208150332-hf6kndst4wo0f3mt
2011-12-08 16:03:32 +01:00
Vidhin Mehta (OpenERP) b93b2f4025 [fix]fix code according to suggestion.
bzr revid: vme@tinyerp.com-20111208055909-coh3vxbbqxo7j250
2011-12-08 11:29:09 +05:30
Xavier Morel 22fb18bcbf [ADD] special case: creating a record from list goes back to page view, not list view
bzr revid: xmo@openerp.com-20111207153101-kzpolvmvmxnjl20m
2011-12-07 16:31:01 +01:00
Fabien Meghazi e9a54a5c11 [IMP] Raise console.error when no action.type defined
I see this error from times to times but never had a chance to reproduce it.
console.error will give a traceback + action object in order to fix the issue

bzr revid: fme@openerp.com-20111207161353-vnp6dm21xyedxgeg
2011-12-07 17:13:53 +01:00
Fabien Meghazi c635bebcfc [IMP] Update special case for dashboard
bzr revid: fme@openerp.com-20111207155913-o5e9rpthflfw2z10
2011-12-07 16:59:13 +01:00
Fabien Meghazi 2c0a365da8 [IMP] Debug "Edit Model" --> Sidebar "Customize Object"
bzr revid: fme@openerp.com-20111207151757-ww6kva60tudecf3l
2011-12-07 16:17:57 +01:00
Fabien Meghazi a464639221 [IMP] Improved debugging infos in sidebar and for debug View#xxx button
bzr revid: fme@openerp.com-20111207145514-s0yisb191841utp6
2011-12-07 15:55:14 +01:00
Fabien Meghazi 43373001a6 [FIX] Removed unused code
bzr revid: fme@openerp.com-20111207143518-mq3dma93nu8khpqx
2011-12-07 15:35:18 +01:00
Vidhin Mehta (OpenERP) 2d61e51473 [merge]merge with main branch.
bzr revid: vme@tinyerp.com-20111207125814-gq5edmjo5upfcofc
2011-12-07 18:28:14 +05:30
Vidhin Mehta (OpenERP) c4655794a1 [fix]fix code.
bzr revid: vme@tinyerp.com-20111207125200-qhcbvs557cjerg4x
2011-12-07 18:22:00 +05:30
Xavier Morel aa93c2ca39 [IMP] hide res.log messages when doing view switches (e.g. edit/save/cancel/whatever)
bzr revid: xmo@openerp.com-20111207110408-qa2lv1mw4oxa3qpa
2011-12-07 12:04:08 +01:00
niv-openerp d30c1d8c4f [imp] changed behavior when clicking on a root menu item wihout dashboard to be more consistent
bzr revid: nicolas.vanhoren@openerp.com-20111207105008-bt3m5vytpb2r06lh
2011-12-07 11:50:08 +01:00
Xavier Morel f3c671cbd8 [ADD] push/pop API for views
lp bug: https://launchpad.net/bugs/900225 fixed

bzr revid: xmo@openerp.com-20111207104503-gcy0gbin36s4uudh
2011-12-07 11:45:03 +01:00
Xavier Morel f16cb14ba1 [ADD] page view
bzr revid: xmo@openerp.com-20111207095005-kycj19uv5gpka6xx
2011-12-07 10:50:05 +01:00
Xavier Morel edcbc3830e [MERGE] trunk
bzr revid: xmo@openerp.com-20111207091404-1zdmhmsnvhveq7c4
2011-12-07 10:14:04 +01:00
Fabien Meghazi a4f6a4d725 [FIX] ViewManager should trigger SearchView#do_search only when it is ready
lp bug: https://launchpad.net/bugs/901070 fixed

bzr revid: fme@openerp.com-20111207090354-y4gr795g6pqx8iv6
2011-12-07 10:03:54 +01:00
Fabien Meghazi 6e33fed3b5 [ADD] Add support for custom arguments in View#do_execute_action
bzr revid: fme@openerp.com-20111206173142-4z2ysaqf456zbcig
2011-12-06 18:31:42 +01:00
Fabien Meghazi b12525e31a [ADD] Added deferred for view manager controllers
bzr revid: fme@openerp.com-20111206140452-m17hb2xb6ef3j4bg
2011-12-06 15:04:52 +01:00
Fabien Meghazi e719ba764a [FIX] Fixed view_manager double do_search triggering
[REM] Removed autosearch
[REM] Removed last search caching

bzr revid: fme@openerp.com-20111206113658-ntnl14ezdnqqhe3m
2011-12-06 12:36:58 +01:00
Fabien Meghazi 986ff55624 [FIX] Fix form and page buttons
bzr revid: fme@openerp.com-20111205135037-g9y8obto3y8rsuki
2011-12-05 14:50:37 +01:00
Fabien Meghazi aa0a6afcb5 [IMP] Do not display title on dashboards
Process view should be fixed in order to honor flags.display_title

bzr revid: fme@openerp.com-20111205115746-mnqteouxby3ig827
2011-12-05 12:57:46 +01:00
Fabien Meghazi 9e965230f6 [IMP] Include star shortcut in the view title h2 element
bzr revid: fme@openerp.com-20111130132543-fcl4avnrmpryaryt
2011-11-30 14:25:43 +01:00
Fabien Meghazi b552ff1991 [IMP] Seperate menu tips from action view manager's content
bzr revid: fme@openerp.com-20111130131154-cu9hrcxyjvw15wnc
2011-11-30 14:11:54 +01:00
Xavier Morel 4d7fff7851 [FIX] move reload-webclient-on-module-install to act_window execution
A special case reloads the Webclient if a dialog-included operation
involving potential module installation (base.module.upgrade, or
base.setup.installer) is involved.
      
This was performed on an act_close, but it meant a module-involving
act_window followed by a non-module-involving act_window
(e.g. installation of a chart of account) did not match the check
criteria and failed to trigger the reloading of the web client.
      
Check moved to act_window execution, and augments the on_close handler
bound to the dialog's closing any time a potential module installation
(see above) is encountered, to ensure we don't "lose" cases, such as
the installation of the `sales` application (from "add more
features"), which was the issue in the related lp bug.

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

bzr revid: xmo@openerp.com-20111128144726-aurpni1go73ezs6y
2011-11-28 15:47:26 +01:00
Fabien Meghazi 5c014979c2 [IMP] Ensure form is saved when xmo's protocol for sidebar context is used
bzr revid: fme@openerp.com-20111121163441-y200rwxk4g2jtzuj
2011-11-21 17:34:41 +01:00
Xavier Morel 542928adde [ADD] protocol to allow sidebar to query its parent view for context data
bzr revid: xmo@openerp.com-20111121140908-e9b3eygtt42m9bnp
2011-11-21 15:09:08 +01:00
Yogesh (OpenERP) 7ec009c0ba [FIX] fix problem of close popup in actio type of ir_actions_report_xml.
bzr revid: ysa@tinyerp.com-20111121091451-i9lvmv6yibys17vp
2011-11-21 14:44:51 +05:30
Yogesh (OpenERP) 9d1e3b7534 [FIX] action is ir_actions_report_xml then wizard automatically close.
lp bug: https://launchpad.net/bugs/891342 fixed

bzr revid: ysa@tinyerp.com-20111118073041-x28pnecgtredpc97
2011-11-18 13:00:41 +05:30
Fabien Meghazi eaee8c47b0 [IMP] Allows to define options per view in action flags
bzr revid: fme@openerp.com-20111117111857-bot6h87bh4tv3dfw
2011-11-17 12:18:57 +01:00
Fabien Meghazi db2c85635b [IMP] Upgraded unserscore version from 1.1.7 to 1.2.2 and underscore.string from 1.1.6 to 1.2.0
WARNING: underscore string does not mixin to underscore by default. Use _.str.*

bzr revid: fme@openerp.com-20111115123059-k31lhp0db2d8h22k
2011-11-15 13:30:59 +01:00
Fabien Meghazi 54bde62da0 [IMP] Form view sidebar actions like print should implicitly save the record
bzr revid: fme@openerp.com-20111114110239-g2s034i66rmhh2ne
2011-11-14 12:02:39 +01:00
Fabien Meghazi bb9f7923fb [FIX] Dynamic method calls in sidebar won't work once label are translated
bzr revid: fme@openerp.com-20111114104329-nyflvgm5kz7ykq2c
2011-11-14 11:43:29 +01:00
Fabien Meghazi 9c1ffaf129 [FIX] Prevent ViewManager to remove other spans from the title
bzr revid: fme@openerp.com-20111113120148-bwhdrxmimjq5ar6w
2011-11-13 13:01:48 +01:00
niv-openerp 0edad4d844 [imp] critical improvement to avoid hurting sensibility of well-educated users that know stuff about typography conventions in english writing
bzr revid: nicolas.vanhoren@openerp.com-20111110125046-3iii8wysyzwh3qcs
2011-11-10 13:50:46 +01:00
Xavier Morel 27835418e0 [IMP] various res.log improvements
bzr revid: xmo@openerp.com-20111109120934-e2zov5icnay7u76y
2011-11-09 13:09:34 +01:00
Fabien Meghazi 200e143ef3 [REM] Removed TranslateDialog tabs. Focus field correctly and scroll overflow to the focused field
bzr revid: fme@openerp.com-20111109115832-w711t2duob958j7v
2011-11-09 12:58:32 +01:00
Xavier Morel de0582a26b [ADD] ability to close res_log listing
bzr revid: xmo@openerp.com-20111109115009-bce3wb65tawhbn9z
2011-11-09 12:50:09 +01:00
Xavier Morel 493f313c67 [IMP] only display last 3 log items, add link to display everything
bzr revid: xmo@openerp.com-20111109113535-mwht7h1xkw4jdqfp
2011-11-09 12:35:35 +01:00
Xavier Morel 8b6a201278 [IMP] display logs in reverse chronological order
bzr revid: xmo@openerp.com-20111109110457-n6ijg7agc6mdoq28
2011-11-09 12:04:57 +01:00
Fabien Meghazi cd73802261 [IMP] Move 'Translate' in 'Customize' sidebar's section that is only shown for admin user. Link to ir.translation
bzr revid: fme@openerp.com-20111109104700-v0njrwgp0iciavt1
2011-11-09 11:47:00 +01:00
Xavier Morel 820a58cc4c [FIX] implicit global and duplicate local (wow)
bzr revid: xmo@openerp.com-20111109103450-hiy0ooj2b6ay7arq
2011-11-09 11:34:50 +01:00
niv-openerp a2a6c33951 [merge] improvements to the view editor
bzr revid: nicolas.vanhoren@openerp.com-20111103101952-a5zk1wgi1qkd6pr3
2011-11-03 11:19:52 +01:00
Yogesh (OpenERP) 8fcf3cf5d9 [MERGE] Merge with trunk upto revision no 1400.
bzr revid: ysa@tinyerp.com-20111101060743-3e79d5yg8pgww57h
2011-11-01 11:37:43 +05:30
Xavier Morel 4df4d335e6 [IMP] remove a few object trailing commas
bzr revid: xmo@openerp.com-20111028085212-vjpb1oejd8cv24mt
2011-10-28 10:52:12 +02:00
Xavier Morel a989c15dfb [ADD] titles on all viewmanagers, for o2m lists. Un-styled
bzr revid: xmo@openerp.com-20111027061727-0elo0jciwv7lu3mt
2011-10-27 08:17:27 +02:00
Fabien Meghazi 20e5cb63a4 [FIX] json_node_to_xml: whitespaces wrongly inserted around text nodes causing bugs in kanban views.
bzr revid: fme@openerp.com-20111025163531-nxr8gb4j2f7wne2a
2011-10-25 18:35:31 +02:00
Xavier Morel 59c9d34417 [ADD] title to all viewmanager variants
Uses the string of the current view arch by default, overridden with action name by ViewManagerAction.

Mostly of use for/with o2m and m2m fields

bzr revid: xmo@openerp.com-20111025143738-yugscol5kabg8whv
2011-10-25 16:37:38 +02:00
Xavier Morel 7451d66e4b [ADD] search: prefix to the view title when the current view is searchable:
bzr revid: xmo@openerp.com-20111025132326-83i1t2adn4o5vsjo
2011-10-25 15:23:26 +02:00
Yogesh (OpenERP) 96339d7160 [FIX]
bzr revid: ysa@tinyerp.com-20111025064323-ds0o146bi1r83kd5
2011-10-25 12:13:23 +05:30
Yogesh (OpenERP) f1f48e69f0 [MERGE] Merge with trunk upto revision no 1349.
bzr revid: ysa@tinyerp.com-20111017051054-5l3pjg5sytilkjwg
bzr revid: ysa@tinyerp.com-20111018045137-msfhlnn9lofb26xv
bzr revid: ysa@tinyerp.com-20111019050434-b2uyjsget3ezfmpp
bzr revid: ysa@tinyerp.com-20111020045022-drhcz2yd62can1sy
bzr revid: ysa@tinyerp.com-20111021044543-1b1v2m4t32rifd33
bzr revid: ysa@tinyerp.com-20111024050516-2hasbf5q4v1j64kk
bzr revid: ysa@tinyerp.com-20111024130602-iixh5nvuio1nhs7x
bzr revid: ysa@tinyerp.com-20111025050237-xvf583083lg1hrrj
2011-10-25 10:32:37 +05:30
Antony Lesuisse f097e140b8 [IMP] try session instead of openerp,db and we would rename Session into Connection
bzr revid: al@openerp.com-20111024225431-g9eaqophnw3k8hh4
2011-10-25 00:54:31 +02:00
Xavier Morel 75c4b66589 [ADD] act_url support
bzr revid: xmo@openerp.com-20111019125604-e290rwdpme44wqc8
2011-10-19 14:56:04 +02:00
niv-openerp 9d9476b981 [fix] potential problem in contexts an button actions
bzr revid: nicolas.vanhoren@openerp.com-20111019095612-y7lw6o2lbfngdga5
2011-10-19 11:56:12 +02:00
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
Yogesh (OpenERP) 0a89e5f627 [MERGE] Merge with trunk upto revison no 1256.
bzr revid: ysa@tinyerp.com-20111014045839-rc5gvd0crl20pjqv
2011-10-14 10:28:39 +05:30
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
Yogesh (OpenERP) 89a7c1cdaf [MERGE] Merge with trunk upto revision no 1242.
bzr revid: ysa@tinyerp.com-20111013050907-gp4mqxjnatf9591b
2011-10-13 10:39:07 +05:30
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
Yogesh (OpenERP) 80e7857347 [MERGE] MErge with trunk upto revision no 1202.
bzr revid: ysa@tinyerp.com-20111011050327-wsyzdd0x53yiat6h
2011-10-11 10:33:27 +05:30
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
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
Yogesh (OpenERP) 82dfc15160 [MERGE] Merge with trunk upto revision no 1184.
bzr revid: ysa@tinyerp.com-20111010050054-hvwr29706js07cmb
2011-10-10 10:30:54 +05:30
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
Yogesh (OpenERP) aad669d89e [MERGE] Merge wtih trunk upto revision no 1046.
bzr revid: ysa@tinyerp.com-20111005051639-8tkce0yihk3ksfv5
2011-10-05 10:46:39 +05:30
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
sma (Tiny) 7e9e542418 [MERGE]
bzr revid: sma@tinyerp.com-20110926105300-72fwa60uvvdf1qgg
bzr revid: sma@tinyerp.com-20111003112731-uobxur1ryqb5laxy
2011-10-03 16:57:31 +05:30
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
Vidhin Mehta (OpenERP) e34c9b01a5 [FIX]Rename openerp to db.
bzr revid: vme@tinyerp.com-20110919070559-l703ghrpnv4bmehn
2011-09-19 12:35:59 +05:30
Vidhin Mehta (OpenERP) c45b2748ab [merge]upto revno.1054.
bzr revid: vme@tinyerp.com-20110919061000-4h16q60a9zy6diy7
2011-09-19 11:40:00 +05:30
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
Vidhin Mehta (OpenERP) 972e0ff71c [imp]improve code for creating object of xml for tree view.
bzr revid: vme@tinyerp.com-20110915122837-4v344b0g0lsrq9u9
2011-09-15 17:58:37 +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
Xavier Morel 74d0339fb0 [ADD] base res_log display
bzr revid: xmo@openerp.com-20110914121305-mcey8e3t36omkr2k
2011-09-14 14:13:05 +02:00
Xavier Morel c5c689a21c [IMP] when hiding a given menu tip, hide for the length of the web client session
bzr revid: xmo@openerp.com-20110914101531-ci5c8z7rearvycyh
2011-09-14 12:15:31 +02:00
Xavier Morel e70ebcab8d [ADD] ability to hide menu help, only this or all help sections
bzr revid: xmo@openerp.com-20110914100833-fo4arcaa92zu1361
2011-09-14 12:08:33 +02:00
Xavier Morel a84f8fac3e [IMP] move action name display to ViewManagerAction, move form's debug (display view code button) to viewmanageraction as well
bzr revid: xmo@openerp.com-20110914091319-o1941w689183wivt
2011-09-14 11:13:19 +02:00
Vidhin Mehta (OpenERP) b6076c3cc3 [Merge] upto revno 1024.
bzr revid: vme@tinyerp.com-20110914053746-ri6d5s341mm6tc7n
2011-09-14 11:07:46 +05:30
niv-openerp 891c215272 [imp] removed completely this.log
bzr revid: nicolas.vanhoren@openerp.com-20110913121728-ehqqsimfqyqzj1m1
2011-09-13 14:17:28 +02:00
Xavier Morel 4c35dde0e0 [FIX] reintroduce code which was not redundant after all
bzr revid: xmo@openerp.com-20110913064745-xk3xgmqkmu2zh6hp
2011-09-13 08:47:45 +02:00
Xavier Morel 2f05581439 [FIX] correctly return readyness deferred from ViewManagerAction's start method
bzr revid: xmo@openerp.com-20110913063830-eyyfczieq6w1b1j4
2011-09-13 08:38:30 +02:00
Xavier Morel 2f7229de36 [IMP] remove redundant code in ViewManagerAction initializer
bzr revid: xmo@openerp.com-20110913063617-jh69s47vgwxokba1
2011-09-13 08:36:17 +02:00
Xavier Morel 7c75a5e35c [IMP] cleanup fubared whitespace
bzr revid: xmo@openerp.com-20110913063346-dq34na1d8ygvks1f
2011-09-13 08:33:46 +02:00
Xavier Morel 625c933bf6 [FIX] issue with searchview appearing alongside non-searchable views (e.g. form) when they're the primary (initially loaded) view for an action
bzr revid: xmo@openerp.com-20110913063238-hki65oukviah8u2k
2011-09-13 08:32:38 +02:00
Xavier Morel 9e3fe8e471 [FIX] issues with list not being a primary action view
* ViewManagerAction should always instantiate a DataSetSearch, if
  there's a res_id add it to the DataSet
* Always define a base DataGroup (groupless) on the ListView's groups,
  so it can be shown() without a search (will just use default dataset
  parameters)

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

bzr revid: xmo@openerp.com-20110913063121-ry2cuwiuqfo655xe
2011-09-13 08:31:21 +02:00
Kunal Chavda (OpenERP) df1edc236b [MERGE]Merge with trunk upto revision no 1011.
bzr revid: kch@tinyerp.com-20110913054406-yrjafv0qdzzijizz
2011-09-13 11:14:06 +05:30
niv-openerp 06d80b1d4e [imp] added context propagation when an action is triggered by a button to match behavior of gtk client
bzr revid: nicolas.vanhoren@openerp.com-20110912132000-ibzm0fepg5p4o4ag
2011-09-12 15:20:00 +02:00
niv-openerp 9112bdc880 [fix] problem with server actions, presumably old test code with static values
bzr revid: nicolas.vanhoren@openerp.com-20110912130727-mm9n2473u4ta8bk8
2011-09-12 15:07:27 +02:00
Xavier Morel ab6f81825c [FIX] avoid shortcut-star appearing in o2m fields
lp bug: https://launchpad.net/bugs/842545 fixed

bzr revid: xmo@openerp.com-20110912130518-kmvebgjdwzz30ibj
2011-09-12 15:05:18 +02:00
Vaibhav (OpenERP) 0f9c39acdb [FIX] Indentation.cleanup space,tabs.
bzr revid: vda@tinyerp.com-20110912125738-ngubj1wpfp6t7s4u
2011-09-12 18:27:38 +05:30
Xavier Morel 127364adca [IMP] fix more jsdoc to not have any global extracted in jsdoc
bzr revid: xmo@openerp.com-20110912120604-ojzbfhjkobgoueo6
2011-09-12 14:06:04 +02:00
Vaibhav (OpenERP) 61e6bd9348 [FIX] Inherit template.load right template.
bzr revid: vda@tinyerp.com-20110912105325-0e7f9jmt79ztao5w
2011-09-12 16:23:25 +05:30
Vaibhav (OpenERP) 7635658034 [FIX] Override viewmanager,show stars when called from actionmanager.
bzr revid: vda@tinyerp.com-20110912082426-snwh0cc5ac75g7xz
2011-09-12 13:54:26 +05:30
Kunal Chavda (OpenERP) a8467f7b3c [MERGE]Merge with trunk upto revision no 970.
bzr revid: kch@tinyerp.com-20110908103919-0elkj4hdhhgpvx6o
2011-09-08 16:09:19 +05:30
Kunal Chavda (OpenERP) 783904920a [FIX]Fixed code for python related problems as par review.
bzr revid: kch@tinyerp.com-20110908102400-7udk4wzl0blt7jgg
2011-09-08 15:54:00 +05:30
niv-openerp fb8588e3c5 [imp] added todo
bzr revid: nicolas.vanhoren@openerp.com-20110907143155-66ceqs76hxzjvxtw
2011-09-07 16:31:55 +02:00
niv-openerp 51d0c0037b [imp] added warning when no item selected in reports
bzr revid: nicolas.vanhoren@openerp.com-20110907132810-q0norgc0qrlvg3hs
2011-09-07 15:28:10 +02:00
niv-openerp b4694f6a91 [fix] (x-files mode on) problem with some reports that are not reports (x-files mode off)
bzr revid: nicolas.vanhoren@openerp.com-20110907132320-uf2e5a6crjg04r84
2011-09-07 15:23:20 +02:00
Fabien Meghazi e0eec18342 [IMP] Removed global QWeb. Now instanciate a QWeb2.Engine for each session: instance.web.qweb
bzr revid: fme@openerp.com-20110907093743-k0224c5qjb74hxvb
2011-09-07 11:37:43 +02:00
Xavier Morel 0b17356d23 [FIX] report action management: correctly download reports
bzr revid: xmo@openerp.com-20110907072358-94qnrzx1ww951shv
2011-09-07 09:23:58 +02:00
Kunal Chavda (OpenERP) 7fdb13dfff [MERGE]Merge with trunk upto revision no 933.
bzr revid: kch@tinyerp.com-20110906131755-s8xgoyvp0za0lqjk
2011-09-06 18:47:55 +05:30
Kunal Chavda (OpenERP) 4c31251a43 [FIX]Fixed code as par rename web from base and read file data problem.
bzr revid: kch@tinyerp.com-20110906130525-axb8e40gc1zya9a3
2011-09-06 18:35:25 +05:30
Fabien Meghazi 5aebed0ecc [MERGE] Merge Kanban view
bzr revid: fme@openerp.com-20110906130201-usfd4sm2ltizhdfc
2011-09-06 15:02:01 +02:00
Kunal Chavda (OpenERP) a9446c53f9 [MERGE]Merge with trunk upto revision no 931.
bzr revid: kch@tinyerp.com-20110906125440-turixz49exf0po30
2011-09-06 18:24:40 +05:30
niv-openerp 2e0ff64454 [fix] modified reports to not get the sxw any more
bzr revid: nicolas.vanhoren@openerp.com-20110906125411-ux7oykhipu4xmort
2011-09-06 14:54:11 +02:00
Xavier Morel 4f8b43561f [IMP] terminate a bunch of unterminated statements
bzr revid: xmo@openerp.com-20110906085853-2a5tqi92jdnglejd
2011-09-06 10:58:53 +02:00
Antony Lesuisse bedfc48dcf rename base into web part1
bzr revid: al@openerp.com-20110905110309-egx167t1ni1fzho1
2011-09-05 13:03:09 +02:00