We are creating our sale orders from the CRM-Module.
In the Sales-Module there is a "New" Button in tree, kanban, form and so on
I need to remove this button, so noone can create new quotations from this module form.
The only way should be to create Quotations only using the CRM.
Removing the "Create Access" for Sales Orders removes the possibility to create orders, this is to much, because this would also block the possibility to create orders from CRM.
I found the Buttons-Setup in \addons\web\static\src\views\form (kanbank, list, and so on)
Does anyone know how to address this New-Buttons in Sales using inherited views or the Models? Dot do i need to modify the controllers using js?
Beste regards
Hello Jainesh,
as already written it works fine, thank you again. But I encounter a new problem with this.
After setting create=0 I can't use the Duplicate-Function anymore.
Is there a chance to disable "create" while letting "duplicate" enabled?
Best Regards :)