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.

59 lines
1.8 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. Usage
  14. =====
  15. To use this module, you need to:
  16. * go into the menu of *ir_model*,
  17. * select the model for which you want to disable the quick create option,
  18. * enable the option *Avoid quick create*.
  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/250/11.0
  22. Bug Tracker
  23. ===========
  24. Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/issues>`_.
  25. In case of trouble, please check there if your issue has already been reported.
  26. If you spotted it first, help us smashing it by providing a detailed and welcomed
  27. feedback.
  28. Credits
  29. =======
  30. Contributors
  31. ------------
  32. * Jonathan Nemry <jonathan.nemry@acsone.eu>
  33. * Lorenzo Battistini <lorenzo.battistini@agilebg.com>
  34. * Alexis de Lattre <alexis.delattre@akretion.com>
  35. Maintainer
  36. ----------
  37. .. image:: https://odoo-community.org/logo.png
  38. :alt: Odoo Community Association
  39. :target: https://odoo-community.org
  40. This module is maintained by the OCA.
  41. 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.
  42. To contribute to this module, please visit https://odoo-community.org.