Skip to content

Commit

Permalink
[IMP] project: hide the 'share' action in the list view of the project
Browse files Browse the repository at this point in the history
Current behavior before PR:
When sharing multiple projects in list view, only one project gets shared,
which creates issues, misguides, and causes confusion.

After this PR:
to get rid of those issues, we hided the 'share' action in the list
view of the project.
and also removed it from the form view too as it is redundant with the
share buttons

task-3750508

closes #155560

Signed-off-by: Xavier Bol (xbo) <xbo@odoo.com>
  • Loading branch information
suth-odoo authored and xavierbol committed Mar 28, 2024
1 parent 6109e5f commit ec948b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/project/wizard/project_share_wizard_views.xml
Expand Up @@ -54,7 +54,6 @@
<record id="project_share_wizard_action" model="ir.actions.act_window">
<field name="name">Share a Project</field>
<field name="res_model">project.share.wizard</field>
<field name="binding_model_id" ref="model_project_project"/>
<field name="view_mode">form</field>
<field name="target">new</field>
</record>
Expand Down

0 comments on commit ec948b3

Please sign in to comment.