Initial commit: OCA Technical packages (595 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:03 +02:00
commit 2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions

View file

@ -0,0 +1,4 @@
* `Akretion <https://www.akretion.com>`_:
* Sébastien Beau
* Florian Mounier

View file

@ -0,0 +1,12 @@
This module adds to the partners the ability to authenticate through directories.
This module does not implement any routing, it only provides the basic mechanisms in a directory for:
- Registering a partner and sending an welcome email (to validate email address): `_signup`
- Authenticating a partner: `_login`
- Validating a partner email using a token: `_validate_email`
- Impersonating: `_impersonate`, `_impersonating`
- Resetting the password with a unique token sent by mail: `_request_reset_password`, `_set_password`
- Sending an invite mail when registering a partner from odoo interface for the partner to enter a password: `_send_invite`, `_set_password`
For a routing implementation, see the `fastapi_auth_partner <../fastapi_auth_partner>`_ module.

View file

@ -0,0 +1,8 @@
This module isn't meant to be used standalone but you can still see the directories and authenticable partners in:
Settings > Technical > Partner Authentication > Partner
and
Settings > Technical > Partner Authentication > Directory