Vauxoo / addons-vauxoo

All our modules related to developments that solves generic issues on Odoo, or that solve internal problems on Odoo Core, if something is here, maybe it is solving an issue in your company, try it and report what you see.
http://www.vauxoo.com
193 stars 288 forks source link

[ADD] search_action_domain: Add a filter option using server actions T#59176 #1551

Closed rolandojduartem closed 2 years ago

rolandojduartem commented 2 years ago

This module was moved to addons-vauxoo. This module lets the user to use server actions as a filters in the "Favorites" section, in other words, the user might use complex queries to search the records.

Now, "Create A Filter" is not in action section anymore, it is a button in the server action's form view to create the filter in the selected model.

Server Action:

search_action_domain_action

Filter:

search_action_domain_filter

Result:

search_action_domain_result

rolandojduartem commented 2 years ago

Hi, @luisg123v, @nhomar, @tomeyro and @frahikLV, as we talked, this module was moved here. Please, may you review this PR?

cc @hugho-ad @desdelinux

tomeyro commented 2 years ago

LGTM

rolandojduartem commented 2 years ago

Hi, @luisg123v, @hugho-ad and @frahikLV, your changes were applied. Please, may you review them?

Also, the "Create as Filter" option was moved from action section to the button in Server Actions

cc @nhomar @tomeyro @desdelinux

rolandojduartem commented 2 years ago

Hi, @luisg123v, I applied your suggestions. Please, may you review them?

moylop260 commented 2 years ago

LGTM

rolandojduartem commented 2 years ago

@luisg123v last changes were applied, please, may you review them?

rolandojduartem commented 2 years ago

Hi, @luisg123v, Change is done, please, may you review it?