SMART BUTTON IN ODOO In Odoo Smart buttons allow you to see all the related records in the form view. We can also add a counter to count the number of records present in it.…
CREATING WIZARDS IN ODOO 14 Wizards are used to having interactive sessions with the dialogue boxes in Odoo.Mainly wizard is available in Transient model. Transient models: It’s based on the model TransientModel class. Moreover, the…
COMPUTE METHOD IN ODOO; Compute method is used for making a field value as compute value . First you need to write the fuction for compute field in python file eg: def compute_total_estimate(self) like this,…
DELEGATION INHERITANCE In Odoo, we use ‘_inherits’ attribute for delegation inheritance. The purpose is for extending a model with your new model without affecting it’s views. So, the database tables will contain fields in your…
ORM Methods In Odoo: ORM means “Object Relational Mapping” this are the method used in odoo14 to control the database, without using sql codes. Types of orm method . 1.search() 2.browse() 3.create() 4.update() SEARCH METHOD…
Expense automation is the use of software to automate submitting, approving, and recording expense reports. This lets you replace paper and eliminate the tedious use of spreadsheets to file claims. Expense automation helps organizations accurately track…
ODOO PURCHASE AUTOMATIC VALIDATION This module will help to validate the quotation in purchase & Receiving Goods & Bill Creation. Odoo Purchase Flow & Purchase Automatic Validation * This module helps us to saving…
The reports are working with Report Actions and Report Templates. Additionally, the report templates are used in report actions. Moreover, a report action is triggered while printing a report that you can either call this…
Automated data validation is a part of business process automation based on software robots or Artificial Intelligence. It is the integration of new technology into the current working environment. ODOO SALES AUTOMATIC VALIDATION This module…
A tax return is a documentation filed with a tax authority that reports income, expenses, and other relevant financial information. On tax returns, taxpayers calculate their tax liability, schedule tax payments, or request refunds for the…