I want to create an offer with api, how can i create?
Thans a lot
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I want to create an offer with api, how can i create?
Thans a lot
Thanks for reply but i dont use source code i am using the docker . is that a problem?
Hi,
So you are looking to know how to create api endpoint in Odoo? Inside your module, you can create a controller with http route and return or update values in odoo using this.
Sample: https://github.com/odoo/odoo/blob/15.0/addons/mrp/controller/main.py
Video:https://www.youtube.com/watch?v=wGvuRbCyytk&vl=en
Thanks & Regards
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
RegistrierenVerknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
---|---|---|---|---|
|
1
Aug. 23
|
1931 | ||
|
1
Okt. 22
|
6021 | ||
|
0
Juli 22
|
1970 | ||
|
1
Feb. 22
|
4400 | ||
|
0
Dez. 21
|
2973 |
All about controllers in Odoo:
1- http://learnopenerp.blogspot.com/2018/08/odoo-web-controller.html
2- http://learnopenerp.blogspot.com/2018/06/odoo-get-web-form-template-value-in-controller.html