(Go: >> BACK << -|- >> HOME <<)

SlideShare a Scribd company logo
How to super
create/write
functions in Odoo16
Overriding existing functions in Odoo is quite easy to do. Odoo
is built on Python and Python allows you to use super calls,
which makes it quite easy to override existing functions,
In this slide we are going through how to super the default
create/write function from Odoo
Super Method
โ— Super method takes two parameter the first one is the name of class which is "your_model" and
the second one is "self".
โ— Where self is a record set in which model the record is created. Values are dictionary that
contains data which we are going to create, write or unlink.
How to Super Create Method
The create method invoke every time when we click on "Create" or "New" button on Odoo form view and when we save
the from using Save button.
How to Super Create Method
Check our company website
for related blogs and Odoo book.
Check our YouTube channel for
functional and technical videos in Odoo.

More Related Content

Similar to How to super create write functions in Odoo16

Automated testing with Cypress
Automated testing with CypressAutomated testing with Cypress
Automated testing with Cypress
Yong Shean Chong
ย 
Creating Menu and Actions in Odoo 15
Creating Menu and Actions in Odoo 15Creating Menu and Actions in Odoo 15
Creating Menu and Actions in Odoo 15
Celine George
ย 
How to Build a Module in Odoo 15 Scaffold Method
How to Build a Module in Odoo 15 Scaffold MethodHow to Build a Module in Odoo 15 Scaffold Method
How to Build a Module in Odoo 15 Scaffold Method
Celine George
ย 
How to Override Delete Function in Odoo 17
How to Override Delete Function in Odoo 17How to Override Delete Function in Odoo 17
How to Override Delete Function in Odoo 17
Celine George
ย 
Quick Tips in Odoo 16
Quick Tips in Odoo 16Quick Tips in Odoo 16
Quick Tips in Odoo 16
Celine George
ย 
Fuel for a great web experience
Fuel for a great web experienceFuel for a great web experience
Fuel for a great web experience
Christian Heilmann
ย 
Django tutorial
Django tutorialDjango tutorial
Django tutorial
Ksd Che
ย 
DJango
DJangoDJango
DJango
Sunil OS
ย 
Complete step by step guide to odoo 13 manufacturing
Complete step by step guide to odoo 13 manufacturingComplete step by step guide to odoo 13 manufacturing
Complete step by step guide to odoo 13 manufacturing
PlanetOdoo
ย 
Getting Started With Apex as an Admin by Christopher Lewis
Getting Started With Apex as an Admin by Christopher LewisGetting Started With Apex as an Admin by Christopher Lewis
Getting Started With Apex as an Admin by Christopher Lewis
Salesforce Admins
ย 
Df16 getting started with apex as an admin
Df16  getting started with apex as an adminDf16  getting started with apex as an admin
Df16 getting started with apex as an admin
Christopher Lewis
ย 
Conquering the code in softimage
Conquering the code in softimageConquering the code in softimage
Conquering the code in softimage
Jared Glass
ย 
scaffold method odoo 16
scaffold method odoo 16scaffold method odoo 16
scaffold method odoo 16
Celine George
ย 
Data Files In Odoo 16
Data Files In Odoo 16Data Files In Odoo 16
Data Files In Odoo 16
Celine George
ย 
Odoo 15 Composition of Module
Odoo 15 Composition of ModuleOdoo 15 Composition of Module
Odoo 15 Composition of Module
Celine George
ย 
Process builder vs Triggers
Process builder vs TriggersProcess builder vs Triggers
Process builder vs Triggers
ProQuest
ย 
Dojo tutorial
Dojo tutorialDojo tutorial
Dojo tutorial
Girish Srivastava
ย 
Manufacturing In Odoo
Manufacturing In OdooManufacturing In Odoo
Manufacturing In Odoo
Varsha Technaureus
ย 
Evaluation Q6
Evaluation Q6Evaluation Q6
Evaluation Q6
1516twbsasmediagroup8
ย 
Debugging in UiPath.pptx
Debugging in UiPath.pptxDebugging in UiPath.pptx
Debugging in UiPath.pptx
ApurbaSamanta9
ย 

Similar to How to super create write functions in Odoo16 (20)

Automated testing with Cypress
Automated testing with CypressAutomated testing with Cypress
Automated testing with Cypress
ย 
Creating Menu and Actions in Odoo 15
Creating Menu and Actions in Odoo 15Creating Menu and Actions in Odoo 15
Creating Menu and Actions in Odoo 15
ย 
How to Build a Module in Odoo 15 Scaffold Method
How to Build a Module in Odoo 15 Scaffold MethodHow to Build a Module in Odoo 15 Scaffold Method
How to Build a Module in Odoo 15 Scaffold Method
ย 
How to Override Delete Function in Odoo 17
How to Override Delete Function in Odoo 17How to Override Delete Function in Odoo 17
How to Override Delete Function in Odoo 17
ย 
Quick Tips in Odoo 16
Quick Tips in Odoo 16Quick Tips in Odoo 16
Quick Tips in Odoo 16
ย 
Fuel for a great web experience
Fuel for a great web experienceFuel for a great web experience
Fuel for a great web experience
ย 
Django tutorial
Django tutorialDjango tutorial
Django tutorial
ย 
DJango
DJangoDJango
DJango
ย 
Complete step by step guide to odoo 13 manufacturing
Complete step by step guide to odoo 13 manufacturingComplete step by step guide to odoo 13 manufacturing
Complete step by step guide to odoo 13 manufacturing
ย 
Getting Started With Apex as an Admin by Christopher Lewis
Getting Started With Apex as an Admin by Christopher LewisGetting Started With Apex as an Admin by Christopher Lewis
Getting Started With Apex as an Admin by Christopher Lewis
ย 
Df16 getting started with apex as an admin
Df16  getting started with apex as an adminDf16  getting started with apex as an admin
Df16 getting started with apex as an admin
ย 
Conquering the code in softimage
Conquering the code in softimageConquering the code in softimage
Conquering the code in softimage
ย 
scaffold method odoo 16
scaffold method odoo 16scaffold method odoo 16
scaffold method odoo 16
ย 
Data Files In Odoo 16
Data Files In Odoo 16Data Files In Odoo 16
Data Files In Odoo 16
ย 
Odoo 15 Composition of Module
Odoo 15 Composition of ModuleOdoo 15 Composition of Module
Odoo 15 Composition of Module
ย 
Process builder vs Triggers
Process builder vs TriggersProcess builder vs Triggers
Process builder vs Triggers
ย 
Dojo tutorial
Dojo tutorialDojo tutorial
Dojo tutorial
ย 
Manufacturing In Odoo
Manufacturing In OdooManufacturing In Odoo
Manufacturing In Odoo
ย 
Evaluation Q6
Evaluation Q6Evaluation Q6
Evaluation Q6
ย 
Debugging in UiPath.pptx
Debugging in UiPath.pptxDebugging in UiPath.pptx
Debugging in UiPath.pptx
ย 

More from Celine George

How to Manage Internal Notes in Odoo 17 POS
How to Manage Internal Notes in Odoo 17 POSHow to Manage Internal Notes in Odoo 17 POS
How to Manage Internal Notes in Odoo 17 POS
Celine George
ย 
How to Show Sample Data in Tree and Kanban View in Odoo 17
How to Show Sample Data in Tree and Kanban View in Odoo 17How to Show Sample Data in Tree and Kanban View in Odoo 17
How to Show Sample Data in Tree and Kanban View in Odoo 17
Celine George
ย 
How to Configure Time Off Types in Odoo 17
How to Configure Time Off Types in Odoo 17How to Configure Time Off Types in Odoo 17
How to Configure Time Off Types in Odoo 17
Celine George
ย 
Delegation Inheritance in Odoo 17 and Its Use Cases
Delegation Inheritance in Odoo 17 and Its Use CasesDelegation Inheritance in Odoo 17 and Its Use Cases
Delegation Inheritance in Odoo 17 and Its Use Cases
Celine George
ย 
How to Install Theme in the Odoo 17 ERP
How to  Install Theme in the Odoo 17 ERPHow to  Install Theme in the Odoo 17 ERP
How to Install Theme in the Odoo 17 ERP
Celine George
ย 
The membership Module in the Odoo 17 ERP
The membership Module in the Odoo 17 ERPThe membership Module in the Odoo 17 ERP
The membership Module in the Odoo 17 ERP
Celine George
ย 
Credit limit improvement system in odoo 17
Credit limit improvement system in odoo 17Credit limit improvement system in odoo 17
Credit limit improvement system in odoo 17
Celine George
ย 
Front Desk Management in the Odoo 17 ERP
Front Desk  Management in the Odoo 17 ERPFront Desk  Management in the Odoo 17 ERP
Front Desk Management in the Odoo 17 ERP
Celine George
ย 
Discount and Loyalty Programs in Odoo 17 Sales
Discount and Loyalty Programs in Odoo 17 SalesDiscount and Loyalty Programs in Odoo 17 Sales
Discount and Loyalty Programs in Odoo 17 Sales
Celine George
ย 
Total and Subtotal in Reports in Odoo 17
Total and Subtotal in Reports in Odoo 17Total and Subtotal in Reports in Odoo 17
Total and Subtotal in Reports in Odoo 17
Celine George
ย 
How to Configure Prevent Sale of Zero Priced Product in Odoo 17 Website
How to Configure Prevent Sale of Zero Priced Product in Odoo 17 WebsiteHow to Configure Prevent Sale of Zero Priced Product in Odoo 17 Website
How to Configure Prevent Sale of Zero Priced Product in Odoo 17 Website
Celine George
ย 
How to Purchase Products in Different Units of Measure (UOM) in Odoo 17
How to Purchase Products in Different Units of Measure (UOM) in Odoo 17How to Purchase Products in Different Units of Measure (UOM) in Odoo 17
How to Purchase Products in Different Units of Measure (UOM) in Odoo 17
Celine George
ย 
Images as attribute values in the Odoo 17
Images as attribute values in the Odoo 17Images as attribute values in the Odoo 17
Images as attribute values in the Odoo 17
Celine George
ย 
How to to Add New States to an Existing State Field in Odoo 17
How to to Add New States to an Existing State Field in Odoo 17How to to Add New States to an Existing State Field in Odoo 17
How to to Add New States to an Existing State Field in Odoo 17
Celine George
ย 
What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17
Celine George
ย 
How to Create User Notification in Odoo 17
How to Create User Notification in Odoo 17How to Create User Notification in Odoo 17
How to Create User Notification in Odoo 17
Celine George
ย 
How to Create a Stage or a Pipeline in Odoo 17 CRM
How to Create a Stage or a Pipeline in Odoo 17 CRMHow to Create a Stage or a Pipeline in Odoo 17 CRM
How to Create a Stage or a Pipeline in Odoo 17 CRM
Celine George
ย 
Creation or Update of a Mandatory Field is Not Set in Odoo 17
Creation or Update of a Mandatory Field is Not Set in Odoo 17Creation or Update of a Mandatory Field is Not Set in Odoo 17
Creation or Update of a Mandatory Field is Not Set in Odoo 17
Celine George
ย 
How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17
Celine George
ย 
How to Setup Default Value for a Field in Odoo 17
How to Setup Default Value for a Field in Odoo 17How to Setup Default Value for a Field in Odoo 17
How to Setup Default Value for a Field in Odoo 17
Celine George
ย 

More from Celine George (20)

How to Manage Internal Notes in Odoo 17 POS
How to Manage Internal Notes in Odoo 17 POSHow to Manage Internal Notes in Odoo 17 POS
How to Manage Internal Notes in Odoo 17 POS
ย 
How to Show Sample Data in Tree and Kanban View in Odoo 17
How to Show Sample Data in Tree and Kanban View in Odoo 17How to Show Sample Data in Tree and Kanban View in Odoo 17
How to Show Sample Data in Tree and Kanban View in Odoo 17
ย 
How to Configure Time Off Types in Odoo 17
How to Configure Time Off Types in Odoo 17How to Configure Time Off Types in Odoo 17
How to Configure Time Off Types in Odoo 17
ย 
Delegation Inheritance in Odoo 17 and Its Use Cases
Delegation Inheritance in Odoo 17 and Its Use CasesDelegation Inheritance in Odoo 17 and Its Use Cases
Delegation Inheritance in Odoo 17 and Its Use Cases
ย 
How to Install Theme in the Odoo 17 ERP
How to  Install Theme in the Odoo 17 ERPHow to  Install Theme in the Odoo 17 ERP
How to Install Theme in the Odoo 17 ERP
ย 
The membership Module in the Odoo 17 ERP
The membership Module in the Odoo 17 ERPThe membership Module in the Odoo 17 ERP
The membership Module in the Odoo 17 ERP
ย 
Credit limit improvement system in odoo 17
Credit limit improvement system in odoo 17Credit limit improvement system in odoo 17
Credit limit improvement system in odoo 17
ย 
Front Desk Management in the Odoo 17 ERP
Front Desk  Management in the Odoo 17 ERPFront Desk  Management in the Odoo 17 ERP
Front Desk Management in the Odoo 17 ERP
ย 
Discount and Loyalty Programs in Odoo 17 Sales
Discount and Loyalty Programs in Odoo 17 SalesDiscount and Loyalty Programs in Odoo 17 Sales
Discount and Loyalty Programs in Odoo 17 Sales
ย 
Total and Subtotal in Reports in Odoo 17
Total and Subtotal in Reports in Odoo 17Total and Subtotal in Reports in Odoo 17
Total and Subtotal in Reports in Odoo 17
ย 
How to Configure Prevent Sale of Zero Priced Product in Odoo 17 Website
How to Configure Prevent Sale of Zero Priced Product in Odoo 17 WebsiteHow to Configure Prevent Sale of Zero Priced Product in Odoo 17 Website
How to Configure Prevent Sale of Zero Priced Product in Odoo 17 Website
ย 
How to Purchase Products in Different Units of Measure (UOM) in Odoo 17
How to Purchase Products in Different Units of Measure (UOM) in Odoo 17How to Purchase Products in Different Units of Measure (UOM) in Odoo 17
How to Purchase Products in Different Units of Measure (UOM) in Odoo 17
ย 
Images as attribute values in the Odoo 17
Images as attribute values in the Odoo 17Images as attribute values in the Odoo 17
Images as attribute values in the Odoo 17
ย 
How to to Add New States to an Existing State Field in Odoo 17
How to to Add New States to an Existing State Field in Odoo 17How to to Add New States to an Existing State Field in Odoo 17
How to to Add New States to an Existing State Field in Odoo 17
ย 
What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17What are the new features in the Fleet Odoo 17
What are the new features in the Fleet Odoo 17
ย 
How to Create User Notification in Odoo 17
How to Create User Notification in Odoo 17How to Create User Notification in Odoo 17
How to Create User Notification in Odoo 17
ย 
How to Create a Stage or a Pipeline in Odoo 17 CRM
How to Create a Stage or a Pipeline in Odoo 17 CRMHow to Create a Stage or a Pipeline in Odoo 17 CRM
How to Create a Stage or a Pipeline in Odoo 17 CRM
ย 
Creation or Update of a Mandatory Field is Not Set in Odoo 17
Creation or Update of a Mandatory Field is Not Set in Odoo 17Creation or Update of a Mandatory Field is Not Set in Odoo 17
Creation or Update of a Mandatory Field is Not Set in Odoo 17
ย 
How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17How to Download & Install Module From the Odoo App Store in Odoo 17
How to Download & Install Module From the Odoo App Store in Odoo 17
ย 
How to Setup Default Value for a Field in Odoo 17
How to Setup Default Value for a Field in Odoo 17How to Setup Default Value for a Field in Odoo 17
How to Setup Default Value for a Field in Odoo 17
ย 

Recently uploaded

UGC CARE LIST OF JOURNALS 2024: UNLOCKING ACADEMIC EXCELLENCE
UGC CARE LIST OF JOURNALS 2024: UNLOCKING ACADEMIC EXCELLENCEUGC CARE LIST OF JOURNALS 2024: UNLOCKING ACADEMIC EXCELLENCE
UGC CARE LIST OF JOURNALS 2024: UNLOCKING ACADEMIC EXCELLENCE
aimlayresearch2
ย 
Capitol Doctoral Presentation -June 2024v2.pptx
Capitol Doctoral Presentation -June 2024v2.pptxCapitol Doctoral Presentation -June 2024v2.pptx
Capitol Doctoral Presentation -June 2024v2.pptx
CapitolTechU
ย 
Interprofessional Education Platform Introduction.pdf
Interprofessional Education Platform Introduction.pdfInterprofessional Education Platform Introduction.pdf
Interprofessional Education Platform Introduction.pdf
Ben Aldrich
ย 
The Rise of the Digital Telecommunication Marketplace.pptx
The Rise of the Digital Telecommunication Marketplace.pptxThe Rise of the Digital Telecommunication Marketplace.pptx
The Rise of the Digital Telecommunication Marketplace.pptx
PriyaKumari928991
ย 
UNIT 4 - SHARED CARE AND ELECTRONIC HEALTH RECORD.pptx
UNIT 4 - SHARED CARE AND ELECTRONIC HEALTH RECORD.pptxUNIT 4 - SHARED CARE AND ELECTRONIC HEALTH RECORD.pptx
UNIT 4 - SHARED CARE AND ELECTRONIC HEALTH RECORD.pptx
hemaxiparmar
ย 
Role of NCERT and SCERT in Indian Education System.
Role of NCERT and SCERT in Indian Education System.Role of NCERT and SCERT in Indian Education System.
Role of NCERT and SCERT in Indian Education System.
tanishq87
ย 
pol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdfpol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdf
BiplabHalder13
ย 
(T.L.E.) Agriculture: "Ornamental Plants"
(T.L.E.) Agriculture: "Ornamental Plants"(T.L.E.) Agriculture: "Ornamental Plants"
(T.L.E.) Agriculture: "Ornamental Plants"
MJDuyan
ย 
debts of gratitude 2 detailed meaning and certificate of appreciation.pptx
debts of gratitude 2 detailed meaning and certificate of appreciation.pptxdebts of gratitude 2 detailed meaning and certificate of appreciation.pptx
debts of gratitude 2 detailed meaning and certificate of appreciation.pptx
AncyTEnglish
ย 
Decolonizing Universal Design for Learning
Decolonizing Universal Design for LearningDecolonizing Universal Design for Learning
Decolonizing Universal Design for Learning
Frederic Fovet
ย 
Angle-or,,,,,-Pull-of-Muscleexercise therapy.pptx
Angle-or,,,,,-Pull-of-Muscleexercise therapy.pptxAngle-or,,,,,-Pull-of-Muscleexercise therapy.pptx
Angle-or,,,,,-Pull-of-Muscleexercise therapy.pptx
siddhimeena3
ย 
Slides Peluncuran Amalan Pemakanan Sihat.pptx
Slides Peluncuran Amalan Pemakanan Sihat.pptxSlides Peluncuran Amalan Pemakanan Sihat.pptx
Slides Peluncuran Amalan Pemakanan Sihat.pptx
shabeluno
ย 
To study Earthโ€™s magnetic field using a compass, natal bar magnet wire plotti...
To study Earthโ€™s magnetic field using a compass, natal bar magnet wire plotti...To study Earthโ€™s magnetic field using a compass, natal bar magnet wire plotti...
To study Earthโ€™s magnetic field using a compass, natal bar magnet wire plotti...
ajitkumarmatia8
ย 
The Science of Learning: implications for modern teaching
The Science of Learning: implications for modern teachingThe Science of Learning: implications for modern teaching
The Science of Learning: implications for modern teaching
Derek Wenmoth
ย 
Creating Images and Videos through AI.pptx
Creating Images and Videos through AI.pptxCreating Images and Videos through AI.pptx
Creating Images and Videos through AI.pptx
Forum of Blended Learning
ย 
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
yarusun
ย 
Environmental science 1.What is environmental science and components of envir...
Environmental science 1.What is environmental science and components of envir...Environmental science 1.What is environmental science and components of envir...
Environmental science 1.What is environmental science and components of envir...
Deepika
ย 
Opportunity scholarships and the schools that receive them
Opportunity scholarships and the schools that receive themOpportunity scholarships and the schools that receive them
Opportunity scholarships and the schools that receive them
EducationNC
ย 
220711130052,_PUJA_MONDAL,_INTERNET_RESOURCES_FOR_DIFFERENT_DISCIPLINE_-_HUMA...
220711130052,_PUJA_MONDAL,_INTERNET_RESOURCES_FOR_DIFFERENT_DISCIPLINE_-_HUMA...220711130052,_PUJA_MONDAL,_INTERNET_RESOURCES_FOR_DIFFERENT_DISCIPLINE_-_HUMA...
220711130052,_PUJA_MONDAL,_INTERNET_RESOURCES_FOR_DIFFERENT_DISCIPLINE_-_HUMA...
Kalna College
ย 
Thematatagcurriculumtrainingdesign-2404294-312e.pptx
Thematatagcurriculumtrainingdesign-2404294-312e.pptxThematatagcurriculumtrainingdesign-2404294-312e.pptx
Thematatagcurriculumtrainingdesign-2404294-312e.pptx
KevinLeranDelosreyes
ย 

Recently uploaded (20)

UGC CARE LIST OF JOURNALS 2024: UNLOCKING ACADEMIC EXCELLENCE
UGC CARE LIST OF JOURNALS 2024: UNLOCKING ACADEMIC EXCELLENCEUGC CARE LIST OF JOURNALS 2024: UNLOCKING ACADEMIC EXCELLENCE
UGC CARE LIST OF JOURNALS 2024: UNLOCKING ACADEMIC EXCELLENCE
ย 
Capitol Doctoral Presentation -June 2024v2.pptx
Capitol Doctoral Presentation -June 2024v2.pptxCapitol Doctoral Presentation -June 2024v2.pptx
Capitol Doctoral Presentation -June 2024v2.pptx
ย 
Interprofessional Education Platform Introduction.pdf
Interprofessional Education Platform Introduction.pdfInterprofessional Education Platform Introduction.pdf
Interprofessional Education Platform Introduction.pdf
ย 
The Rise of the Digital Telecommunication Marketplace.pptx
The Rise of the Digital Telecommunication Marketplace.pptxThe Rise of the Digital Telecommunication Marketplace.pptx
The Rise of the Digital Telecommunication Marketplace.pptx
ย 
UNIT 4 - SHARED CARE AND ELECTRONIC HEALTH RECORD.pptx
UNIT 4 - SHARED CARE AND ELECTRONIC HEALTH RECORD.pptxUNIT 4 - SHARED CARE AND ELECTRONIC HEALTH RECORD.pptx
UNIT 4 - SHARED CARE AND ELECTRONIC HEALTH RECORD.pptx
ย 
Role of NCERT and SCERT in Indian Education System.
Role of NCERT and SCERT in Indian Education System.Role of NCERT and SCERT in Indian Education System.
Role of NCERT and SCERT in Indian Education System.
ย 
pol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdfpol sci Election and Representation Class 11 Notes.pdf
pol sci Election and Representation Class 11 Notes.pdf
ย 
(T.L.E.) Agriculture: "Ornamental Plants"
(T.L.E.) Agriculture: "Ornamental Plants"(T.L.E.) Agriculture: "Ornamental Plants"
(T.L.E.) Agriculture: "Ornamental Plants"
ย 
debts of gratitude 2 detailed meaning and certificate of appreciation.pptx
debts of gratitude 2 detailed meaning and certificate of appreciation.pptxdebts of gratitude 2 detailed meaning and certificate of appreciation.pptx
debts of gratitude 2 detailed meaning and certificate of appreciation.pptx
ย 
Decolonizing Universal Design for Learning
Decolonizing Universal Design for LearningDecolonizing Universal Design for Learning
Decolonizing Universal Design for Learning
ย 
Angle-or,,,,,-Pull-of-Muscleexercise therapy.pptx
Angle-or,,,,,-Pull-of-Muscleexercise therapy.pptxAngle-or,,,,,-Pull-of-Muscleexercise therapy.pptx
Angle-or,,,,,-Pull-of-Muscleexercise therapy.pptx
ย 
Slides Peluncuran Amalan Pemakanan Sihat.pptx
Slides Peluncuran Amalan Pemakanan Sihat.pptxSlides Peluncuran Amalan Pemakanan Sihat.pptx
Slides Peluncuran Amalan Pemakanan Sihat.pptx
ย 
To study Earthโ€™s magnetic field using a compass, natal bar magnet wire plotti...
To study Earthโ€™s magnetic field using a compass, natal bar magnet wire plotti...To study Earthโ€™s magnetic field using a compass, natal bar magnet wire plotti...
To study Earthโ€™s magnetic field using a compass, natal bar magnet wire plotti...
ย 
The Science of Learning: implications for modern teaching
The Science of Learning: implications for modern teachingThe Science of Learning: implications for modern teaching
The Science of Learning: implications for modern teaching
ย 
Creating Images and Videos through AI.pptx
Creating Images and Videos through AI.pptxCreating Images and Videos through AI.pptx
Creating Images and Videos through AI.pptx
ย 
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
Get Success with the Latest UiPath UIPATH-ADPV1 Exam Dumps (V11.02) 2024
ย 
Environmental science 1.What is environmental science and components of envir...
Environmental science 1.What is environmental science and components of envir...Environmental science 1.What is environmental science and components of envir...
Environmental science 1.What is environmental science and components of envir...
ย 
Opportunity scholarships and the schools that receive them
Opportunity scholarships and the schools that receive themOpportunity scholarships and the schools that receive them
Opportunity scholarships and the schools that receive them
ย 
220711130052,_PUJA_MONDAL,_INTERNET_RESOURCES_FOR_DIFFERENT_DISCIPLINE_-_HUMA...
220711130052,_PUJA_MONDAL,_INTERNET_RESOURCES_FOR_DIFFERENT_DISCIPLINE_-_HUMA...220711130052,_PUJA_MONDAL,_INTERNET_RESOURCES_FOR_DIFFERENT_DISCIPLINE_-_HUMA...
220711130052,_PUJA_MONDAL,_INTERNET_RESOURCES_FOR_DIFFERENT_DISCIPLINE_-_HUMA...
ย 
Thematatagcurriculumtrainingdesign-2404294-312e.pptx
Thematatagcurriculumtrainingdesign-2404294-312e.pptxThematatagcurriculumtrainingdesign-2404294-312e.pptx
Thematatagcurriculumtrainingdesign-2404294-312e.pptx
ย 

How to super create write functions in Odoo16

  • 2. Overriding existing functions in Odoo is quite easy to do. Odoo is built on Python and Python allows you to use super calls, which makes it quite easy to override existing functions, In this slide we are going through how to super the default create/write function from Odoo
  • 3. Super Method โ— Super method takes two parameter the first one is the name of class which is "your_model" and the second one is "self". โ— Where self is a record set in which model the record is created. Values are dictionary that contains data which we are going to create, write or unlink.
  • 4. How to Super Create Method The create method invoke every time when we click on "Create" or "New" button on Odoo form view and when we save the from using Save button.
  • 5. How to Super Create Method
  • 6. Check our company website for related blogs and Odoo book. Check our YouTube channel for functional and technical videos in Odoo.