This video will detail how to generate promotion and coupon programs for eCommerce with the help of Odoo 15 Video Content ———————— 00:00 Introduction 00:34 Settings 00:58 Promotion programes 01:33 Create new Promotion programes 04:20 Coupon programmes 04:45 Create Coupon programes 07:09 Go to website & apply code Coupons and promotion programs have a critical […]
This video describes how to print a pdf report on a button click. Video Content ———————— 0:00 – 0:59 Introduction 1:00 – 2:34 Report action 2:35 – 4:36 Report Template 4:37 – 5:54 Report Print Reporting plays a vital role in manipulating and representing data in each organization. This video describes how to print a […]
This video discusses how to install a theme module in odoo 15 and how can we configure it. Video Content ———————— 0:00 – 0:36 – Introduction 0:37 – 2:00 – Installation 2:00 – 3:47 – Configuration Odoo Theme gives a minimal structure and layout. It has both frontend and backend. It helps to make the […]
In odoo for each record, there will have a display name that likes to look like that record name. #odootechnicaltutorials #odoo15videos Video Contents ————————- 00:00 Introduction 00:33 example 01:11 rec_name Also for many2one fields, it is shown that rec_name._rec_name is intended to define the record value used to display it in search for many2one and […]
In this video, we are discussing how to define a name_search function in Odoo and its use cases in Odoo development. Name search function is an Odoo ORM method that is responsible for searching the specific records by some field values in a relational field. This is used for example to provide suggestions based on […]
This video explains how to add settings for a custom module in Odoo 13. We are very much familiar with activating different options in odoo by enabling some options on the settings page. For example activate the product variants, asset management, etc. To enable the product variants we need to go to the inventory settings […]
In this video, we will be discussing how we can override a method in Odoo 14 and the usage of the super method. By overriding a method we can change the implementation of that method, which is redefining that method. By using the super method we can override a method to change its default behavior […]
Report actions (ir. actions.report) are the actions which trigger the printing actions of a report. By using different fields one can represent the type, name, paper format, etc of the report. Field ‘report_type’ represents the type of the report whether it is a PDF report (qweb-pdf) or HTML report (qweb-html). Attributes used in Report Action: […]
Odoo ERP Integration Odoo is the world’s easiest all-in-one management software. Odoo can integrate with third-party software to offer you a complete suite of business applications To help you grow your business. Odoo Integrations is easy to configure. Odoo Integrations help to manage your entire business from one platform. Payment Gateway Integrations We design gateways […]
Sometimes in certain cases, we might need to make all fields of a model readonly in a particular state or a condition. This video discusses on how to do that without having to give conditions for each field in the model to be readonly. It’s done bypassing “turn_view_readonly” through context. Watch the full video to […]