Merge pull request #4022 from expsa/fix/issus/feild

inviled feild
This commit is contained in:
mohammed-alkhazrji 2025-07-27 11:23:15 +03:00 committed by GitHub
commit 347ad25be5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -3,11 +3,11 @@ from odoo.exceptions import AccessError, UserError, RedirectWarning, ValidationE
from odoo.tools import float_is_zero, float_compare, pycompat
# class BudgetConfirmationCustom(models.Model):
# _inherit = 'budget.confirmation'
class BudgetConfirmationCustom(models.Model):
_inherit = 'budget.confirmation'
# type = fields.Selection(selection_add=[('expense', 'Expense')])
# expense_id = fields.Many2one('hr.expense')
# type = fields.Selection(selection_add=[('expense', 'Expense')])
expense_id = fields.Many2one('hr.expense')
# def cancel(self):
# super(BudgetConfirmationCustom, self).cancel()