-
-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0][IMP] server-ux: Add the possibility to disable create/edit from relational fields in form views #944
base: 16.0
Are you sure you want to change the base?
Conversation
Hi @etobella, |
You edited a lot of files of other modules. And the commit description is not on the right format |
ffd46fb
to
f11a369
Compare
@etobella My pre-commit changed some of your files. I removed those changes, they are not relevant. |
Also, the commit message is not properly formed |
f11a369
to
1231ccf
Compare
1231ccf
to
bc56326
Compare
… relational fields in form view This module allows you to configure models so that you cannot create/edit a new instance/an existing instance from a relational field on another model
bc56326
to
de5bae1
Compare
Excuse me, but to understand it correctly, what does development contribute compared to this other one? |
Hello @kikopeiro , m2x_options allows to disable create/edit model by model. In my case, you just have to set a config parameter "avoid_create_edit" to True and this field is disabled for create/edit on all models it appears. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functionally it's correct
This module allows you to configure models so that you cannot create/edit a new instance/an existing instance
from a relational field on another model