project icon indicating copy to clipboard operation
project copied to clipboard

[15.0][FIX] Odoo recursive warning

Open CRogos opened this issue 3 years ago • 2 comments

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

CRogos avatar Oct 13 '22 20:10 CRogos

Hi @alexey-pelykh, some modules you are maintaining are being modified, check this out!

OCA-git-bot avatar Oct 13 '22 20:10 OCA-git-bot

I would only ask to use a better commit name, alike [FIX] Mark self-depending fields as recursive but not blocking

alexey-pelykh avatar Oct 14 '22 07:10 alexey-pelykh

@pedrobaeza could you review and trigger the merge?

CRogos avatar Oct 27 '22 08:10 CRogos

/ocabot merge patch

pedrobaeza avatar Oct 27 '22 10:10 pedrobaeza

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.

OCA-git-bot avatar Oct 27 '22 10:10 OCA-git-bot

@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.

OCA-git-bot avatar Oct 27 '22 10:10 OCA-git-bot

Please rebase and check the problem that has arisen.

pedrobaeza avatar Oct 27 '22 11:10 pedrobaeza

There is nothing to rebase, but there has been a change on the project module: https://github.com/odoo/odoo/commit/73de38e0e35f4ffb8069441cf11ebd48ff5aadb1#

CRogos avatar Oct 28 '22 08:10 CRogos

Do you know how to fix it?

pedrobaeza avatar Oct 28 '22 08:10 pedrobaeza

No, sorry.

CRogos avatar Oct 28 '22 09:10 CRogos

Please publish an issue exposing the case and ping the authors of the module.

pedrobaeza avatar Oct 28 '22 09:10 pedrobaeza

was solved by other PR

CRogos avatar Nov 11 '22 18:11 CRogos