This might be a simple question.but,does any one know how to disable a button after clicking it in OpenERP?
Please help!!!!!
Thanks for all your help….
This might be a simple question.but,does any one know how to disable a button
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are 2 ways to hide the button in view.
e.g
This the example of
account.invoicewhereApprovebutton will be visible if theinvoiceis indraftorproforma2state.groupto view and button will be display for thatgroupsonly.e.g
This is the example of
account.invoice.linewhere theaccount_idfield is shown to the only those user who are belongs toaccount.group_account_user.Hope this will solve your problem.