Replies: 1 comment 1 reply
-
Hello @cbusillo , This feature is already in my backlog to implement. See #452 (comment). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! Is there a way to use the TypeDict of "odoo.values.model" as a list of fields for a Literal? I find myself defining lists of fields for things and I would love a way to validate them with the linter. I make way too many typos. I'm giving an example of somewhere I would use it, and the pattern I see in my head. The alternative I found was using product._fields['default_code'].name. I didn't like that.
Beta Was this translation helpful? Give feedback.
All reactions