project
project copied to clipboard
[15.0][FIX] Odoo recursive warning
There are two warnings on startup/installation in the logs:
WARNING py.warnings: /opt/odoo/odoo/fields.py:722: UserWarning: Field project.role.complete_name should be declared with recursive=True WARNING py.warnings: /opt/odoo/odoo/fields.py:722: UserWarning: Field project.type.complete_name should be declared with recursive=True
Hi @alexey-pelykh, some modules you are maintaining are being modified, check this out!
I would only ask to use a better commit name, alike [FIX] Mark self-depending fields as recursive but not blocking
@pedrobaeza could you review and trigger the merge?
/ocabot merge patch
Hey, thanks for contributing! Proceeding to merge this for you. Prepared branch 15.0-ocabot-merge-pr-997-by-pedrobaeza-bump-patch, awaiting test results.
@pedrobaeza your merge command was aborted due to failed check(s), which you can inspect on this commit of 15.0-ocabot-merge-pr-997-by-pedrobaeza-bump-patch.
After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red.
Please rebase and check the problem that has arisen.
There is nothing to rebase, but there has been a change on the project module: https://github.com/odoo/odoo/commit/73de38e0e35f4ffb8069441cf11ebd48ff5aadb1#
Do you know how to fix it?
No, sorry.
Please publish an issue exposing the case and ping the authors of the module.
was solved by other PR