Skip to Content
Menu
This question has been flagged
2 Replies
1706 Views

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
Discard
Best Answer

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
Discard
Best Answer

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
Discard
Author

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)