mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-20 12:22:18 -06:00
[IMP] document_page_group: black, isort, prettier
This commit is contained in:
committed by
Bhavesh Heliconia
parent
7325d0ff51
commit
1b93b10929
@@ -2,18 +2,13 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
'name': 'Document Page Group',
|
||||
'summary': """
|
||||
"name": "Document Page Group",
|
||||
"summary": """
|
||||
Define access groups on documents""",
|
||||
'version': '12.0.1.0.0',
|
||||
'license': 'AGPL-3',
|
||||
'author': 'Creu Blanca,Odoo Community Association (OCA)',
|
||||
'website': 'https://github.com/OCA/knowledge',
|
||||
'depends': [
|
||||
'document_page',
|
||||
],
|
||||
'data': [
|
||||
'security/document_page_security.xml',
|
||||
'views/document_page.xml',
|
||||
],
|
||||
"version": "12.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "Creu Blanca,Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/knowledge",
|
||||
"depends": ["document_page",],
|
||||
"data": ["security/document_page_security.xml", "views/document_page.xml",],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user