fix(account.invoice): se corrige migración para soporta el cambio del campo cfdi_fiscal_regime_id

se corrige migración y validación para soportar la eliminación del campo cfdi_fiscal_regime_id, ya
que el campo no se mostrará en facturas si no se toma directo de la ficha del cliente.
3 jobs for fix_8_0_3_6_3 in 45 seconds (queued for 2 seconds)
Status Job ID Name Coverage
  Test
passed #56478
code-analysis

00:00:16

passed #56479
lint-analysis

00:00:20

failed #56480
mccabe

00:00:26

 
Name Stage Failure
failed
mccabe Test
  File "/home/gitlab-runner/builds/9ExyJDGg/0/l10n_mx/l10n_mx_facturae/buildout-cache/eggs/xenon-0.9.1-py2.7.egg/xenon/core.py", line 6, in <module>
from radon.cli import Config
File "/home/gitlab-runner/builds/9ExyJDGg/0/l10n_mx/l10n_mx_facturae/buildout-cache/eggs/radon-6.0.1-py2.7.egg/radon/cli/__init__.py", line 23, in <module>
from radon.cli.harvest import (
File "/home/gitlab-runner/builds/9ExyJDGg/0/l10n_mx/l10n_mx_facturae/buildout-cache/eggs/radon-6.0.1-py2.7.egg/radon/cli/harvest.py", line 6, in <module>
from builtins import super
ImportError: No module named builtins
Cleaning up project directory and file based variables
ERROR: Job failed: exit status 1

Speed up your pipelines with Needs relationships

Using the needs keyword makes jobs run before their stage is reached. Jobs run as soon as their needs relationships are met, which speeds up your pipelines.

If you add needs to jobs in your pipeline you'll be able to view the needs relationships between jobs in this tab as a Directed Acyclic Graph (DAG).

There are no tests to show.