None

Posts tagged odoo

TIL: Odoo 18 Default Action with Nice URL

We have a dashboard that references actions of multiple addons in a single place to make navigation easier.

The first menuitem is the default action. It is important to have a custom action. Else Odoo will open the existing dashboard. Instead, create a new action and copy its contents, e.g. for project.open_view_project_all_group_stage:

Read more ...