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.
|
|
# @ 2016 florian DA COSTA @ Akretion # © 2016 @author Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com> # @ 2020 Giovanni Serra @ GSlab.it # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{ "name": "Attachment Synchronize", "version": "12.0.1.0.0", "author": "Akretion,Odoo Community Association (OCA)", "website": "https://github.com/oca/server-tools", "maintainers": ["florian-dacosta", "sebastienbeau", "GSLabIt", "bealdav"], "license": "AGPL-3", "category": "Generic Modules", "depends": [ "attachment_queue", "storage_backend", # https://github.com/OCA/storage ], "data": [ "views/attachment_queue_views.xml", "views/attachment_synchronize_task_views.xml", "views/storage_backend_views.xml", "data/cron.xml", "security/ir.model.access.csv", ], "demo": ["demo/attachment_synchronize_task_demo.xml"], "installable": True, "development_status": "Beta", }
|