product_library adds some fields to product and some utilities addons from OCA

This commit is contained in:
santiky 2021-08-06 13:03:47 +02:00
parent 9145e0cabe
commit 6c8876b991
Signed by: snt
GPG key ID: A9FD34930EADBE71
334 changed files with 92878 additions and 0 deletions

View file

@ -0,0 +1,17 @@
* Go to *Settings / Mass Editing / Mass Editing* and configure the object and fields for Mass Editing.
* Select the object and add the fields of that object on which you want to apply mass editing.
.. image:: ../static/description/mass_editing_form.png
:width: 70%
* *Add Action*: As shown in figure click on *Add Sidebar Button* to add mass editing option in *Action* option in action.
**Options**
* You can limit the mass editing by a domain.
* you can limit the access to the option to a given group.
* you can add an extra message that will be displayed in the wizard.

View file

@ -0,0 +1,12 @@
* Oihane Crucelaegui <oihanecrucelaegi@gmail.com>
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
* Jay Vora <jay.vora@serpentcs.com>
* Juan Negrete <jnegrete@casasalce.com>
* Raul Martin <raul.martin@braintec-group.com>
* Aitor Bouzas <aitor.bouzas@adaptivecity.com>
* Sylvain LE GAL (https://twitter.com/legalsylvain)
* `Tecnativa <https://www.tecnativa.com>`_
* Jairo Llopis
* Víctor Martínez

View file

@ -0,0 +1,5 @@
This module provides the following features:
* You can add, update or remove the values of more than one records on the fly at the same time.
* You can configure mass editing for any Odoo model.

View file

@ -0,0 +1 @@
- Auto add fields that are used in related domains if apply_domain=True

View file

@ -0,0 +1,14 @@
* *Go for Mass Editing*: select the records which you want to modify and click on *Action* to open mass editing popup.
.. image:: ../static/description/mass_editing-item_tree.png
:width: 70%
* Select *Set / Remove* action and write down the value to set or remove the value for the given field.
.. image:: ../static/description/mass_editing-wizard_form.png
:width: 70%
* This way you can set / remove the values of the fields.
.. image:: ../static/description/mass_editing-item_tree-result.png
:width: 70%