This question has been flagged
1 Reply
2529 Views

I have install odoo on my ubuntu i dont how it works, it is now runing on localhost8069 but my question is where do  i start coding where do i find the file that am saving from the template?

Avatar
Discard
Best Answer

Locate you addons path save in odoo server.config.

create you module(https://www.odoo.com/documentation/9.0/howtos/backend.html)

and place in the addons ,

OR

 create a separate/custom addons and put it path also in the  odoo server.config.

Note:The edit effect of template from the UI  store in  database (PostgreSQL)  not in the file



Avatar
Discard