Open Singurroz opened 3 years ago
Hi @Singurroz ,
Odoo is inside Docker container, so we cannot see and modify the built-in addons directly.
It doesn't encourage to modify the built-in addons. We should inherit by writing a custom addon instead.
thank you very much, I want to OVERWRITE a JS function with a inherit method, so I need to know the name of the function to be able to inherit. that's why I need to visualize the other addons
Got it. I clone source code from the original repository of Odoo (selects the branch corresponding to Odoo version). Open the folder with Visual Studio Code, then I'm able to search and lookup the functions.
thank you very much
Hi, This is not a issue, how can I see or find all the addons? Because I want to modify an existing model.