[IMP] document_page_reference: black, isort, prettier

This commit is contained in:
Jaime Arroyo
2020-09-30 11:43:20 +02:00
committed by Anusha
parent e242bef1f1
commit 3e22a1ea44
7 changed files with 99 additions and 102 deletions

View File

@@ -2,21 +2,18 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Document Page Reference',
'summary': """
"name": "Document Page Reference",
"summary": """
Include references on document pages""",
'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',
'web_editor',
"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", "web_editor"],
"data": [
"views/assets.xml",
"views/document_page.xml",
"views/report_document_page.xml",
],
'data': [
'views/assets.xml',
'views/document_page.xml',
'views/report_document_page.xml',
],
'maintainers': ['etobella'],
"maintainers": ["etobella"],
}