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.

85 lines
2.0 KiB

  1. .. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
  2. :target: https://www.gnu.org/licenses/agpl
  3. :alt: License: AGPL-3
  4. ========================
  5. Web Action Conditionable
  6. ========================
  7. This module was written to extend the functionality of actions in tree views.
  8. Odoo by default support:
  9. ::
  10. <tree delete="false" create="false">
  11. with this module you can:
  12. ::
  13. <tree delete="state=='draft'">
  14. It works in any tree view, so you can use it in One2many.
  15. Installation
  16. ============
  17. To install this module, just follow basic steps to install an odoo module.
  18. Configuration
  19. =============
  20. Not needed.
  21. Usage
  22. =====
  23. This module has no direct interface, it only adds functionality for custom views.
  24. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  25. :alt: Try me on Runbot
  26. :target: https://runbot.odoo-community.org/runbot/162/11.0
  27. .. repo_id is available in https://github.com/OCA/maintainer-tools/blob/master/tools/repos_with_ids.txt
  28. .. branch is "8.0" for example
  29. Bug Tracker
  30. ===========
  31. Bugs are tracked on `GitHub Issues
  32. <https://github.com/OCA/web/issues>`_. In case of trouble, please
  33. check there if your issue has already been reported. If you spotted it first,
  34. help us smash it by providing detailed and welcomed feedback.
  35. Credits
  36. =======
  37. Images
  38. ------
  39. * Odoo Community Association: `Icon <https://odoo-community.org/logo.png>`_.
  40. Contributors
  41. ------------
  42. * Cristian Salamea <cristian.salamea@gmail.com>
  43. * André Paramés <github@andreparames.com> (https://www.acsone.eu/)
  44. Do not contact contributors directly about support or help with technical issues.
  45. Maintainer
  46. ----------
  47. .. image:: https://odoo-community.org/logo.png
  48. :alt: Odoo Community Association
  49. :target: https://odoo-community.org
  50. This module is maintained by the OCA.
  51. OCA, or the Odoo Community Association, is a nonprofit organization whose
  52. mission is to support the collaborative development of Odoo features and
  53. promote its widespread use.
  54. To contribute to this module, please visit https://odoo-community.org.