Skip to Content
Menu
This question has been flagged
1 Reply
3135 Views

I am facing another rough time with Odoo, while extending sale.order  I realize you have to deal with old API in Odoo 8, as most code is legacy.

It is the same in Odoo 9? Still using old API?

Avatar
Discard
Best Answer

Rigth now is a mix of the two api versions, for Odoo 10 it's adviced that it will be completely migrated

Avatar
Discard
Author

is there any place where I can learn the old API? New API is useless as you have to inherit and deal with lots of old stuff

@E.M you should really go for the new API. It is a hassle for now since it takes slightly more work but Odoo is slowly and steadly migrating everything in to the new API. In Odoo 10 there might not even be an old API, so why invest time in learning something old?

you can find docs here:
https://doc.odoo.com/
https://doc.odoo.com/trunk/server/
https://doc.odoo.com/trunk/server/03_module_dev_02/

Related Posts Replies Views Activity
2
Feb 22
4288
1
Nov 16
3322
2
Sep 15
3289
0
May 15
2244
2
Nov 23
16913