Odoo Development - URL Actions in Odoo 13
Odoo development tutorials - Types of Actions in Odoo
Get the module from our repository: https://github.com/CybroOdoo/openacademy
URL Actions
Allow opening a URL (website/web page) via an Odoo action. Can be customized via two fields:
url
the address to open when activating the action
target
opens the address in a new window/page if new, replaces the current content with the page if self. Defaults to new
{
"type": "ir.actions.act_url",
"url": "https://odoo.com",
"target": "self",
}
will replace the current content section by the Odoo home page.
#odoodevelopment #odootutorials #odoo13
For More Videos Subscribe to our YouTube channel.
Visit our company website: https://www.cybrosys.com/
Connect with us:
Facebook: http://ow.ly/Ty0Q30lc5TU
twitter: http://ow.ly/s5cV30lc5Vc
LinkedIn: http://ow.ly/GJfg30lc5WT