Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

Will odoo 9 only support API based development?

Naroči se

Get notified when there's activity on this post

This question has been flagged
apiodoo9
8 Odgovori
6658 Prikazi
Avatar
Brijesh Kesariya

Currently odoo 8 supports both API based and ORM methods based on osv. Will odoo 9 support both? Or API based development will only supported by odoo 9?

Thanks in Advance.

2
Avatar
Opusti
Emipro Technologies Pvt. Ltd.

Please read your description again. This is your 2nd sentence :"Or API based development will only supported by odoo 9?" in first sentence you have already wrote, in V8, Odoo supports both API and ORM methods. However API and ORM methods are same. Don't you know ?

Brijesh Kesariya
Avtor

Yes I know. But my main concern is up-gradation of Module from 8.0 to 9.0.

Emipro Technologies Pvt. Ltd.

if your module is written in V8 API, it will work in V9 too ! ( Unless some of the xml side view changes )

Yenthe Van Ginneken (Mainframe Monkey)

Had a chat with a few of the developers @ Odoo days and normally the XML side view shouldn't change.

Avatar
Yenthe Van Ginneken (Mainframe Monkey)
Best Answer

Hi Brijesh

I've created a topic about this here: https://www.odoo.com/forum/help-1/question/how-long-will-the-odoo-v7-api-stay-available-will-it-be-removed-in-odoo-9-86441

To quote my answer from my topic:

 There has been a discussion about this on the official Odoo Experience (2015) and the compatibility with the V7 API will remain in Odoo 9. This means you will be able to use both the V7 and V8 API in both Odoo 8 and Odoo 9.

The exact moment when the support for the V7 API will be removed isn't decided yet and will depend on how fast Odoo itself changes everything to the new API and how fast the partners do this. It might even be the case that Odoo 10 will still support the old API!
Note: There hasn't been any official statement about this, besides in the Odoo Experience presentation about 'Ask Me Anything'. If the video from this presentation comes online I will add a link here that confirms this.
3
Avatar
Opusti
Emipro Technologies Pvt. Ltd.

+1 @Yenthe

Avatar
chirag jogi
Best Answer

Hello Brijesh ..

Are you talking about following two different ways ?

1) def write(self, cr, uid, ids, vals, context=None):

2) @multi

    def write(self,values):


0
Avatar
Opusti
Brijesh Kesariya
Avtor

Yes Exactly Mr. Chirag.

Brijesh Kesariya
Avtor

I have my Module written as per first method, but while upgrading it to odoo 9, Will it create any Problem?

Yenthe Van Ginneken (Mainframe Monkey)

Odoo 9 will support both the V7 and the V8 API, so no this won't give you any problems. It could be that the old API (method one) will be removed in Odoo 10, but thats still not sure.

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Prijavi
Related Posts Odgovori Prikazi Aktivnost
Odoo9: PROBLEM WITH THE API
javascript api odoo9
Avatar
0
jan. 19
4853
Widget Javascript not displayed in Odoo
javascript api odoo9
Avatar
Avatar
1
jan. 16
5433
Has anyone integrated Helpdesk with Zoom for meeting scheduling?
api
Avatar
Avatar
1
avg. 25
1293
Using API check if Odoo is using Odoo sh or on-premises hosting. Solved
api
Avatar
Avatar
1
avg. 25
1685
External API XMLRPC Authentication Keeps Replying with false
api
Avatar
Avatar
Avatar
2
jul. 25
4576
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now