Se elimina el campo state

parent 818e5ef7
Pipeline #22670 failed with stage
in 50 seconds
......@@ -124,10 +124,6 @@ class AccountMove(models.Model):
"cfdi.use", "CFDI use", readonly=True, states={"draft": [("readonly", False)]}
)
cfdi_relation_type = fields.Many2one("cfdi.relation.type", "CFDI Relation type")
state = fields.Selection(
selection_add=[("waiting", _("To cancel"))],
ondelete={'waiting': 'cascade'}
)
l10n_mx_edi_to_cancel = fields.Char(
#compute="_compute_l10n_mx_edi_to_cancel",
#search="_search_l10n_mx_edi_to_cancel",
......
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