Merge pull request #78 from expsa/fix_jurnal

fix
This commit is contained in:
mohammed-alkhazrji 2026-01-06 17:19:01 +03:00 committed by GitHub
commit 358ede3647
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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')