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

« back to all changes in this revision

Viewing changes to addons/web_tests_demo/__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
Test suite example, same code as that used in the testing documentation.
9
9
    """,
10
10
    'depends': ['web'],
11
 
    'js': ['static/src/js/demo.js'],
12
 
    'test': ['static/test/demo.js'],
 
11
    'data' : [
 
12
        'views/web_tests_demo.xml',
 
13
    ],
13
14
    'qweb': ['static/src/xml/demo.xml'],
14
15
}