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.

81 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. This module has no direct interface, it only adds functionality for custom views.
  22. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  23. :alt: Try me on Runbot
  24. :target: https://runbot.odoo-community.org/runbot/162/9.0
  25. .. repo_id is available in https://github.com/OCA/maintainer-tools/blob/master/tools/repos_with_ids.txt
  26. .. branch is "8.0" for example
  27. For further information, please visit:
  28. * https://www.odoo.com/forum/help-1
  29. Bug Tracker
  30. ===========
  31. Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
  32. In case of trouble, please check there if your issue has already been reported.
  33. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  34. `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**>`_.
  35. Credits
  36. =======
  37. Contributors
  38. ------------
  39. * Cristian Salamea <cristian.salamea@gmail.com>
  40. Maintainer
  41. ----------
  42. .. image:: https://odoo-community.org/logo.png
  43. :alt: Odoo Community Association
  44. :target: https://odoo-community.org
  45. This module is maintained by the OCA.
  46. OCA, or the Odoo Community Association, is a nonprofit organization whose
  47. mission is to support the collaborative development of Odoo features and
  48. promote its widespread use.
  49. To contribute to this module, please visit http://odoo-community.org.