This commit is contained in:
mohammed-alkhazrji 2026-01-06 17:15:12 +03:00
parent 2fc183c23b
commit 373011b2ca
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ from odoo.exceptions import UserError
class AccountJournal(models.Model):
_inherit = "account.journal"
@api.model
def _fill_missing_values(self, vals, protected_codes=False):
journal_type = vals.get('type')