Skip to content

Commit

Permalink
[16.0][FIX] pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mourad-ehm committed Mar 4, 2024
1 parent fcb0249 commit 118ef15
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions l10n_fr_ecotaxe/models/product_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 118ef15

Please sign in to comment.