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.

69 lines
2.1 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ==========================
  5. Base Optional Quick Create
  6. ==========================
  7. This module allows to avoid to *quick create* new records, through many2one
  8. fields, for a specific model.
  9. You can configure which models should allow *quick create*.
  10. When specified, the *quick create* option will always open the standard create
  11. form.
  12. Got the idea from https://twitter.com/nbessi/status/337869826028605441
  13. Installation
  14. ============
  15. To install this module, you need to click on install
  16. Usage
  17. =====
  18. To use this module, you need to:
  19. * go into the menu of ir_model
  20. * select the model you want to disable the quick create option
  21. * check the Avoid quick create
  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/149/9.0
  25. For further information, please visit:
  26. * https://www.odoo.com/forum/help-1
  27. Known issues / Roadmap
  28. ======================
  29. Bug Tracker
  30. ===========
  31. Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/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/server-tools/issues/new?body=module:%20base_optional_quick_create%0Aversion:%209.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  35. Credits
  36. =======
  37. Contributors
  38. ------------
  39. * Jonathan Nemry <jonathan.nemry@acsone.eu>
  40. * Lorenzo Battistini <lorenzo.battistini@agilebg.com>
  41. Maintainer
  42. ----------
  43. .. image:: https://odoo-community.org/logo.png
  44. :alt: Odoo Community Association
  45. :target: https://odoo-community.org
  46. This module is maintained by the OCA.
  47. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
  48. To contribute to this module, please visit https://odoo-community.org.