inviled feild

This commit is contained in:
mohammed-alkhazrji 2025-07-27 11:21:11 +03:00
parent 4e01a92e37
commit 13665f2b47
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()