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
527 B

11 years ago
11 years ago
11 years ago
11 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright 2013 Camptocamp SA
  3. # Copyright 2017 ACSONE SA/NV
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'Account Export CSV',
  7. 'summary': "Adds accounting CSV export",
  8. 'version': '10.0.1.1.0',
  9. 'depends': [
  10. 'account',
  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. }