~openerp-dev/openerp-web/trunk-website-backend-integration-sle-csn

« back to all changes in this revision

Viewing changes to addons/web_kanban_gauge/__openerp__.py

  • Committer: Cedric Snauwaert
  • Date: 2014-05-06 11:30:51 UTC
  • mfrom: (3995.1.8 web)
  • Revision ID: csn@openerp.com-20140506113051-gk1m8bh01dgp0ech
[MERGE+FIX]merge with latest trunk and add method to show and add website div

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
""",
7
7
    'version': '1.0',
8
8
    'depends': ['web_kanban'],
9
 
    'js': [
10
 
        'static/lib/justgage/justgage.js',
11
 
        'static/src/js/kanban_gauge.js'
12
 
    ],
13
 
    'css': [
 
9
    'data' : [
 
10
        'views/web_kanban_gauge.xml',
14
11
    ],
15
12
    'qweb': [
16
13
    ],