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.

109 lines
3.4 KiB

  1. .. image:: https://img.shields.io/badge/license-LGPLv3-blue.svg
  2. :target: https://www.gnu.org/licenses/lgpl.html
  3. :alt: License: LGPL-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 configure mass editing for any Odoo model.
  10. * The video explaining the features and how-to for OpenERP Version 6 is here http://t.co/wukYMx1A
  11. * The video explaining the features and how-to for OpenERP Version 7 is here : http://www.youtube.com/watch?v=9BH0o74A748&feature=youtu.be
  12. * For more details/customization/feedback contact us on contact@serpentcs.com
  13. Installation
  14. ============
  15. No external library is used.
  16. Configuration
  17. =============
  18. To configure this module, you need to:
  19. * Go to *Settings / Mass Editing / Mass Editing* and configure the object and fields for Mass Editing.
  20. Usage
  21. =====
  22. This module allows to add, update or remove the values of more than one records on the fly at the same time.
  23. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  24. :alt: Try me on Runbot
  25. :target: https://runbot.odoo-community.org/runbot/149/9.0
  26. As shown in figure you have to configure the object and fields for mass editing.
  27. * Select the object and add the fields of that object on which you want to apply mass editing.
  28. .. image:: /mass_editing/static/description/mass_editing-1.png
  29. :width: 70%
  30. * *Add Action*: As shown in figure click on *Add Sidebar Button* to add mass editing option in *Action* option in action.
  31. .. image:: /mass_editing/static/description/mass_editing-2.png
  32. :width: 70%
  33. * *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.
  34. .. image:: /mass_editing/static/description/mass_editing-3.png
  35. :width: 70%
  36. * Select *Set / Remove* action and write down the value to set or remove the value for the given field.
  37. .. image:: /mass_editing/static/description/mass_editing-4.png
  38. :width: 70%
  39. * This way you can set / remove the values of the fields.
  40. .. image:: /mass_editing/static/description/mass_editing-5.png
  41. :width: 70%
  42. Bug Tracker
  43. ===========
  44. Bugs are tracked on `GitHub Issues
  45. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  46. check there if your issue has already been reported. If you spotted it first,
  47. help us smashing it by providing a detailed and welcomed `feedback
  48. <https://github.com/OCA/
  49. server-tools/issues/new?body=module:%20
  50. server-tools%0Aversion:%20
  51. 9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  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. Maintainer
  62. ----------
  63. .. image:: https://odoo-community.org/logo.png
  64. :alt: Odoo Community Association
  65. :target: http://odoo-community.org
  66. This module is maintained by the OCA.
  67. OCA, or the Odoo Community Association, is a nonprofit organization whose
  68. mission is to support the collaborative development of Odoo features and
  69. promote its widespread use.
  70. To contribute to this module, please visit http://odoo-community.org.