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.

27 lines
674 B

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