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.

87 lines
2.0 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. Web Action Conditionable
  4. ========================
  5. This module was written to extend the functionality of actions in tree views.
  6. Odoo by default support:
  7. ::
  8. <tree delete="false" create="false">
  9. with this module you can:
  10. ::
  11. <tree delete="state=='draft'">
  12. It works in any tree view, so you can use it in One2many.
  13. Installation
  14. ============
  15. To install this module, just follow basic steps to install an odoo module.
  16. Configuration
  17. =============
  18. Not needed.
  19. Usage
  20. =====
  21. To use this module, you need to:
  22. * go to ...
  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/web/8.0
  26. .. repo_id is available in https://github.com/OCA/maintainer-tools/blob/master/tools/repos_with_ids.txt
  27. .. branch is "8.0" for example
  28. For further information, please visit:
  29. * https://www.odoo.com/forum/help-1
  30. Known issues / Roadmap
  31. ======================
  32. * ...
  33. Bug Tracker
  34. ===========
  35. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  36. In case of trouble, please check there if your issue has already been reported.
  37. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  38. `here <https://github.com/OCA/web/issues/new?body=module:web_action_conditionableversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  39. Credits
  40. =======
  41. Contributors
  42. ------------
  43. * Cristian Salamea <cristian.salamea@gmail.com>
  44. Maintainer
  45. ----------
  46. .. image:: https://odoo-community.org/logo.png
  47. :alt: Odoo Community Association
  48. :target: https://odoo-community.org
  49. This module is maintained by the OCA.
  50. OCA, or the Odoo Community Association, is a nonprofit organization whose
  51. mission is to support the collaborative development of Odoo features and
  52. promote its widespread use.
  53. To contribute to this module, please visit http://odoo-community.org.