Skip to content
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

All addons #7

Open
Singurroz opened this issue Sep 8, 2021 · 4 comments
Open

All addons #7

Singurroz opened this issue Sep 8, 2021 · 4 comments

Comments

@Singurroz
Copy link

Hi, This is not a issue, how can I see or find all the addons? Because I want to
modify an existing model.

@minhng92
Copy link
Owner

minhng92 commented Sep 8, 2021

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.

@Singurroz
Copy link
Author

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

@minhng92
Copy link
Owner

minhng92 commented Sep 8, 2021

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.

@Singurroz
Copy link
Author

thank you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants