We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following your advice here #342 (comment)
Could be possible to have type hints for OCA components?
For example, for this
class MyComponent(Component): _name = 'custom.comp.name' _usage = 'custom.comp.usage'
I'm thinking of something like odoo.oca_comp_name.custom_comp_name and/or odoo.oca_comp_usage.custom_comp_usage
odoo.oca_comp_name.custom_comp_name
odoo.oca_comp_usage.custom_comp_usage
What do you think, is it possible?
The text was updated successfully, but these errors were encountered:
@jcfernandez-890825 ,
Yes, it's sure possible. Here are my ideas:
oca.component.xxx
xxx
Sorry, something went wrong.
No branches or pull requests
Following your advice here #342 (comment)
Could be possible to have type hints for OCA components?
For example, for this
I'm thinking of something like
odoo.oca_comp_name.custom_comp_name
and/orodoo.oca_comp_usage.custom_comp_usage
What do you think, is it possible?
The text was updated successfully, but these errors were encountered: