Skip to content

Commit

Permalink
[FIX] pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniospneto committed Mar 10, 2022
1 parent 7328547 commit d27727c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions l10n_br_fiscal/models/res_company.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
class ResCompany(models.Model):
_inherit = "res.company"


sn_effective_tax_ids = fields.One2many(
comodel_name="l10n_br_fiscal.simplified.tax.effective",
inverse_name="company_id",
Expand Down Expand Up @@ -73,7 +72,6 @@ def default_get(self, fields):
rec["fiscal_dummy_id"] = self._default_fiscal_dummy_id().id
return rec


def _get_company_address_fields(self, partner):
""" Read the l10n_br specific functional fields. """
partner_fields = super()._get_company_address_fields(partner)
Expand Down

0 comments on commit d27727c

Please sign in to comment.