Update internal_transaction.py
This commit is contained in:
parent
9bc1b0de8e
commit
c39a810704
|
|
@ -29,6 +29,7 @@ class InternalTransaction(models.Model):
|
|||
def _onchange_type_sender(self):
|
||||
if self.to_ids:
|
||||
self.to_ids = False
|
||||
if self.partner_id:
|
||||
self.partner_id =False
|
||||
|
||||
partner_id = fields.Many2one('res.partner', string='Partner', readonly=True,
|
||||
|
|
|
|||
Loading…
Reference in New Issue