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
Create an account today to enjoy exclusive features and engage with our awesome community!
साइन अप करें| Related Posts | Replies | डेटा देखने का तरीका | ऐक्टिविटी | |
|---|---|---|---|---|
|
1
अग॰ 23
|
4473 | |||
|
1
अक्तू॰ 22
|
8808 | |||
|
0
जुल॰ 22
|
3957 | |||
|
1
फ़र॰ 22
|
6649 | |||
|
0
दिस॰ 21
|
5207 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
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