[IMP] : black, isort, prettier

This commit is contained in:
nguyenhk
2022-01-07 11:46:34 +07:00
parent 0ff751b622
commit 3750bb0def
2 changed files with 18 additions and 16 deletions

View File

@@ -2,14 +2,14 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': "Server Environment for Printing Server",
'version': '12.0.1.0.0',
'category': 'Generic Modules/Base',
'author': "Camptocamp, Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/report-print-send',
'license': 'AGPL-3',
"depends": ['base_report_to_printer', 'server_environment'],
'data': [],
'installable': True,
'application': False,
"name": "Server Environment for Printing Server",
"version": "12.0.1.0.0",
"category": "Generic Modules/Base",
"author": "Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/report-print-send",
"license": "AGPL-3",
"depends": ["base_report_to_printer", "server_environment"],
"data": [],
"installable": True,
"application": False,
}