Browse Source

Declare the dependency on py3o.template - fix #3

pull/80/head
Houzefa Abbasbhay 11 years ago
parent
commit
2b26a5f2c8
  1. 3
      __openerp__.py

3
__openerp__.py

@ -15,6 +15,9 @@ The py3o.template package is required; install it with:
'depends': [
'base'
],
'external_dependencies': {
'python': ['py3o.template']
},
'data': [
'ir_report.xml',
],

Loading…
Cancel
Save