~unifield-team/unifield-web/web_aio_24

« back to all changes in this revision

Viewing changes to openerp/tools/expose.py

  • Committer: ame (Tiny)
  • Date: 2009-11-09 12:42:57 UTC
  • Revision ID: ame@tinyerp.com-20091109124257-b1mscw0rn779ols5
[IMP] initial work on addons
        - seperated common framework api
        - created `base` addon
        - auto-load controllers based on `_cp_path` attribute

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
                    
220
220
                if _template:
221
221
                    
222
 
                    from openerp.base.widgets import Widget, OrderedSet
223
 
                    from openerp.base.widgets import js_i18n
 
222
                    from openerp.widgets import Widget, OrderedSet
 
223
                    from openerp.widgets import js_i18n
224
224
                    
225
225
                    res['widget_css'] = css = OrderedSet()
226
226
                    res['widget_javascript'] = js = {}