In this video, we will discuss How to add a context and domain in odoo15. The context in Odoo is a part of the environment of a record set. #odoo15developmentvideos Video Contents ————————– 00:05 Introduction 00:40 Adding a domain 03:15 Adding a context It is basically a python dictionary that carries the session data. This […]
In this video, we are discussing how to create a record using create a function in odoo15. Here we are considering an example of creating a student record from students’ applications. #odoo15developmentvideos Video Contents 00:05 Introduction 00:30 Creating a record using create() Once the documents are submitted and verified, we will click the button to […]
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 create a sequence number in odoo15 and its use cases in odoo15. #odoo15developmentvideos Video Contents: ————————- 00:05 Introduction 00:50 Creating a sequence The sequence is normally generated inside the create function of a model. The sequential field in Odoo also known as an auto incremental field generates […]
Odoo note is a module that can be integrated with other modules. It goes with the modules like Point of sale, Purchase, and Sales. #odoo15notes #odoo15functionalvideos Video Contents ————————– 00:00 Introduction 00:37 Goes to module 01:37 Create a new note 01:43 Collaborative pad analysis It is also integrated with the maintenance and repair module. Moreover, […]
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 odoo, there is a feature as odoo chatter with special functionality to store conversation messages, track messages as well as store attachments. #odoo15developmentvideos Video Contents 00:00 Introduction 00:32 Example 01:16 Adding Chatter Moreover, it helps to send messages, and notifications and to schedule activities within each record. #odoo15videos In this video, it discusses about […]
Sometimes we need to do some test runs on existing data. But that may not affect the existing data too. #odoodevelopmentvideos #odoo15tutorials Video Contents ————————- 00:00 Introduction 00:10 Logout from Odoo 00:20 Odoo Database Manager 00:25 Taking Duplicate 00:50 Checking the Duplicated Database #odoo15technicalvideos In such cases, we can use database duplication and experiments on […]