From 118ef158c0a677077559c22e04121de42bbb7c8d Mon Sep 17 00:00:00 2001 From: Mourad Date: Mon, 4 Mar 2024 10:02:26 +0100 Subject: [PATCH] [16.0][FIX] pre-commit --- l10n_fr_ecotaxe/models/product_product.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/l10n_fr_ecotaxe/models/product_product.py b/l10n_fr_ecotaxe/models/product_product.py index c7f9015c34..87393b2238 100644 --- a/l10n_fr_ecotaxe/models/product_product.py +++ b/l10n_fr_ecotaxe/models/product_product.py @@ -23,8 +23,10 @@ class ProductProduct(models.Model): compute="_compute_all_ecotaxe_line_product_ids", search="_search_all_ecotaxe_line_product_ids", string="All ecotaxe lines", - help="Contain all ecotaxes classification defined in product template and the additionnal\n" - "ecotaxes defined in product variant. For more details see the product variant accounting tab", + help="Contain all ecotaxes classification defined in product template" + "and the additionnal\n" + "ecotaxes defined in product variant. For more details" + "see the product variant accounting tab", ) ecotaxe_amount = fields.Float( digits="Ecotaxe",