Browse Source

[FIX] remove dependencies and add into buildout configuration instead

6.1
Vincent Renaville 11 years ago
parent
commit
9b92c6662b
  1. 1
      report_xls/__openerp__.py

1
report_xls/__openerp__.py

@ -34,7 +34,6 @@ In order to generate an XLS export you can define a report of type 'xls' or alte
""", """,
'depends': ['base'], 'depends': ['base'],
'external_dependencies': {'python': ['xlwt']},
'demo_xml': [], 'demo_xml': [],
'init_xml': [], 'init_xml': [],
'update_xml' : [], 'update_xml' : [],

Loading…
Cancel
Save