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 […]
This video discusses how to make sure one2many records are deleted when parent records are deleted. #odoodevelopmentvideos Video Contents ————————- 00:37 Introduction 00:38 Example 01:03 ondelete = ‘cascade’ 02:11 Delete parent record This can be done using ondelete =”cascade” attribute. We can use ondelete = ‘cascade’, which is a referential action for a foreign key […]
This video explains the key features of the Rental module in Odoo 15. Odoo Rental is the best management software that will meet all your needs. It will manage different tasks and orders easily. #odoo15functionalvideos #odoo15rental Video Chapters 00:00 Introduction to Odoo 15 Rental Module 00:39 Goes to Rental module 01:23 Configuration settings 02:39 Product […]
In this video, it discusses compute function and how to store value in a field using this functionality and @api.depends operation. Odoo provides compute function which helps to calculate from some other fields. It is just like any other regular field along with an additional argument compute. Video Contents 0:00 Introduction 0:36 Field declaring 1:41 […]
In this video, we are discussing about basic views in odoo15 and how to define a view in odoo development. #odoo15 #odoodevelopment #odooviews #Basic #Views #Odoo #Odoo #Development #Tutorials
The batch payments are the option used by a company to group different payments to ease reconciliation. Batch payments are also useful when depositing checks to the banks. #Odoo15Accounting module you can manage and create batch payments of the customers and vendors. By selecting the Batch Payments option from the Customers tab you can view […]
Odoo 15 has a powerful and easy-to-use reporting framework. Creating new reports (such as a tax report or a balance sheet or income statement with specific groupings and layout ) to suit your needs is now easier than ever. #odoo15videos #odoocustomreport In order to have access to the financial report creation interface, the developer mode […]
Choosing to use the multi-currency option in Odoo will allow you to send sales invoices, quotes, and purchase orders or receive bills and payments in currencies other than your own. Users can configure multiple currencies for the transaction, set its exchange rate, and assign different currencies for individual partners and charts of accounts, run reports […]
Choosing to use the multi-currency option in Odoo will allow you to send sales invoices, quotes, and purchase orders or receive bills and payments in currencies other than your own. Users can configure multiple currencies for the transaction, set its exchange rate, and assign different currencies for individual partners and charts of accounts, run reports […]