-
Sans catégorie
-
1-How to Install Pycharm and Configure PostgreSQL on Ubuntu
-
2-How to Configure Odoo 15 on Pycharm Ubuntu
-
3-Building a Module With Menus and Actions in Odoo 15
-
4-Compositions of a Odoo 15 Module
-
5- Structure of a Odoo 15 Module
-
6- Creating an Empty Module Structure Using Scaffold in Odoo 15
-
7- Adding Data Files in to Your Odoo 15 module
-
8- Basic Views in Odoo 15 (Tree, Form, and Search)
-
9-Relations Between Models: Many2One Fields in Odoo 15
-
10-Relations Between Models: One2Many Fields in Odoo 15
-
11-Relations Between Models: Many2Many Fields in Odoo 15
-
12-Inheritance - Traditional Class Inheritance in Odoo 15
-
13-Inheritance - Traditional Prototype Inheritance in Odoo 15
-
14-Inheritance - Delegation Inheritance in Odoo 15
-
15-Computed fields and @api.depends in Odoo 15
-
16-Setting Default Value for Fields in Odoo 15
-
17-Onchange mechanism - @api.onchange in Odoo 15
-
18-Model Constraints - Python Constraints in Odoo 15
-
19-Model Constraints - SQL Constraints in Odoo 15
-
20-Advanced Views - Tree View Decoration Attribute in Odoo 15
-
21-Advanced Views - Calendar View in Odoo 15
-
22-Advanced Views - Search View in Odoo 15
-
23-Advanced Views - Graph View in Odoo 15
-
24-Advanced Views - Gantt View in Odoo 15
-
25-Advanced Views - Kanban View in Odoo 15
-
26-Odoo Security - Groups and Access Rights
-
27-Odoo Security - Record Rules
-
28-Odoo wizards - Creating and Launching
-
29-Odoo Reporting - Printed Report(PDF).mp4
-
30-Odoo Reporting - Setup a Dashboard
-
18-Model Constraints - Python Constraints in Odoo 15
Odoo helps you to set validations to recordsets with the help of python and model constraints. Mainly there are two ways in which constraints can be set to variants in Odoo. They are python and SQL constraints. #odoo15developmentvideos Basically python constraints are set in odoo using the class decorator api.constrains() which takes in the field name as arguments and applies the validation conditions to the fields specified inside the method. #pythonconstraints In this video, we'll be discussing how we can apply such constraints to our odoo models and fields. #odoo15technicalvideos
Vues | |
---|---|
0 | Total des vues |
0 | Vues Membres |
0 | Vues publiques |
Partager par email
Veuillez S'identifier afin de partager ce video par email