You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

114 lines
3.4 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ============
  5. Mass Editing
  6. ============
  7. This module provides the following features:
  8. * You can add, update or remove the values of more than one records on the fly at the same time.
  9. * You can also copy the field's value from one field to another field in the records.
  10. * You can configure mass editing for any Odoo model.
  11. Installation
  12. ============
  13. No external library is used.
  14. Configuration
  15. =============
  16. To configure this module, you need to:
  17. * Go to *Settings / Mass Editing / Mass Editing* and configure the object and fields for Mass Editing.
  18. Usage
  19. =====
  20. This module allows to add, update or remove the values of more than one records on the fly at the same time.
  21. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  22. :alt: Try me on Runbot
  23. :target: https://runbot.odoo-community.org/runbot/250/11.0
  24. As shown in figure you have to configure the object and fields for mass editing.
  25. * Select the object and add the fields of that object on which you want to apply mass editing.
  26. .. image:: /mass_editing/static/description/mass_editing-1.png
  27. :width: 70%
  28. * *Add Action*: As shown in figure click on *Add Sidebar Button* to add mass editing option in *Action* option in action.
  29. .. image:: /mass_editing/static/description/mass_editing-2.png
  30. :width: 70%
  31. * *Go for Mass Editing*: As shown in figure, select the records which you want to modify and click on *Action* to open mass editing popup.
  32. .. image:: /mass_editing/static/description/mass_editing-3.png
  33. :width: 70%
  34. * Select *Set / Remove* action and write down the value to set or remove the value for the given field.
  35. .. image:: /mass_editing/static/description/mass_editing-4.png
  36. :width: 70%
  37. * This way you can set / remove the values of the fields.
  38. .. image:: /mass_editing/static/description/mass_editing-5.png
  39. :width: 70%
  40. * Select *Copy From Another Field* action and select the field.
  41. .. image:: /mass_editing/static/description/mass_editing-6.png
  42. :width: 70%
  43. * This way you can copy the values of the fields.
  44. .. image:: /mass_editing/static/description/mass_editing-7.png
  45. :width: 70%
  46. Bug Tracker
  47. ===========
  48. Bugs are tracked on `GitHub Issues
  49. <https://github.com/OCA/server-ux/issues>`_. In case of trouble, please
  50. check there if your issue has already been reported. If you spotted it first,
  51. help us smashing it by providing a detailed and welcomed feedback.
  52. Credits
  53. =======
  54. Images
  55. ------
  56. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  57. Contributors
  58. ------------
  59. * Oihane Crucelaegui <oihanecrucelaegi@gmail.com>
  60. * Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
  61. * Jay Vora <jay.vora@serpentcs.com>
  62. * Jairo Llopis <jairo.llopis@tecnativa.com>
  63. * Juan Negrete <jnegrete@casasalce.com>
  64. * Raul Martin <raul.martin@braintec-group.com>
  65. Maintainer
  66. ----------
  67. .. image:: https://odoo-community.org/logo.png
  68. :alt: Odoo Community Association
  69. :target: https://odoo-community.org
  70. This module is maintained by the OCA.
  71. OCA, or the Odoo Community Association, is a nonprofit organization whose
  72. mission is to support the collaborative development of Odoo features and
  73. promote its widespread use.
  74. To contribute to this module, please visit https://odoo-community.org.