Odoo requires users of the API to be authenticated before they can query most data. The xmlrpc/2/common endpoint provides meta-calls that don’t require authentication, such as the authentication itself or fetching version information. To verify if the connection information is correct before trying to authenticate, the simplest call is to ask for the server’s version. […]
Records of a model are created using create(). The method will create a single record and return its database identifier. create() takes a mapping of fields to values, used to initialize the record. For any field which has a default value and is not set through the mapping argument, the default value will be used. […]
Odoo 15 is a highly anticipated version of Odoo all thanks to the previous version Odoo 14 which brought in various advantages and functional operations into the business operation management. The users and the pole who have been observing Odoo expect the same to happen in the new Odoo 15 which will bring in further […]
The dashboards module can be used as an effective data monitoring tool in a company to identify and plan business resources. This module allows a company to arrange and manage much critical information related to their business including total income of the company, sale orders, purchase orders, financial flows, lead generation, logistics, and human resources […]
Odoo Studio lets you add several different field types, including the following relational fields: Related fields: This is normally used to add more information from another related Model (database table). It has to be information from a Model that is already linked. many2one: This will create a new database relationship (in this example it’s between […]
The Pipeline Status Bar is simple to implement in Odoo and can be used as part of the workflow. Start by activating Odoo Studio for a Form View Then click on Add a pipeline status bar and add statuses according to your requirement and confirm Odoo Studio also makes it easy to add filters to […]
Views are defined how records should be displayed to end-users. They are specified in XML which means that they can be edited independently from the models that they represent. They are flexible and allow a high level of customization of the screens that they control. There exist various types of views. Each of them represents […]
Deferred expenses in #odoo13, are payments made in advance by our company for our service products for insurance or home rent, etc . yet to render. Such payments are assets for the company that receives them since it still owes its customers these products or services. The company cannot report them on the current Profit […]
Odoo platform offers the option to manage orders in the PoS module where the users can reprint receipts, refund, and exchange orders. This video explains how to exchange orders and refund in Odoo 14 POS #odoo #odoo14 #odoopos #Exchange #Orders #refund #Odoo #POS
It’s easy to create a new Menu by using Odoo Studio. Start by clicking on the Odoo Studio icon in the top right-hand corner. Now click on “Edit Menu” The “Edit Menu” menu dialog is displayed. Scroll to the bottom and click on “New Menu” The “Create a new Menu” dialog is displayed: Enter a […]