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

[14.0][FIX] web: compatibility with Serialized fields #1261

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

Conversation

chienandalu
Copy link
Member

When we include a Serialized field in a Kanban, it will fail as there's no formatter for such fields. And it isn't needed but these fields can be handy to achieve some special techniques using their raw values.

cc @Tecnativa TT50623


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

When we include a Serialized field in a Kanban, it will fail as there's
no formatter for such fields. And it isn't needed but these fields can
be handy to achieve some special techniques using their raw values.

TT50623
@pedrobaeza pedrobaeza added this to the 14.0 milestone Oct 17, 2024
@pedrobaeza
Copy link
Member

Isn't this opening the gate to have undefined behaviors if you don't have a formatter available?

@chienandalu
Copy link
Member Author

This is depending on the field type, for the case a formatter isn't defined we'll just get the raw value when using the field tag in the template itself, not a big drama

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.

2 participants