# HG changeset patch # Parent 139dae60de67efa0017f5032f71ab774685c5507 diff --git a/__openerp__.py b/__openerp__.py --- a/__openerp__.py +++ b/__openerp__.py @@ -4,4 +4,5 @@ 'description': "Basic example of a (future) web module", 'category': 'Hidden', 'depends': ['web'], + 'js': ['static/src/js/first_module.js'], }