This question has been flagged
1 Reply
4376 Views

hai. i created a user customer which have the access right to make sale order only But i dont want the rights to make confirm sale to the customer.

then what should i do for making this user to prevent from confirming sales order.

Avatar
Discard
Best Answer

You can assign a group on 'Confirm Sale' button like this:

<button name="invoice_open" states="draft,proforma2" string="Validate" class="oe_highlight" groups="account.group_account_invoice"/>

and do not assign that group to your current logged user. It means, If the user has no that group, he/she won't be able to see that 'Confirm Sale' button. Hope this will help you.

Thanks, Priyesh Solanki

Avatar
Discard
Author

thanks for reply.. can u please mention which module..

Author

thanks....

Hi Priyesh, i also had above issue,now it solved. But i cant access the products in sale.order.line. I trying it with last three days but no solution. Can you help me to solve the issue? It is urgent for me. Awaiting your reply

You need to check your groups whatever are assigned to your logged user and need to check, whether any one of them, has rights to manage operations on product. If not, add access rights for one of them group and check it.

i have add customer to the portal group & discount on line only.