commit
347ad25be5
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue