feat(account.move): timbra correctamente la factura cuando hay varios impuestos

5 jobs for feat_odoo_15_v2 in 10 minutes and 34 seconds (queued for 3 minutes and 5 seconds)
latest
Status Job ID Name Coverage
  Build
passed #63617
base
make

00:09:22

 
  Unit Test
failed #63618
base
test

00:01:11

 
  Code Style
skipped #63619
base allowed to fail
code-analysis
skipped #63620
base allowed to fail
lint-analysis
skipped #63621
base allowed to fail
mccabe
 
Name Stage Failure
failed
test Unit Test
  File "/home/gitlab-runner/builds/52UJrS6x/0/l10n_mx/l10n_mx_facturae/bench/parts/server/odoo/addons/base/models/ir_module.py", line 412, in button_install
modules._state_update('to install', ['uninstalled'])
File "/home/gitlab-runner/builds/52UJrS6x/0/l10n_mx/l10n_mx_facturae/bench/parts/server/odoo/addons/base/models/ir_module.py", line 378, in _state_update
raise UserError(_("You try to install module '%s' that depends on module '%s'.\nBut the latter module is not available in your system.") % (module.name, dep.name,))
odoo.exceptions.UserError: You try to install module 'l10n_mx_facturae' that depends on module 'account_global_discount'.
But the latter module is not available in your system.
2024-12-16 18:05:06,350 299686 INFO l10n_mx_facturae-63618 odoo.service.server: Stopping gracefully
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.