[12.0][ADD] attachment_category

This commit is contained in:
Denis Roussel
2019-08-06 11:15:28 +02:00
parent 2461f2490a
commit 55f8f28e62
14 changed files with 737 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Copyright 2020 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Atachment Category',
'summary': """
Adds a document category to help classification""",
'version': '12.0.1.0.0',
'license': 'AGPL-3',
'author': 'ACSONE SA/NV,Odoo Community Association (OCA)',
'depends': [
"base",
],
'data': [
'views/ir_attachment.xml',
'security/ir_attachment_category.xml',
'views/ir_attachment_category.xml',
],
}