Skip to content

Commit

Permalink
Merge PR #3928 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by eLBati
  • Loading branch information
OCA-git-bot committed May 22, 2024
2 parents 5c28637 + 1364b68 commit b165244
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions l10n_it_riba/models/riba_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class RibaConfiguration(models.Model):
bank_account_id = fields.Many2one(
"account.account",
"A/C Bank Account",
domain=[("account_type", "=", "asset_cash")],
)
bank_expense_account_id = fields.Many2one("account.account", "Bank Fees Account")
past_due_journal_id = fields.Many2one(
Expand All @@ -70,7 +69,6 @@ class RibaConfiguration(models.Model):
overdue_effects_account_id = fields.Many2one(
"account.account",
"Past Due Bills Account",
domain=[("account_type", "=", "asset_receivable")],
)
protest_charge_account_id = fields.Many2one(
"account.account", "Protest Fee Account"
Expand Down
2 changes: 0 additions & 2 deletions l10n_it_riba/wizard/wizard_past_due.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def _get_bank_expense_account_id(self):
effects_account_id = fields.Many2one(
"account.account",
"Bills Account",
domain=[("account_type", "=", "asset_receivable")],
default=_get_effects_account_id,
)
effects_amount = fields.Float("Bills Amount", default=_get_effects_amount)
Expand All @@ -76,7 +75,6 @@ def _get_bank_expense_account_id(self):
overdue_effects_account_id = fields.Many2one(
"account.account",
"Past Due Bills Account",
domain=[("account_type", "=", "asset_receivable")],
default=_get_overdue_effects_account_id,
)
overdue_effects_amount = fields.Float(
Expand Down

0 comments on commit b165244

Please sign in to comment.