One Click RFQ Cancellation in Odoo 18 | How to Cancel RFQ’s in Odoo 18 | Odoo 18 Purchase | Odoo 18 – CBMS Odoo ERP

One-Click RFQ Cancellation in Odoo 18 is a feature that allows users to quickly and easily cancel Request for Quotations (RFQs) with a single click. This can be particularly useful in situations where an RFQ is no longer needed or has been superseded by another RFQ. Here’s how it typically works: – Identify the RFQ: […]

How to Open a Form View on Button Click in Odoo 16 | Odoo 16 Development Tutorial – CBMS Odoo ERP

In this video, we’ll show you how to activate a form display as you press a button. We can return the view we need to access in this way on the button action.#odoo16 Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ LinkedIn: ➡️ Facebook: ➡️ Instagram: ➡️ Pinterest: #Open #Form #View […]

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

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’, […]