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