Nowadays team work assumes a shared access to multiple IT services. Such collaboration is not simple, since definite users should know some passwords and not others. Besides, such passwords should be frequently updated, and team members should learn topical authentication parameters. Often this business process becomes a total mess and results in time losses and leak of important data. The situation is especially crucial in case you administrate customers-related services.
This is the tool to solve the trouble. The app let you organize the system of safe passwords keeping with multiple security layers to efficiently structure, find, and share password bundles.
- a core app to manage vaults and passwords. De prijs is 198€.
- an extension to add custom fields for password keys. Features assumed by this app are marked by the icon . De prijs is 38€.
Shared password vaults for team use
Passwords Sharing Policies
An access to a specific password is regulated on a bundle level. You may have as many bundles as you want. To share a bundle with a definite user, you should specify that user in the access levels' table. Alternatively you can assign a user group in the same table. For example, you can have a 'sales team' bundle and share it with all users with the right 'Sales Manager', or you can have a global bundle by sharing it with a user group 'Internal user'.
3 access levels to bundles, passwords, and tags are distinguished:
- Administrator may access, update or delete this bundle, its passwords, and its tags. This user is assumed to manage access levels for this bundle, to modify update policies, and set the extra password. The bundle creator is always its administrator.
- Full rights user may access, update or delete passwords and tags related to this bundle, but he/she can't change bundle itself and can't change bundle access levels or settings
- Readonly access user may observe and address passwords and tags of this bundle. Such users can not modify any objects.
Take into account that the rules are not applied for the Odoo super user. The Odoo super admin (with id 1) has full rights for all passwords and bundles, although he is also required to enter the extra paraphrase to open a bundle.
The setting 'Responsible for password updates' allows to assign a user who should regularly change the paraphrase in passwords according to the bundle update policies. For such a user the special activity is automatically and regularly created to make sure passwords are secure. There might be only a single responsible for a bundle, and such responsible should have either the 'Administrator' or the 'Full rights' access level.
Innovative single-view interface
The password manager let you work with a few passwords simultaneously. Click on a password kanban card to add the key to the selection, and then address any or proceed a mass action. Possible mass actions are defined by an Odoo admin on the configuration page.
There are 2 menus to simplify working with passwords. The first - 'Passwords by bundles' - let users open keys of an exact vault. The second - 'All passwords' - let users simultaneously open all available for him/her keys. In the latter case an extra paraphrase for each bundle should be entered.
Screenshots
Passwords are combined in bundles
Passwords single-view interface
Password form view
Password Manager configuration page
Passwords by all available for this user bundles
Passwords auto generation and check
Password strength is estimated in real-time to make sure users do not introduce too week keys.
The app also let you import passwords from electronic tables using the standard Odoo import tools.
Screenshots
Password generator wizard
Import passwords from tables
Encryption and protection of passwords
For each vault you can define update policies in days. If the password has not been changed during the specified period, Odoo will generate an activity for responsible users. To maximize security, change you passwords regularly!
Passwords Security Layers
Although, there is no way to provide 100% security in the Internet, this password manager tries to minimize potential risks.
First of all, the tool symmetrically encrypt all passwords. It means that to decrypt a password, plotters should know the exact decryption algorithm and a bundle decryption key.
Second of all, you can assign the extra security password for any bundle. In such a case to access passwords in the interface, any user should enter a paraphrase. Even if a user has full rights for a bundle, he/she should always know that password. Besides, that paraphrase might be changed at any moment by the bundle admin (if that admin himself knows that paraphrase). Be cautious: do not forget the password. It is hashed and even the PostreSQL super user can't recover it.
Third of all, the security rights are programmed in such a way they can't be changed without the tool source code modification. Even the Odoo super user is not able to change policies.
Screenshots
Passwords access levels
Extra password to open a bundle
Bundle extra paraphrase required
Custom fields and types for password keys
Structure passwords by special types and choose fields for each types individually. Thus, set of columns for 'virtual servers' and 'email servers' might be different.
Screenshots
Passwords' custom fields
Custom fields on password form
Custom fields for password: add any data required
Linked to Odoo contacts
Screenshots
Passwords by partners
Very good password management module
Easy installation and quick setup
Configuratie- en installatietips voor Password Manager Odoo v.12
Python dependencies
To guarantee tool correct work you would need a number of Python libraries: zxcvbn, cryptography:
pip install zxcvbn cryptography
Veelgestelde vragen over Password Manager Odoo v.12
Hoe zie ik alle wachtwoorden van een partner?
Alle wachtwoorden van een partner: open Contacten, open de partner en klik op de slimme knop 'Passwords'. U komt in Password Manager met al diens wachtwoorden.
Hoe verwijder ik een wachtwoordbundel (Password Manager)?
De knop 'Delete' is om veiligheidsredenen verborgen in het hoofdmenu van bundels. Verwijderen: 1. Drie puntjes rechtsboven. 2. U gaat naar bewerken, klik op 'Save'. 3. Boven de bundel 'Action' en kies 'Delete'.
Wat is het updatebeleid van uw tools?
Volgens het huidige beleid van de Odoo Apps Store:
- Elke module gekocht voor versie 12.0 of eerder geeft toegang tot alle versies tot 12.0.
- Vanaf versie 13.0 moet elke moduleversie apart worden gekocht.
- Ongeacht de versie geeft aankoop recht op alle updates en bugfixes binnen een hoofdversie.
Het faOtools-team bepaalt dit beleid niet. Neem voor vragen rechtstreeks contact op met vertegenwoordigers van de Odoo Apps Store.
Hoe installeer ik uw app op Odoo.sh?
De meest directe aanpak is de ingebouwde workflow van de Odoo-store:
1. Open de modulepagina en klik op Deploy on odoo.sh
2. U gaat naar GitHub. Log in en klik op Create a new repo of gebruik een bestaande. De repository moet prive zijn. Apps onder OPL-1 mogen niet openbaar. Maak zo nodig een nieuwe repo voor het Odoo.sh-project
3. Ga daarna naar odoo.sh, klik op Deploy, bevestig en klik op Continue. De installatie start.
Zo installeert u de app op de productiebranch. Voor andere branches of een update:
1. Download de broncode uit de Odoo-store
2. Commit de module naar de GitHub-repository. Geen app-mappen/bestanden in .gitignore. Repo's van odoo.sh negeren soms belangrijke paden (bijv. /lib). Upload alle modulemappen en -bestanden
3. Deploy de doelbranch van het odoo.sh-project of wacht op de automatische build.
Hoe installeer ik uw app op mijn eigen server?
2. Herstart de Odoo-server;
3. Zet de ontwikkelaarsmodus aan (technische instellingen);
4. Werk de applijst bij (Apps-menu);
5. Zoek de app en klik op Activate/Install;
6. Volg de richtlijnen op de app-pagina als die er zijn.
Uw app heeft extra add-ons. Kan ik die later kopen?
Ja. Odoo zet automatisch alle afhankelijkheden in de winkelwagen: sluit eerder gekochte tools uit om dubbel betalen te voorkomen.
Ik heb uw app op Odoo.sh gezet en zie een waarschuwing/fout in de tests
Een rode/oranje waarschuwing beinvloedt de functies van de app niet. Soms halen onze modules de standaard automatische tests niet, omdat die gedrag verwachten dat indruist tegen het doel van de app. We wijzigen bijvoorbeeld de prijscalculatie, terwijl de Odoo-tests de eindprijs met het standaardalgoritme vergelijken.
Controleer eerst de functies van de gedeployde database. Werkt alles?
Als u toch denkt dat de waarschuwing echte functies raakt, neem contact op en stuur de volledige installatielogs en de volledige lijst gedeployde modules (kern en derden).
Kan ik uw app rechtstreeks bij u kopen?
Nee, we verspreiden de tools alleen via de officiele Odoo-appwinkel.
Ik wil graag korting
Helaas hebben we geen technische mogelijkheid voor individuele prijzen.
Kan ik de app installeren op mijn Odoo Online (SaaS)-database?
Nee, apps van derden kunnen niet op Odoo Online. Odoo SaaS blokkeert die mogelijkheid.
Uw tool hangt van andere apps af. Moet ik die kopen?
Ja, de tool heeft alle modules in de afhankelijkheden nodig. De prijs op de app-pagina is inclusief die afhankelijkheden.
Wat is de prijs van de module in Amerikaanse dollars? Waarom is die veranderd?
De prijs van onze modules staat in euro. De Odoo-store rekent om volgens de interne wisselkoers. De prijs in Amerikaanse dollars kan dus wijzigen als die koers wordt bijgewerkt.
De teksten van de app en website in andere talen dan het Engels zijn met AI ondersteund en afgestemd op de officiële Odoo-vertalingen. Als u een fout ziet, een vertaalticket sturen en we corrigeren het.
Fouten melden
Als u bugs of inconsistent gedrag tegenkomt, aarzel dan niet om contact met ons op te nemen. We garanderen dat we binnen 60 dagen na aankoop oplossingen bieden en zijn zeer geïnteresseerd in het verbeteren van onze tools, zelfs na deze periode.
U heeft geen telefoonnummer of creditcard nodig om contact met ons op te nemen. U hoeft slechts een korte e-mailaanmelding door te geven, die niet langer dan 30 seconden duurt.
Vermeld zo veel mogelijk details in uw verzoek: schermafbeeldingen, Odoo-serverlogboeken, een volledige beschrijving om uw probleem te reproduceren enzovoort. Gewoonlijk kost het enkele werkdagen om een werkplan voor een probleem op te stellen (als een bug is bevestigd) of u richtlijnen te geven over wat er moet gebeuren (anders).
Aanvragen voor openbare functies en module-ideeën (gratis ontwikkeling)
We zijn sterk gemotiveerd om onze tools te verbeteren en zijn dankbaar voor alle feedback. Als uw vereisten van openbaar nut zijn en efficiënt kunnen worden geïmplementeerd, zal het team deze opnemen in onze takenlijst.
Zo'n to-dolijst wordt regelmatig verwerkt en er zijn geen extra kosten aan verbonden. Hoewel we geen deadlines en definitief ontwerp kunnen beloven, kan het een goede manier zijn om de gewenste functies te verkrijgen zonder investeringen en risico's.
U heeft geen telefoonnummer of creditcard nodig om contact met ons op te nemen. U hoeft slechts een korte e-mailaanmelding door te geven, die niet langer dan 30 seconden duurt.
De tool om Odoo-bijlagen in mappen te structureren en te synchroniseren met Google Drive, OneDrive/SharePoint, Nextcloud/ownCloud, Dropbox, Amazon S3, Box en NAS. Bestandsbeheer. DMS
De tool om Odoo-bijlagen bidirectioneel met OneDrive te synchroniseren
De tool om Odoo-bijlagen bidirectioneel met Google Drive te synchroniseren
De tool om KPI-doelen te zetten en de realisatie per periode te controleren. Dashboards. Grafieken
198€De tool om een diepe kennisbank te bouwen, intern en extern. KMS. Wiki-achtige revisies
398€De tool voor tijdgebonden diensten van boeking tot verkoop en reviews
De tool om Odoo vanuit AI-chats via MCP te beheren. Claude. Elke MCP-AI.
198€