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.

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