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.

77 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 delete="false" create="false", with this module you can:
  7. delete="state=='draft'".
  8. It works in any tree view, so you can use it in One2many.
  9. Installation
  10. ============
  11. To install this module, just follow basic steps to install an odoo module.
  12. Configuration
  13. =============
  14. No needed.
  15. Usage
  16. =====
  17. To use this module, you need to:
  18. * go to ...
  19. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  20. :alt: Try me on Runbot
  21. :target: https://runbot.odoo-community.org/runbot/web/8.0
  22. .. repo_id is available in https://github.com/OCA/maintainer-tools/blob/master/tools/repos_with_ids.txt
  23. .. branch is "8.0" for example
  24. For further information, please visit:
  25. * https://www.odoo.com/forum/help-1
  26. Known issues / Roadmap
  27. ======================
  28. * ...
  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.