From 3ed24d71b6ac523ab0f614a5ace2ce4ff3aa914a Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Thu, 9 Jan 2020 08:04:08 +0100 Subject: [PATCH] [REF] product_harmonized_system_delivery: Black python code --- .../__manifest__.py | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/product_harmonized_system_delivery/__manifest__.py b/product_harmonized_system_delivery/__manifest__.py index 4813b4d..ae7c23a 100644 --- a/product_harmonized_system_delivery/__manifest__.py +++ b/product_harmonized_system_delivery/__manifest__.py @@ -3,15 +3,15 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { - 'name': 'Product Harmonized System Codes - Delivery', - 'version': '12.0.1.0.0', - 'category': 'Reporting', - 'license': 'AGPL-3', - 'summary': 'Hide native hs_code field provided by the delivery_hs_code ' - 'module', - 'author': 'Akretion, Odoo Community Association (OCA)', - 'depends': ['delivery_hs_code', 'product_harmonized_system'], - 'data': ['views/product_template.xml'], - 'installable': True, - 'auto_install': True, + "name": "Product Harmonized System Codes - Delivery", + "version": "12.0.1.0.0", + "category": "Reporting", + "license": "AGPL-3", + "summary": "Hide native hs_code field provided by the delivery_hs_code " + "module", + "author": "Akretion, Odoo Community Association (OCA)", + "depends": ["delivery_hs_code", "product_harmonized_system"], + "data": ["views/product_template.xml"], + "installable": True, + "auto_install": True, }