The use of Nodoo in Moodah

Davin Iddo
Moodah POS
Published in
2 min readDec 6, 2019

In Moodah POS, we use nodoo as an library extension to ease the fetching of data from the back-end (which is Odoo). This helps us significantly reduces the time for us to work on the project as a whole now that we have a simple and fast way to fetch the information we needed.

Database Operations

Some of the most used functions in our project are as follows:

  • createCreate()
  • createRead()
  • createUpdate()
  • createDelete()
  • createSearchRead()

These functions are used to add context to represent the types of access that we want to the backend Odoo. Inside the function we can see that each function has method inside the params that distinguished what sort of action that is going to be executed, the only exception to this is the createSearchRead.

Unique method name for the function createCreate()

The interface below will redirect you to the more complex interface that will show the more detailed method of value as mentioned. The more complex interface is shown above.

Here’s a list of all functions that we can use from nodoo

These list of functions are very useful especially if you want to have more option on accessing the database. Although in our case, the 5 operations above are already enough to cover our project, to perform CRUD.

END

The use of Nodoo in our project has been a great help in shortening the amount of work we need to do, and with the amount of functions Nodoo have we can be more flexible with the work that we need to do.

bey

--

--

Davin Iddo
Moodah POS

A useless blob whose memory is worse than a goldfish