feat(cambio de nombre del archivo openerp.py por manifest.py): cambio de nombre

Se realizó, el cambio, de nombre del archivo openerp.py por manifest.py posteriormente, se cambio la
versión y se comentaron las vistas
3 jobs for feat_odoo_15 in 2 minutes and 18 seconds (queued for 3 seconds)
latest
Status Job ID Name Coverage
  Check
failed #62030
code-analysis

00:01:45

failed #62031
lint-analysis

00:00:24

passed #62032
mccabe

00:00:08

 
Name Stage Failure
failed
lint-analysis Check
    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/tmpB7_uRw/run' returned non-zero exit status 9
*************** 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 Check
./l10n_mx_facturae_cexterior/models/account_move.py:295:4: E114 indentation is not a multiple of four (comment)
./l10n_mx_facturae_cexterior/models/account_move.py:296:4: E114 indentation is not a multiple of four (comment)
./l10n_mx_facturae_cexterior/models/account_move.py:297:4: E114 indentation is not a multiple of four (comment)
./l10n_mx_facturae_cexterior/models/cfdi_customs_unit.py:11:89: E501 line too long (104 > 88 characters)
./l10n_mx_facturae_cexterior/models/product_template.py:20:89: E501 line too long (99 > 88 characters)
./l10n_mx_facturae_cexterior/models/res_company.py:16:89: E501 line too long (94 > 88 characters)
The command "bin/code-analysis" exited with 1 in 5.624s.
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.