From a6809b9806566d0975e44afe4d55e9d72dd247df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=C3=ADaz?= Date: Wed, 25 Mar 2020 14:32:54 +0100 Subject: [PATCH] [IMP] report_qweb_pdf_fixed_column: black, isort --- report_qweb_pdf_fixed_column/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_qweb_pdf_fixed_column/__manifest__.py b/report_qweb_pdf_fixed_column/__manifest__.py index 8abb9219c..198481330 100644 --- a/report_qweb_pdf_fixed_column/__manifest__.py +++ b/report_qweb_pdf_fixed_column/__manifest__.py @@ -6,7 +6,7 @@ 'summary': """ Fix auto-col to not change report font size caused by a boundary overflow""", - 'version': '12.0.1.0.0', + 'version': '13.0.1.0.0', 'license': 'AGPL-3', 'category': 'Reporting', 'author': 'Tecnativa, Odoo Community Association (OCA)',