Skip to content

Conversation

@GabbasovDinar
Copy link
Member

This PR adds a new technical web addon that allows backend code to trigger standard Odoo UI actions in the user’s browser in real time via the bus. Instead of only showing a notification, the client can automatically open a wizard, switch to a list/form view, or refresh the current screen when certain conditions are met.

@GabbasovDinar GabbasovDinar force-pushed the 18.0-add-web_backend_action-module branch 3 times, most recently from 605ae11 to 55076e3 Compare November 20, 2025 15:51
@GabbasovDinar GabbasovDinar force-pushed the 18.0-add-web_backend_action-module branch from 9c7a51b to 3217d31 Compare November 21, 2025 17:47
Copy link
Member

@ivs-cetmix ivs-cetmix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GabbasovDinar thank you for your contribution! Please check the comments, otherwise functional LGTM.

)
```

**Filter by record (`res_id`)**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would recommend to make it a list instead of integer res_ids.
Eg: "Show a pop-up in all draft quotations opened in form view".

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an old icon, please remove it. It will be added automatically on merge.

"license": "LGPL-3",
"author": "Odoo Community Association (OCA), Dinar Gabbasov",
"website": "https://github.com/OCA/web",
"depends": ["web", "bus"],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'web' already depends on 'bus', no need to add it explicitly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants