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.

28 lines
812 B

  1. # @ 2016 florian DA COSTA @ Akretion
  2. # © 2016 @author Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': 'Attachment Synchronize',
  6. 'version': '12.0.1.0.0',
  7. 'author': 'Akretion,Odoo Community Association (OCA)',
  8. 'website': 'https://github.com/oca/server-tools',
  9. 'license': 'AGPL-3',
  10. 'category': 'Generic Modules',
  11. 'depends': [
  12. 'base_attachment_queue',
  13. 'storage_backend',
  14. ],
  15. 'data': [
  16. 'views/attachment_view.xml',
  17. 'views/task_view.xml',
  18. 'views/storage_backend_view.xml',
  19. 'data/cron.xml',
  20. 'security/ir.model.access.csv',
  21. ],
  22. 'demo': [
  23. # 'demo/task_demo.xml',
  24. ],
  25. 'installable': True,
  26. 'application': False,
  27. }