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.

79 lines
2.2 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. Auth Supplier
  6. =============
  7. This module was written to extends the functionality of auth signup and allows
  8. the user to create an account as a supplier or customer, marking his related
  9. created partner as such.
  10. Configuration
  11. =============
  12. To enable users to create accounts:
  13. * *Developer mode* should be activated first to have access to technical features.
  14. * Go to *Settings > General settings*.
  15. * Enable *Allow external users to sign up*.
  16. * Enable *Activate the customer portal*.
  17. Usage
  18. =====
  19. To use this module, you need to:
  20. * Log out.
  21. * If you have a website, in home page press *Sign in*.
  22. * Press *Sign up* to go to `the sign up page </web/signup>`_.
  23. * Select *Supplier* or *Customer* in account type.
  24. * Fill the form.
  25. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  26. :alt: Try me on Runbot
  27. :target: https://runbot.odoo-community.org/runbot/149/10.0
  28. Known issues / Roadmap
  29. ======================
  30. * If you have nothing in the portal, the user will be redirected to an empty
  31. page.
  32. * Tests are not possible due to https://github.com/odoo/odoo/issues/12237.
  33. They should be added when that is fixed.
  34. Bug Tracker
  35. ===========
  36. Bugs are tracked on `GitHub Issues
  37. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  38. check there if your issue has already been reported. If you spotted it first,
  39. help us smashing it by providing a detailed and welcomed feedback.
  40. Credits
  41. =======
  42. Contributors
  43. ------------
  44. * Rafael Blasco <rafabn@antiun.com>
  45. * Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  46. * Carlos Dauden <carlos@incaser.es>
  47. * Sergio Teruel <sergio@incaser.es>
  48. * Jairo Llopis <jairo.llopis@tecnativa.com>
  49. Maintainer
  50. ----------
  51. .. image:: https://odoo-community.org/logo.png
  52. :alt: Odoo Community Association
  53. :target: https://odoo-community.org
  54. This module is maintained by the OCA.
  55. OCA, or the Odoo Community Association, is a nonprofit organization whose
  56. mission is to support the collaborative development of Odoo features and
  57. promote its widespread use.
  58. To contribute to this module, please visit https://odoo-community.org.