|
@ -71,7 +71,7 @@ class ResPartner(models.Model): |
|
|
res = self._validateandformatid() |
|
|
res = self._validateandformatid() |
|
|
if res['output_type'] and res['output_id']: |
|
|
if res['output_type'] and res['output_id']: |
|
|
self.fiscal_id_type = res['output_type'] |
|
|
self.fiscal_id_type = res['output_type'] |
|
|
self.fiscal_id = , res['output_id'] |
|
|
|
|
|
|
|
|
self.fiscal_id = res['output_id'] |
|
|
# Procedure for Copying |
|
|
# Procedure for Copying |
|
|
self._copyid() |
|
|
self._copyid() |
|
|
|
|
|
|
|
|