跳至內容
選單
此問題已被標幟
2 回覆
2088 瀏覽次數

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.


頭像
捨棄
最佳答案

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


頭像
捨棄
最佳答案

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

頭像
捨棄
作者

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)