Sometimes there is a particular feature that we want to be able to add to several different models. #odoodevelopmentvideos Video Contents 00:00 Introduction 02:16 Using of Mixing Class 03:44 Result At that time we just used to rewrite the code to all models that are not an effective way. #odoo15videos Odoo provides the Abstract model […]
The Sign module in Odoo is exclusively designed for sending, signing, and approving documents digitally. Within a short time, we can sign the required document with a sign module. #odoo15sign Video Contents 00:00 Introduction to Odoo 15 Sign 00:36 Goes to module 03:01 Configuration settings 03:58 Signature item role 04:27 Upload PDF to sign 07:36 […]
In this video, we are discussing How to use URLs and routing in odoo15. ‘@http.route’ is a decorator used for the routing purpose or it allows you to navigate to specific pages. #odoo15tutorials Video Contents ————————- 0:05 Introduction 0:16 URLs and Routing #odoo15developmentvideos Also, this helps to link the given URL to a specific webpage.‘/url’ […]
Odoo’s backend structure is very simple and organized by menu, actions & views. So, In this video, it discusses odoo administration and how to edit odoo administration which means adding objects, menu items, actions, and defining views. #odoo15technicalvideos Video Contents ————————- 0:00 Introduction 0:26 Menu 1:45 Action 2:46 View 3:36 Relational Fields: Many2one 4:54 Relational […]
In this video, we are discussing Field editing on the Odoo website. We have the t-esc and t-field to show values on the website. #odoo15website Video Contents ———————— 0:00 Introduction 0:40 Field editing in Website #odoo15developmentvideos #odoowebsites For record fields, templates can use a special t-field directive that allows editing the field content from the […]
In Odoo, we can build a module using several methods in pycharm and then very next step add to install that module. #odoo15website Video Contents ————————- 0:00 Introduction 0:33 Add to Addons_path 1:09 Update in Ui 1:20 Installing of Custom Module We need to add that in the addons path and install it from the […]
This video discusses creating a basic module using the scaffolding method. #odoo15website Video Contents ————————- 0:00 Introduction 0:42 Scaffolding method #odoo15developmentvideos #odoo15tutorials In building a website first step is to create a basic module. In Odoo each task can be performed by modules, in modules we can add a new object or inherit the existing […]
Every business is related to at least one product. In marketing terms “A product is anything that can be offered to a market that might satisfy a want or need. #odoo15 Every bit of information about a product is stored in the system for better product management. In Odoo most of the modules including Inventory, […]