Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] base: add forgotten closing curly brace #166092

Open
wants to merge 1 commit into
base: 17.0
Choose a base branch
from

Conversation

kobros-tech
Copy link
Contributor

I found in the base test_views.py on line 4161 a forgotten closing curly brace for attrs attribute value for a field.

Each opening tag/brace must have only one closing tag/brace.

In our case it was a curly brace which must be added to avoid syntax errors.


I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

@robodoo
Copy link
Contributor

robodoo commented May 18, 2024

@C3POdoo C3POdoo requested review from a team, xmo-odoo and rco-odoo and removed request for a team May 18, 2024 16:48
@kobros-tech kobros-tech changed the title [Fix] base: add forgotten closing curly brace [FIX] base: add forgotten closing curly brace May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants