In this video,we will see how to call python function at the time of printing qweb report.
Odoo Playlist link : https://youtube.com/playlist?list=PLZJajKUSxekaeUYlUzQ0BTasskyzDezHZ
some useful commands:-
1.To run the server :- ./odoo-bin -c odoo.conf
2.To update the module when we have done changes in xml file:- ./odoo-bin -c odoo.conf -d database_name -u module_name
URL:-
1.We will Extend the url to view the list of all databases-
/web/database/manager
2.changes in URL to open front end in technical mode/debug mode/ developer mode,
add "debug=" after web in URL