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.

80 lines
2.3 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
  8. and allows the user to create an account as a supplier.
  9. Configuration
  10. =============
  11. To enable users to create accounts:
  12. * *Developer mode* should be activated first to have access to technical features.
  13. * Go to *Settings > General settings*.
  14. * Enable *Allow external users to sign up*.
  15. * Enable *Activate the customer portal*.
  16. Usage
  17. =====
  18. To use this module, you need to:
  19. * Log out.
  20. * If you have a website, in home page press *Sign in*.
  21. * Press *Sign up*.
  22. * Select *Supplier* in account type.
  23. * Fill the form.
  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/149/9.0
  27. Known issues / Roadmap
  28. ======================
  29. * If you have nothing in the portal, the user will be redirected to an empty
  30. page.
  31. * When the user signs up as *Customer*, it is not really marked as such in the
  32. backend, it's just not marked as supplier. Is this expected behavior or bug?
  33. `Relevant discussion
  34. <https://github.com/OCA/server-tools/pull/434#discussion-diff-64883758>`_.
  35. Bug Tracker
  36. ===========
  37. Bugs are tracked on `GitHub Issues
  38. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  39. check there if your issue has already been reported. If you spotted it first,
  40. help us smashing it by providing a detailed and welcomed feedback.
  41. Credits
  42. =======
  43. Contributors
  44. ------------
  45. * Rafael Blasco <rafabn@antiun.com>
  46. * Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  47. * Carlos Dauden <carlos@incaser.es>
  48. * Sergio Teruel <sergio@incaser.es>
  49. * Jairo Llopis <jairo.llopis@tecnativa.com>
  50. Maintainer
  51. ----------
  52. .. image:: https://odoo-community.org/logo.png
  53. :alt: Odoo Community Association
  54. :target: https://odoo-community.org
  55. This module is maintained by the OCA.
  56. OCA, or the Odoo Community Association, is a nonprofit organization whose
  57. mission is to support the collaborative development of Odoo features and
  58. promote its widespread use.
  59. To contribute to this module, please visit https://odoo-community.org.