mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] account_exception: changes ready for gui
H11044
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
from odoo import api, fields, models
|
||||
|
||||
|
||||
class InvoiceExceptionConfirm(models.TransientModel):
|
||||
_name = 'invoice.exception.confirm'
|
||||
class AccountMoveExceptionConfirm(models.TransientModel):
|
||||
_name = 'account.move.exception.confirm'
|
||||
_inherit = ['exception.rule.confirm']
|
||||
_description = 'Invoice Exception Confirm Wizard'
|
||||
_description = 'Journal Entry Exception Confirm Wizard'
|
||||
|
||||
related_model_id = fields.Many2one('account.move', 'Invoice')
|
||||
related_model_id = fields.Many2one('account.move', 'Journal Entry')
|
||||
|
||||
def action_confirm(self):
|
||||
self.ensure_one()
|
||||
|
||||
Reference in New Issue
Block a user