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
848 B

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