Sakthi Priya
Sakthi Priya

Reputation: 347

How to remove create, create and edit in all forms odoo14?

I need to remove create, create and edit in many2one fields in all forms once. If I'm using xml then it is very difficult for me to inherit each models to do it. Kindly let me know if any other shortest way to do it?

Could anyone please help me?

Upvotes: 1

Views: 1155

Answers (2)

Yasmine
Yasmine

Reputation: 123

How about changing the csv security file ! ,just put 0 on the create ,remove and edit perm

Upvotes: 0

CZoellner
CZoellner

Reputation: 14801

There is a community module right for your requirement:

https://github.com/OCA/web/tree/14.0/web_m2x_options#irconfig_parameter-options

As far as i can see, the migration process to Odoo 14 version is done already, so try it out.

Upvotes: 2

Related Questions