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.

25 lines
896 B

5 years ago
5 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. "license": "AGPL-3",
  11. "category": "Generic Modules",
  12. "depends": ["attachment_queue", "storage_backend"],
  13. "data": [
  14. "views/attachment_view.xml",
  15. "views/task_view.xml",
  16. "views/storage_backend_view.xml",
  17. "data/cron.xml",
  18. "security/ir.model.access.csv",
  19. ],
  20. "demo": ["demo/attachment_synchronize_task_demo.xml"],
  21. "installable": True,
  22. "development_status": "Beta",
  23. "maintainers": ["florian-dacosta", "GSLabIt", "bealdav"],
  24. }