-
Notifications
You must be signed in to change notification settings - Fork 5
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
Type hint for XML-ID strings #452
Comments
We already have:
Here are my ideas for external ids:
|
Awesome, this feature will be great !!! Could we have another one for field iterators? |
I also want to have a flexible type hints for field names. Here are my ideas:
The implementation will be more challenging, though. |
This will be great too. Can't wait to use it. |
I'm making this helper module
Could we add a new type hint when we want to specify that a parament/variable must have an Odoo XML-ID string?
So if the XML-ID is not correctly typed,
account.action_move_journal_linesssss
should beaccount.action_move_journal_line
we get a warning?The text was updated successfully, but these errors were encountered: