How to add a group in sale the access rights dropdown menu
insert group new See Own Leads between the See all Leads
result :: See Own Leads >> Sale branch >> the See all Leads >> manager
requirement images
http://snap.mindphp.com/index.php?view=2017Oct10_59dc3ee46fdc4
<record id="base.group_sale_salesman_branch" model="res.groups">
<field name="name">Sales Branch</field>
<field name="comment">Sales Branch</field>
<field name="category_id" ref="base.module_category_sales_management"/>
<field name="implied_ids" eval="[(4, ref('base.group_sale_manager'))]"/>
<field name="users" eval="[(4, ref('base.user_root'))]"/>
</record>
result :: See Own Leads >> the See all Leads >> manager >> Sale branch
thank you