Odoo technology development white paper Part V Chapter 14 launch of odoo
Reprint: http://book.odoomommy.com/chapter5/README14.html
Chapter 14 startup of Odoo
Startup script
Let's take a look at the startup script of Odoo first:
__import__('os').environ['TZ'] = 'UTC'
import odoo
if __name__ == "__main__":
odoo.cli.main()
It can be seen that the startup of odoo has done two things:
Set the time zone of the ...
Added by Akira on Mon, 07 Feb 2022 04:36:58 +0200
Interface for obtaining store information (obtaining store id) and Taobao order flag
Get store information (get store id)
Interface address: http://api.vv-tool.com/tool/erps/get-shop-info
Interface introduction: Obtain relevant information fields such as store information id Click to view details
Request method: GET
Return format: JSON
Interface charges: Deduction account bala ...
Added by morpheuz on Tue, 26 Oct 2021 05:00:14 +0300