__manifest__.py 657 B

123456789101112131415161718192021
  1. #-*- coding:utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. # Copyright (C) 2013-2015 Akretion (http://www.akretion.com)
  4. {
  5. 'name': 'France - FEC Export',
  6. 'icon': '/l10n_fr/static/description/icon.png',
  7. 'category': 'Accounting/Localizations/Reporting',
  8. 'summary': "Fichier d'Échange Informatisé (FEC) for France",
  9. 'author': "Akretion,Odoo Community Association (OCA)",
  10. 'depends': ['l10n_fr', 'account'],
  11. 'data': [
  12. 'security/ir.model.access.csv',
  13. 'security/security.xml',
  14. 'wizard/account_fr_fec_view.xml',
  15. ],
  16. 'auto_install': True,
  17. 'license': 'LGPL-3',
  18. }