Skip to content

Commit

Permalink
[REF] l10n_br_product_contract: Remove empty Lines, necessary for the…
Browse files Browse the repository at this point in the history
… new version of pre-commit.
  • Loading branch information
mbcosta committed Oct 25, 2023
1 parent 519ab37 commit 477e28e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion l10n_br_product_contract/models/sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class SaleOrder(models.Model):

_inherit = "sale.order"

def _prepare_contract_value(self, contract_template):
Expand Down
1 change: 0 additions & 1 deletion l10n_br_product_contract/models/sale_order_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class SaleOrderLine(models.Model):

_inherit = "sale.order.line"

def _prepare_contract_line_values(
Expand Down

0 comments on commit 477e28e

Please sign in to comment.