You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by MCUxDaredevil April 11, 2025
Hi, I have been following the odoo tutorials for a while now. This plugin has been nothing but a boon so far. The best support for context suggestions and intellisense.
Here, the docs mention that once I add a category in the manifest, odoo will create the category id automatically. (which it does)
Is it possible to provide intellisense suggestions of automatically created categories that are not statically defined in the base data files?
It shows error in the editor, even though the category is valid and the group is also successfully created in odoo
The text was updated successfully, but these errors were encountered:
Discussed in #537
Originally posted by MCUxDaredevil April 11, 2025
Hi, I have been following the odoo tutorials for a while now. This plugin has been nothing but a boon so far. The best support for context suggestions and intellisense.
I have reached the part about creating groups and module categories
https://www.odoo.com/documentation/18.0/developer/tutorials/restrict_data_access.html#groups
Here, the docs mention that once I add a category in the manifest, odoo will create the category id automatically. (which it does)
Is it possible to provide intellisense suggestions of automatically created categories that are not statically defined in the base data files?
It shows error in the editor, even though the category is valid and the group is also successfully created in odoo
The text was updated successfully, but these errors were encountered: