Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
5 Відповіді
7529 Переглядів

When the product is selected from the products list, the option to create and edit appears at the end of the list. How can I restrict this option for certain users?

Thanks for the support

Аватар
Відмінити
Найкраща відповідь

Change the view and add option no_create and no_edit  on product_id field like

<field name="product_id" options="{'no_create': True, 'no_edit': True}" ...

Аватар
Відмінити
Найкраща відповідь

Dear Hugo Jaramillo,

You can use below code.

name="product_id" position="attributes">
name="options">{'no_create':True,'no_open':True}

Regards


Global Creative Concepts Tech Co Ltd.

Аватар
Відмінити
Найкраща відповідь

You can use this on Odoo13:
https://apps.odoo.com/apps/modules/browse?author=Lima Bersaudara

Аватар
Відмінити
Найкраща відповідь

You can use  <field name="product_id" options="{'no_create': True, 'no_edit': True}" />

'no create': True and 'no_edit': True will not allow you to create product from one2many

Аватар
Відмінити
Найкраща відповідь

Maybe you can create an inherited view for these users, as per the answer from Yannick Vaucher to this question:  https://www.odoo.com/forum/help-1/question/how-to-hide-the-create-button-dynamical-tree-view-in-openerp-42661

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
трав. 24
1493
0
вер. 15
3518
2
бер. 15
6555
1
бер. 15
4177
2
бер. 15
11559