Skip to content

Commit

Permalink
[IMP] account_ecotax_sale: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gurneyalex committed Oct 14, 2024
1 parent 0b60174 commit 4173439
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion account_ecotax_sale/models/sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class SaleOrder(models.Model):

_inherit = "sale.order"

amount_ecotax = fields.Float(
Expand Down
1 change: 0 additions & 1 deletion account_ecotax_sale/models/sale_order_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class SaleOrderLine(models.Model):

_inherit = "sale.order.line"

ecotax_line_ids = fields.One2many(
Expand Down
3 changes: 3 additions & 0 deletions account_ecotax_sale/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"

0 comments on commit 4173439

Please sign in to comment.