product_library adds some fields to product and some utilities addons from OCA
This commit is contained in:
parent
9145e0cabe
commit
6c8876b991
334 changed files with 92878 additions and 0 deletions
17
mass_editing/readme/CONFIGURE.rst
Normal file
17
mass_editing/readme/CONFIGURE.rst
Normal 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.
|
12
mass_editing/readme/CONTRIBUTORS.rst
Normal file
12
mass_editing/readme/CONTRIBUTORS.rst
Normal 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
|
5
mass_editing/readme/DESCRIPTION.rst
Normal file
5
mass_editing/readme/DESCRIPTION.rst
Normal 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.
|
1
mass_editing/readme/ROADMAP.rst
Normal file
1
mass_editing/readme/ROADMAP.rst
Normal file
|
@ -0,0 +1 @@
|
|||
- Auto add fields that are used in related domains if apply_domain=True
|
14
mass_editing/readme/USAGE.rst
Normal file
14
mass_editing/readme/USAGE.rst
Normal 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%
|
Loading…
Add table
Add a link
Reference in a new issue