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

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  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. "maintainers": ["florian-dacosta", "sebastienbeau", "GSLabIt", "bealdav"],
  11. "license": "AGPL-3",
  12. "category": "Generic Modules",
  13. "depends": [
  14. "attachment_queue",
  15. "storage_backend", # https://github.com/OCA/storage
  16. ],
  17. "data": [
  18. "views/attachment_queue_views.xml",
  19. "views/attachment_synchronize_task_views.xml",
  20. "views/storage_backend_views.xml",
  21. "data/cron.xml",
  22. "security/ir.model.access.csv",
  23. ],
  24. "demo": ["demo/attachment_synchronize_task_demo.xml"],
  25. "installable": True,
  26. "development_status": "Beta",
  27. }