How to Open a Form View on Button Click in Odoo 15 | Odoo 15 Development Tutorials

Subscribers:
28,000
Published on ● Video Link: https://www.youtube.com/watch?v=lwhAHQMV0DU



Category:
Tutorial
Duration: 2:43
3,257 views
20


This video is about how to open a form view while clicking a button. On the button action we can return the view we need to open like this.
#odootechnicalvideos #odoovidoes #odoo15developmentvideos

Here we can pass our model to 'res_model' and the particular view to 'view_id'
def my_button(self):
return {
'name': "Your String",
'type': 'ir.actions.act_window',
'view_type': 'form',
'view_mode': 'form',
'res_model': 'object',
'view_id': self.env.ref('module.view_id').id,
'target': 'new'
}




Other Videos By Cybrosys Technologies


2022-04-05Serial Numbers & Worksheet Templates in Odoo 15 Quality Module | Odoo 15 Enterprise Edition
2022-04-05How to Create Timesheets Report Using Odoo 15 Timesheets Module | Odoo 15 Enterprise Edition
2022-04-04How to Do Some Action After the Record Edited | Odoo 15 Technical Videos | Editing Existing Records
2022-04-04How to Use Reporting Feature in Odoo 15 Helpdesk Module | Odoo 15 Enterprise Edition | Odoo Helpdesk
2022-04-04How to Configure Bank Accounts Using Odoo 15 Contact Module | Odoo15 Enterprise | Odoo15 Contact
2022-04-01Open HRMS Reminders Todo App | Odoo 15 | Open HRMS App | How to Use Reminders in Open HRMS
2022-04-01HR Organizational Chart | Open HRMS App | Odoo 15 | Human Resources Organization Chart
2022-03-31Timesheet Integration in Odoo 15 Project Module | Odoo 15 Enterprise Edition | Odoo 15 Project
2022-03-31Project Reporting and Analysis with Odoo 15 Project | Odoo 15 Enterprise | Odoo15 Project Management
2022-03-30Configuration Aspects of Odoo 15 Contact Module | Odoo 15 Enterprise Edition | Odoo 15 Contact
2022-03-30How to Open a Form View on Button Click in Odoo 15 | Odoo 15 Development Tutorials
2022-03-29Open HRMS GOSI Contribution Module | Odoo 15 | Open HRMS App
2022-03-28Odoo 15 Accounting Webinar | Odoo 15 Accounting Functional Training 2022
2022-03-25We Are Hiring..! Join The Biggest Odoo Company in the World.
2022-03-25How to Manage Payslips with Odoo 15 Payroll | Manage Payroll | Odoo 15 Payroll Management
2022-03-24Open HRMS Employee Document Management | Odoo 15 | Open HRMS Employee Documents | Open HRMS App
2022-03-24How to Manage Control Points & Alerts in Odoo 15 Quality Module | Odoo 15 Enterprise | Odoo15 Videos
2022-03-23Open HRMS Custody App | Odoo 15 | Open HRMS App | HRMS Custody Management
2022-03-23How to Create New Contacts in Odoo 15 | Odoo 15 Enterprise | Odoo 15 Contact Module
2022-03-22Open HRMS Official Announcements | Manage Official Announcements Using Open HRMS App | Odoo 15
2022-03-22Project Analysis Using Odoo 15 | Odoo 15 Enterprise Edition | Odoo 15 Functional Videos



Tags:
odoo
odoo erp
cybrosys odoo
odoo apps