From 3e687bbb1e483dcef91f65d9e788969c742a043a Mon Sep 17 00:00:00 2001 From: Xavier Brochard Date: Fri, 15 Mar 2024 16:48:04 +0100 Subject: [PATCH 1/3] more precise explanation --- product_variant_attribute_name_manager/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_variant_attribute_name_manager/__manifest__.py b/product_variant_attribute_name_manager/__manifest__.py index f0a6e5ebcbf..ca70df8fd0c 100644 --- a/product_variant_attribute_name_manager/__manifest__.py +++ b/product_variant_attribute_name_manager/__manifest__.py @@ -1,6 +1,6 @@ { "name": "Product Variant Attribute Name Manager", - "summary": "Manage how to display the attributes on the product variant name.", + "summary": "Manage how to display the attributes on the product variant name in back-office.", "author": "ForgeFlow, Odoo Community Association (OCA)", "website": "https://github.com/OCA/product-attribute", "category": "Product", From 832755120222ab5adc121e2f697160c88669efcc Mon Sep 17 00:00:00 2001 From: Xavier Brochard Date: Mon, 3 Jun 2024 10:47:48 +0200 Subject: [PATCH 2/3] shorter lines in summary in __manifest__.py lines lesser than 88 characters --- product_variant_attribute_name_manager/__manifest__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/product_variant_attribute_name_manager/__manifest__.py b/product_variant_attribute_name_manager/__manifest__.py index ca70df8fd0c..19142c80917 100644 --- a/product_variant_attribute_name_manager/__manifest__.py +++ b/product_variant_attribute_name_manager/__manifest__.py @@ -1,6 +1,8 @@ { "name": "Product Variant Attribute Name Manager", - "summary": "Manage how to display the attributes on the product variant name in back-office.", + "summary": """ + Manage how to display the attributes on the product variant name + in back-office.""", "author": "ForgeFlow, Odoo Community Association (OCA)", "website": "https://github.com/OCA/product-attribute", "category": "Product", From 3e48d671cb0a3d6acde5883055a4ba10f9e36ccc Mon Sep 17 00:00:00 2001 From: Xavier Brochard Date: Mon, 3 Jun 2024 10:51:01 +0200 Subject: [PATCH 3/3] remove trailing spaces in __manifest__.py remove trailing spaces in __manifest__.py --- product_variant_attribute_name_manager/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product_variant_attribute_name_manager/__manifest__.py b/product_variant_attribute_name_manager/__manifest__.py index 19142c80917..99803355962 100644 --- a/product_variant_attribute_name_manager/__manifest__.py +++ b/product_variant_attribute_name_manager/__manifest__.py @@ -1,8 +1,8 @@ { "name": "Product Variant Attribute Name Manager", "summary": """ - Manage how to display the attributes on the product variant name - in back-office.""", + Manage how to display the attributes on the + product variant name in back-office.""", "author": "ForgeFlow, Odoo Community Association (OCA)", "website": "https://github.com/OCA/product-attribute", "category": "Product",