feat(account.invoice): muestra los impuestos locales en el PDF

En la representación impresa de la factura no se mostraba los impuestos
locales. Se agrega la sección para mostrar toda la información.
3 jobs for feat_account_invoice in 1 minute and 28 seconds (queued for 2 seconds)
Status Job ID Name Coverage
  Test
failed #63655
code-analysis

00:01:03

failed #63656
lint-analysis

00:00:15

passed #63657
mccabe

00:00:10

 
Name Stage Failure
failed
lint-analysis Test
    check_call('%s %s' % (shell, tmpfile), shell=True)
File "/usr/lib64/python2.7/subprocess.py", line 542, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command 'sh /tmp/tmppsKLuv/run' returned non-zero exit status 1
*************** BUILDOUT EGGSCLEANER ****************
No unused eggs in eggs directory
*************** /BUILDOUT EGGSCLEANER ****************
Cleaning up project directory and file based variables
ERROR: Job failed: exit status 1

failed
code-analysis Test
*************** /BUILDOUT EGGSCLEANER ****************
$ code-analysis
CSS Lint.............................[
OK ] in 0.120s
JSHint...............................[
OK ] in 0.127s
Flake8..........................[
FAILURE ] in 1.066s
./l10n_mx_facturae/models/account_invoice.py:644:38: E221 multiple spaces before operator
The command "bin/code-analysis" exited with 1 in 1.125s.
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.