commit
4ea3f6e7ee
|
|
@ -9,7 +9,6 @@ class RejectWizard(models.TransientModel):
|
|||
reason = fields.Text(string='Reason/Justification')
|
||||
|
||||
def button_confirm(self):
|
||||
print("*************RejectWizard*******************button_confirm**************")
|
||||
context = dict(self._context)
|
||||
active_model = context.get('active_model')
|
||||
active_id = context.get('active_id')
|
||||
|
|
|
|||
Loading…
Reference in New Issue