Commit ad04ee27 authored by agb80's avatar agb80

Merge branch 'mr-origin-268'

parents 7e31023c c63990b9
Pipeline #6988 failed with stage
in 1 minute and 44 seconds
<a name="2.3.2"></a>
## 4.3.2 (2019-04-23)
#### Bug Fixes
* **base.cfdi:** elimina la función `unlink_cfdi` ([1c0ee69e](1c0ee69e), closes [#113](113))
<a name="2.3.1"></a>
## 2.3.1 (2019-01-17)
......
......@@ -120,8 +120,3 @@ class BaseCfdi(models.AbstractModel):
"""Consult the status cancel of the cfdi related"""
if self.cfdi_id and self.cfdi_id.state in ["waiting", "cancel"]:
return self.cfdi_id.action_consult_cancellation_status()
@api.model
def unlink_cfdi(self):
""" Delete de relation """
self.cfdi_id = False
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment