Skip to Content
Menu
This question has been flagged
1 Reply
2550 Views

i mean, i'm only doing some test and i would like to add, for example, a new view to 'sale module' (sale/report/new_view.xml) and modify the manifest (sale/manifest) ¿it's possible? I've modify them in PyCharm, but it doesn't work

Avatar
Discard
Best Answer

Hi,

Am not sure what exactly you are not trying to do, whatever changes you need to make in odoo, do it via custom modules, rather than editing the source code. You can easily create a new custom module and inherit the sales view and make changes or add new view for it.


If you are new to odoo development, have a look at this video for better understanding :- https://www.youtube.com/watch?v=z1Tx7EGkPy0&list=PLqRRLx0cl0hoFjiN1QZQYNa1LzdYfJAH3&index=5


Thanks

Avatar
Discard
Author

yes, i knew this way to do it. but i only wanted to know if i could make changes without create a new module. thank you very much.