Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2 Respostas
2087 Visualizações

When performing the push to my database in production I get the following error message, I check the logs and I don't find any ERROR type.


Avatar
Cancelar
Melhor resposta

yes Odoo must have changed  something at the beginning of the week in the build process of odoo.sh since then lots of warnings are reported while they were not before...

I guess we have to deal with it...

for your case you need to change your old syntax to the new one to clean the warnings


Avatar
Cancelar
Melhor resposta

The errors are available in a popup connected to the Build.

See https://www.odoo.com/forum/help-1/my-odoo-sh-branch-is-red-didn-t-build-completely-but-i-can-t-find-any-errors-in-the-log-how-do-i-find-out-why-it-failed-139085

Avatar
Cancelar
Autor

I already saw the logs and I don't see any problem, just a warning:
/home/odoo/src/odoo/odoo/tools/convert.py:296: DeprecationWarning: The <report> tag is deprecated, use a <record> tag for 'report_payment_check_xlsx'.
warnings.warn(f"The <report> tag is deprecated, use a <record> tag for {xml_id!r}.", DeprecationWarning)