~unifield-team/unifield-web/web_aio_24

« back to all changes in this revision

Viewing changes to openerp/addons/base/widgets/graph.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:
46
46
from openerp.tools import common
47
47
from openerp.tools import cache
48
48
 
49
 
from openerp.base.widgets import JSSource, JSLink
50
 
from openerp.base.widgets import TinyWidget
 
49
from openerp.widgets import JSSource, JSLink
 
50
from openerp.widgets import TinyWidget
51
51
 
52
52
 
53
53
DT_FORMAT = '%Y-%m-%d'