Skip to Content
Menu
This question has been flagged
2 Replies
3732 Views

I want to add an API to my custom module, but I don't don't know where to begin.

Would anyone provide help on the references, I should note.


edit(api is MailerSend Api)


Thank you.



Avatar
Discard
Best Answer

This forum is so BUGGY, i have tried to answer as close as possible (temporary posted it as reply to my own answer), as I was still ending up with 403 error. I have found the reason - LINKS - this forum editor will throw 403 error every time you post a link. Please odoo guys, fix this...

MY ANSWER TO YOU
---------------------- 

I can only recommend you books which will help you learn to do that. This is to much job to explain it here in a single post, step by step. So my advise is to:

  1. check the API documentation, it almost always contains some examples for different programming languages
  2. then start from creating new odoo module, manually (if you now the scheme) or using the scaffold parameter of odoo-bin like this:
    1. /odoo/odoo-bin scaffold my_new_module_name
  3. This will results in creating your new module structure with template files which you should start to fill.
  4. Now please use odoo docummentation or one of good books/ebooks on the market like "Odoo 14 Cookbook" or whatever versio of Odoo, depending on which are you working with.
    1. odoo.com/documentation/15.0/developer/howtos/backend.html
    2. odoo.com/documentation/15.0/developer.html
    3. packtpub.com/product/odoo-14-development-cookbook-fourth-edition/9781800200319 - need to by but there is also a subscription version of this ebook online, you can use a 10-day trial to continue reading
    4. subscription.packtpub.com/book/big_data_and_business_intelligence/9781785883644/3/ch03lvl1sec30/using+scaffold+to+create+a+module

Take it easy, go step by step and google every aspect you do not understand.This is what I can recommend to you for now, as I have an impression, you have just dived in odoo development. Probably noone have so much time here to help you, ad this takes priceless time. Good luck, buddy! Do not give up. Take this as your challenge. 😎 😎 😎

Regards

Avatar
Discard

Hello, I assume you are pretty new to Odoo development..

I can only recommend you books which will help you learn to do that. This is to much job to explain it
here in a single post, step by step. So my advise is to:

check the API documentation, it almost always contains some examples for different programming languages
then start from creating new odoo module, manually (if you now the scheme) or using the scaffold parameter of odoo-bin like this:
/odoo/odoo-bin scaffold my_new_module_name
This will results in creating your new module structure with template files which you should start to fill.
Now please use odoo docummentation or one of good books/ebooks on the market like "Odoo 14 Cookbook" or whatever versio of Odoo, depending on which are you working with.
https://www.odoo.com/documentation/15.0/developer/howtos/backend.html
Full List of Odoo Documentation for devs
Odoo 14 Coobook - need to buy
There is also a subscription version of this ebook online, you can use a 10-day trial to continue reading
Subscription version
Take it easy, go step by step and google every aspect you do not understand.
This is what I can recommend to you for now, as I have an impression, you have just dived in odoo development. Probably noone have so much time here to help you, ad this takes priceless time. Good luck, buddy! Do not give up. Take this as your challenge. 😎 😎 😎

Regards

Author

Thanks a lot, for your time to answer sir.

Hope this will help, I will apriciate if you vote +1 for this anwer (arrow up). I'm new here.. every carma point is priceless for my account :) Good luck!

Hello, you're welcome...
I will apriciate if you hit the vote Button postively, (arrow up)
and maybe if it will help you, please mark as "Best answer"

I did vote for your post as somebody voted -1 to you.. so at least you have now 0 again.

It's important to me, as I am new here and have limited account possibilites.
Regards

Krys Raj
web apps full stack developer (website speed specialist)
On Nov 17 2021, at 3:32 pm, Joshva Franklin <joshvafranklin11@gmail.com> wrote:

Thanks a lot, for your time to answer sir.
Sent by Odoo S.A. using Odoo.
Sent from Mailspring
Best Answer

which api you need to add?

Avatar
Discard
Author

mailersend api