[14.0] web_m2x_options_manager: New module to manage create/edit options from interface

This commit is contained in:
SilvioC2C
2021-08-02 16:27:15 +02:00
committed by Germana
parent e7aa0e1bf9
commit 4378fe8cfc
15 changed files with 469 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
* `Camptocamp <https://www.camptocamp.com>`__:
* Silvio Gregorini

View File

@@ -0,0 +1,2 @@
Allows managing the "Create..." and "Create and Edit..." options for `Many2one`
and `Many2many` fields directly from the `ir.model` form view.

View File

@@ -0,0 +1,7 @@
Go to Settings > Technical > Models.
Choose the model you wish to edit, and open its form view. Go to the
"Create/Edit Options" tab, and add the fields you want to manage.
Button "Fill" will add every missing field to the options.
Button "Empty" will remove every option.