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.

29 lines
826 B

8 years ago
  1. # Copyright 2015 Florian DA COSTA @ Akretion
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': 'Attachment Base Synchronize',
  5. 'version': '11.0.1.0.0',
  6. 'author': 'Akretion,Odoo Community Association (OCA)',
  7. 'summary': 'This module enhances ir.attachment for better '
  8. 'control of import and export of files',
  9. 'website': 'https://www.akretion.com',
  10. 'license': 'AGPL-3',
  11. 'category': 'Generic Modules',
  12. 'depends': [
  13. 'base',
  14. 'mail',
  15. ],
  16. 'data': [
  17. 'views/attachment_view.xml',
  18. 'security/ir.model.access.csv',
  19. 'data/cron.xml',
  20. 'data/ir_config_parameter.xml',
  21. ],
  22. 'demo': [
  23. 'demo/attachment_metadata_demo.xml'
  24. ],
  25. 'installable': True,
  26. 'application': False,
  27. 'images': [],
  28. }