~openerp-dev/openerp-web/trunk-widget-tooltip-mba

« back to all changes in this revision

Viewing changes to addons/web_gantt/__openerp__.py

  • Committer: Gery Debongnie
  • Date: 2014-05-02 12:33:55 UTC
  • mfrom: (3910.1.92 trunk)
  • mto: (3910.1.93 web)
  • mto: This revision was merged to the branch mainline in revision 3944.
  • Revision ID: ged@openerp.com-20140502123355-9dqpwq1g9rrpisxj
[MERGE] merge from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
""",
9
9
    'version': '2.0',
10
10
    'depends': ['web'],
11
 
    'js': [
12
 
        'static/lib/dhtmlxGantt/sources/dhtmlxcommon.js',
13
 
        'static/lib/dhtmlxGantt/sources/dhtmlxgantt.js',
14
 
        'static/src/js/gantt.js'
 
11
    'data' : [
 
12
        'views/web_gantt.xml',
15
13
    ],
16
 
    'css': ['static/src/css/gantt.css', 'static/lib/dhtmlxGantt/codebase/dhtmlxgantt.css'],
17
14
    'qweb': [
18
15
        'static/src/xml/*.xml',
19
16
    ],