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.

23 lines
584 B

  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': '9.0.1.0.0',
  7. 'author': 'Akretion,Odoo Community Association (OCA)',
  8. 'website': 'www.akretion.com',
  9. 'license': 'AGPL-3',
  10. 'category': 'Generic Modules',
  11. 'depends': [
  12. 'base',
  13. ],
  14. 'data': [
  15. 'views/attachment_view.xml',
  16. 'security/ir.model.access.csv',
  17. 'data/cron.xml',
  18. ],
  19. 'installable': True,
  20. 'application': False,
  21. 'images': [],
  22. }