140 likes | 166 Views
Actions refer to the behavior of the system in response to user actions. URL action allows you to open a website or webpage using an odoo action.<br><br>View: https://www.cybrosys.com/slides/odoo-development-url-actions-in-odoo-13
E N D
Odoo Development URL Action In Odoo 13 www.cybrosys.com
INTRODUCTION • Actions refer to the behavior of the system in response to user actions. • URL action allow you to open a website or webpage using a odoo action. • Ir.actions.act_urlrepresents the url action model.
Let’s see how the URL action works in odoo. • Let’s take a purchase order , while clicking Vendor Website button we want to open the website setted for the vendor.
First we need to customize the purchase order form. • Set a website url for vendor. • Add a Vendor Website button. • Write action for the button.
Here , • Type : Type of action • URL : URL that you need to show • Target : Whether the URL open in the same page or a new page.
By clicking the Vendor Website button , the specified url is opened in a new tab.
For More Details Check our company website for related blogs and Odoo book. Types of Actions in Odoo Check our YouTube channel for functional and technical videos in Odoo. Odoo development URL actions in odoo13