You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
525 B

  1. # Copyright 2013 Camptocamp SA
  2. # Copyright 2017 ACSONE SA/NV
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Account Export CSV',
  6. 'summary': "Adds accounting CSV export",
  7. 'version': '12.0.1.2.0',
  8. 'depends': [
  9. 'account',
  10. 'date_range',
  11. ],
  12. 'author': "Camptocamp,Odoo Community Association (OCA)",
  13. 'website': 'http://www.camptocamp.com',
  14. 'license': 'AGPL-3',
  15. 'data': [
  16. 'wizard/account_export_csv_view.xml',
  17. ],
  18. 'installable': True,
  19. }