README.rst 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. * The video explaining the features and how-to for Odoo v9 is here: https://www.youtube.com/watch?v=hTng8BIbrQw
  13. * The video explaining the features and how-to for Odoo v10 is here: https://www.youtube.com/watch?v=W1EHfyvX9WI
  14. * For more details/customization/feedback contact us on contact@serpentcs.com
  15. Installation
  16. ============
  17. No external library is used.
  18. Configuration
  19. =============
  20. To configure this module, you need to:
  21. * Go to *Settings / Mass Editing / Mass Editing* and configure the object and fields for Mass Editing.
  22. Usage
  23. =====
  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. Bug Tracker
  41. ===========
  42. Bugs are tracked on `GitHub Issues
  43. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  44. check there if your issue has already been reported. If you spotted it first,
  45. help us smashing it by providing a detailed and welcomed feedback.
  46. Credits
  47. =======
  48. Images
  49. ------
  50. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  51. Contributors
  52. ------------
  53. * Oihane Crucelaegui <oihanecrucelaegi@gmail.com>
  54. * Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
  55. Maintainer
  56. ----------
  57. .. image:: https://odoo-community.org/logo.png
  58. :alt: Odoo Community Association
  59. :target: http://odoo-community.org
  60. This module is maintained by the OCA.
  61. OCA, or the Odoo Community Association, is a nonprofit organization whose
  62. mission is to support the collaborative development of Odoo features and
  63. promote its widespread use.
  64. To contribute to this module, please visit http://odoo-community.org.