In some cases, based on conditions or values we want to show alert messages to users to show that. In odoo, we can use alert messages in the view xml based on the conditions. This video shows how to show such alert messages on form views. #odoocourse #odoodevelopment #odoo #odoo14 #odootechnical #odoo14technical #Set #Alert #Messages […]
This video explains how to add a button in the header of any list view easily in odoo V14. #odoodevelopment #odoodevelopmenttutorials #odootutorials #odoo #odoo14 #odootechnical #odoo14technical #easily #Add #Button #List #View #Header #Odoo #V14 #Add #Button #Odoo
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. […]
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 […]
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 […]
In this video, the area is covered in Odoo security and is called record rule. Record rules restrict access rights to a subset of records. Records rules for the objects can determine who can access the object according to the rules set. One can manage rules based on access modes for the object. Video Contents […]