Commit Graph

28 Commits

Author SHA1 Message Date
Xavier Morel b4cd776b25 [FIX] correctly load calendar addon
* Fix loading of active modules (don't hardcode list)
* Implement loading of CSS files via css list
* Fix Calendar addon
  - Add list of JS files to descriptor
  - Add list of CSS files to descriptor
  - Have calendar load its own qweb template file
  - Put calendar in the correct namespace (openerp.base_calendar) instead of a nonsensical one

bzr revid: xmo@openerp.com-20110413125042-feiimul8617a51d6
2011-04-13 14:50:42 +02:00
Xavier Morel b7a638ccde [BOOM] deactivate all addons, remove links to addons stuff from base, do not belong there
bzr revid: xmo@openerp.com-20110413120756-md9lg1rgehoyg4mc
2011-04-13 14:07:56 +02:00
Fabien Meghazi e4d30d322a [ADD] Add action_manager temporary reference to session
bzr revid: fme@openerp.com-20110412140701-4kl7b1juoxdxye6q
2011-04-12 16:07:01 +02:00
niv-openerp ae1714dd4b [IMP] Even more improvements to web client.
bzr revid: nicolas.vanhoren@openerp.com-20110412131948-7vtg4cdg3lp4st1q
2011-04-12 15:19:48 +02:00
niv-openerp 8c7a9712e1 [IMP] Improved visual aspect.
bzr revid: nicolas.vanhoren@openerp.com-20110412122559-ebyjs30uo4gicpap
2011-04-12 14:25:59 +02:00
niv-openerp 9d3b604724 [FIX] Removed debugger keyword.
bzr revid: nicolas.vanhoren@openerp.com-20110411151059-q7gfmt0qjfmbv1kh
2011-04-11 17:10:59 +02:00
niv-openerp 5c774c82fb [IMP] Implemented working saved actions.
bzr revid: nicolas.vanhoren@openerp.com-20110411115933-xjmrhnsgrbhqlzfa
2011-04-11 13:59:33 +02:00
Fabien Meghazi bc82a989f2 [IMP] Renamed Notification methods 'default' -> notify , 'alert' -> warn
bzr revid: fme@openerp.com-20110411083032-zc87gltpnw2z7s0r
2011-04-11 10:30:32 +02:00
Antony Lesuisse a2c60d598c controller rework based on niv widget and xmo registry part1
bzr revid: al@openerp.com-20110410001222-pxar6n4szuy1zvzv
2011-04-10 02:12:22 +02:00
Antony Lesuisse 24a68e4061 minor logging improvement
bzr revid: al@openerp.com-20110409230727-dl78pjg6wvoo7g3e
2011-04-10 01:07:27 +02:00
Antony Lesuisse 1fb7203f1c [MERGE] proto61
bzr revid: al@openerp.com-20110407234130-hyt5nxg5pqh2iyes
2011-04-08 01:41:30 +02:00
Xavier Morel 90354c9220 [IMP] add notification to DataSet.unlink so we can see it, change notification duration to 1500ms from 5000
bzr revid: xmo@openerp.com-20110407154118-leopn5315t974saj
2011-04-07 17:41:18 +02:00
Fabien Meghazi 56532b80be [ADD] in rpc_ajax, first parameter can be url or $.ajax option object (with url inside)
bzr revid: fme@openerp.com-20110407135042-plwyesu7o7minf9i
2011-04-07 15:50:42 +02:00
Antony Lesuisse a65ac8c709 dataset split, crashmanager
bzr revid: al@openerp.com-20110406211037-uzn3n0uravuy900q
2011-04-06 23:10:37 +02:00
Xavier Morel f3af0d94d0 [FIX] FUCKING THING SUCKS
bzr revid: xmo@openerp.com-20110406070924-6zir9ygobgq619bb
2011-04-06 09:09:24 +02:00
Fabien Meghazi 37206e0078 [ADD] Changed notification. Added notification on form invalid.
bzr revid: fme@openerp.com-20110405173512-82k1uonpvrdflz4a
2011-04-05 19:35:12 +02:00
Fabien Meghazi b420f12dc5 [ADD] Added notifications
bzr revid: fme@openerp.com-20110405155348-xnszzo1d749l4lbl
2011-04-05 17:53:48 +02:00
Antony Lesuisse 9cccfd1350 o2m part1
bzr revid: al@openerp.com-20110405100450-afm9b23vdyfwbfis
2011-04-05 12:04:50 +02:00
Antony Lesuisse f59a134519 cosmetic changes, remove debug div
bzr revid: al@openerp.com-20110404195216-mp01qygi4er4k9yh
2011-04-04 21:52:16 +02:00
Xavier Morel f880ecb5d9 [FIX] race condition on auto_search due to desynchronized loading of search view and {any default main view}
If loading of search view completes before loading of content view, do_search is immediately called on search view and forwarded to content view which is *not* ready yet and therefore blows up.

Solved by having start() methods return a promise object (or a non-promise object taken as a fulfilled promise) which the viewmanager can use (from both search view and initial content view) to synchronize when both are ready and it's possible to start a search

bzr revid: xmo@openerp.com-20110401115005-inceqsj7qn4k3b8e
2011-04-01 13:50:05 +02:00
Xavier Morel 651e311119 [FIX] add correct toString for KeyNotFound and ObjectNotFound
bzr revid: xmo@openerp.com-20110331122018-kd6oz5942pvd6bgu
2011-03-31 14:20:18 +02:00
Xavier Morel e5466507ec [ADD] Registry object to record extensible mappings of objects (e.g. views or widgets)
bzr revid: xmo@openerp.com-20110331102023-iovd7s7ktk6zgb45
2011-03-31 12:20:23 +02:00
Xavier Morel 4b99639e32 [ADD] documenting the documentation, a bunch of JsDoc
bzr revid: xmo@openerp.com-20110330152736-iqcb533xgvzbnuq6
2011-03-30 17:27:36 +02:00
Antony Lesuisse c7e2d214ad renames part6 partially working
bzr revid: al@openerp.com-20110330143556-yogu79hyy5oojdvq
2011-03-30 16:35:56 +02:00
Antony Lesuisse dcb9634cea renames part4
bzr revid: al@openerp.com-20110330140048-qm5m28ns44hkqzvn
2011-03-30 16:00:48 +02:00
Antony Lesuisse 4dd20612ad renames part3
bzr revid: al@openerp.com-20110330140007-8mncjzcb07921iw4
2011-03-30 16:00:07 +02:00
Antony Lesuisse 561070589e renames part2
bzr revid: al@openerp.com-20110330135909-7vrkihfqubcg9tmz
2011-03-30 15:59:09 +02:00
Antony Lesuisse 2283e03546 reorganize directories
bzr revid: al@openerp.com-20110330135619-9lcvg2mijzxud8gr
2011-03-30 15:56:19 +02:00