mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-26 23:07:44 -06:00
[12.0][ADD] attachment_category
This commit is contained in:
19
attachment_category/__manifest__.py
Normal file
19
attachment_category/__manifest__.py
Normal 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',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user