mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 12:32:01 +02:00
22 lines
674 B
Python
22 lines
674 B
Python
# Copyright 2021 Quartile Limited
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Restrict Deletion of Attachments",
|
|
"version": "16.0.1.0.0",
|
|
"depends": [
|
|
"base",
|
|
"base_setup",
|
|
],
|
|
"website": "https://github.com/OCA/server-tools",
|
|
"author": "Quartile Limited, Akretion, Odoo Community Association (OCA)",
|
|
"category": "Tools",
|
|
"license": "AGPL-3",
|
|
"maintainers": ["yostashiro", "Kev-Roche"],
|
|
"data": [
|
|
"views/ir_model_views.xml",
|
|
"views/res_groups_views.xml",
|
|
"views/res_users_views.xml",
|
|
"views/res_config_setting_views.xml",
|
|
],
|
|
"installable": True,
|
|
}
|