- APPS
- Password Manager 16.0
Technical name | odoo_password_manager |
License | LGPL-3 |
Website | https://faotools.com/apps/16.0/password-manager-710 |
This app lets organize the safe passwords keeping system to structure, find and securely share password bundles.
- a core app to manage vaults and passwords. Its price is 188 .
- an extension to add custom fields for password keys. Features assumed by this app are marked by the icon . Its price is 38 .

Shared passwords vaults for team use
Passwords are combined in bundles: each might be shared with any user and any user group
Single view interface
Structure vault by tags and types, sort keys, proceed with mass actions, copy credentials to the clipboard from the same interface
Encrypted and protected password manager
The tool introduces a few security layers to minimize the possibility of data leaks
Partners-related passwords
Link passwords with Odoo contacts for a quick access
Auto generation
Force Odoo and let users create passwords based on chosen length and requirements
Passwords quality check
Password strength is estimated in real-time to make sure no weak passwords are introduced. Potential duplicates are easily detected
Batch update, export, and import
Configure the mass actions: export, update tags or linked partners, archive or restore, import vaults from an electronic table, etc.
Custom fields
Define passwords' typology and add custom attributes.
Shared use, encryption, and protection of passwords
Sharing Policies
-
Have as many password vaults for any user group as you need
-
To grant access just indicate a user or a user group in the table of access levels
-
Bundle administrators may access, update or delete the bundle, its passwords, and its tags. Admins are assumed to manage access levels, modify update policies, and set extra passwords
-
Full rights users may access, update or delete passwords and tags related to the bundle, but they can't change the vault itself, its access levels, or settings
-
Readonly access users may observe and address passwords and tags of the bundle. Such users can't modify any objects
-
The bundle creator is always its administrator. The Odoo super admin (with id 1) has full rights to all bundles and passwords
Security Layers
-
All passwords are symmetrically encrypted. It means that to decrypt a password, plotters should know the exact decryption algorithm and a bundle decryption key/bundle salt and password
-
For each bundle, you can assign an extra password, which would be required to enter each time any user applies to that bundle or its passwords. The session period after successful login is set up in minutes
-
Vault extra password is also kept in the database decrypted, and might be changed by a bundle administrator (sure, if he/she enters a correct old paraphrase). If the bundle password is set, keys are encrypted by that password hashed by an auto-generated salt
-
For each bundle, it is possible to define password update policies in days. Then, the user who is set up as 'Responsible for password updates' would be assigned special activities to update keys.

Custom attributes for Odoo passwords
-
Custom attributes creation does not require any technical knowledge. In order to show a new property for passwords, just add a new field and enter the details
-
It is possible to add custom fields of the following types: single-line text (char), simple text without formatting (text), rich text (HTML-formatted text), integer or float numbers, drop-down choice with your own options (selection), checkbox (boolean), date or date and time, binary (a file to upload), reference to another Odoo document (e.g. for sale order, contact; many2one)
-
The tool lets you comfortably select an interface position of a custom field from a closed list of options
-
Distinguish passwords by type in order to show properties only for suitable ones. Thus, the set of columns for 'virtual servers' and 'email servers' might be different
-
Mark a custom field required to force users to enter values
-
Custom password fields might be imported and exported
-
The rights to create custom fields belong only to Odoo administrators.


Duplicates detection and passwords merging
-
The app introduces a configurable system to find passwords duplicates
-
Define on your own which fields should be used to search for duplicates. Choose such fields on the app configuration page, the section 'Duplicates search'
-
As duplicate criteria use any stored field of the following types: char (reference, user name, email, phone, etc.), text (notes), many2one (linked partner, type, etc.), date and datetime, integer, and float. Duplicates detection is possible also based on custom fields of the same types
-
For all fields, a duplicate should have absolutely the same value. For example, '123' equals '123', but '123' is not equal to '1234'. Only in the case of char fields, it is a comparison without taking into account capital letters ('Server' equals 'serVER')
-
Apply the filter 'Potential duplicates' in the passwords interface to observe candidates. You may search within a particular bundle or in all passwords simultaneously
-
When you register a new password, check also the red button on the top right corner. If it is shown, make sure you do not create a potential copy of an existing key
-
Found duplicates or just any password keys might be merged into a single record. To that end, do not forget to add the mass action 'Merge passwords' on the configuration page
-
To merge passwords, select the required keys and push the mass action 'Merge passwords' on the right navigation panel
-
In the wizard, as the 'Password to merge', choose one that will be the prime source of the details. In case of conflicts, its value will be prioritized
-
In the wizard, as the 'Merged passwords', choose keys that will be used as a source of complementary details (for example, details that are missing in the main password)
-
Then, press the button 'Save'. As a result, the app will archive all the 'Merged passwords' and enrich the 'Password to merge'
-
Starting from the 'Password to merge' values, the tool will check the fields reference, bundle, user name, email, URL, phone, last password update date, and linked partner. The app will select the first found not null value
-
The app will also accumulate notes, attachments, and tags from all merged records
-
Values of custom fields will be chosen according to keys sequence starting from the 'Password to merge'. Take into account that tables (one2many and many2many fields) will be left as they are in the 'Password to merge'.



To guarantee tool correct work you would need a number of Python libraries: zxcvbn, cryptography:
pip3 install zxcvbn cryptography
To see all passwords of a partner, go to Contacts, open the partner and click the smart button 'Passwords'. After that, you will be redirected to the Password manager app and will see all the passwords of this partner.
The button 'Delete' was hidden from the main bundles menu for the security purpose. To delete a passwords bundle: 1. Click on the three dots button in the top right corner of the bundle 2. You will be redirected to the editing mode of the bundle, from there, click 'Save' 3. Above the passwords bundle you will see the button 'Action', click on it and choose the option 'Delete'.
According to the current Odoo Apps Store policies:
- every module bought for the version 12.0 and prior gives you an access to the all versions up to 12.0.
- starting from the version 13.0, every version of the module should be purchased separately.
- disregarding the version, purchasing a tool grants you a right for all updates and bug fixes within a major version.
Take into account that faOtools team does not control those policies. By all questions please contact the Odoo Apps Store representatives directly.
The easiest approach is to use the Odoo store built-in workflow:
1. Open the module's page and click the button Deploy on odoo.sh
2. After that, you will be redirected to the GitHub page. Login to your account and click 'Create a new repo' or use the existing one. Please, make sure, that your repository is private. It is not permitted to publish the apps under the OPL-1 license. If necessary, create a new repo for your Odoo.sh project
3. Then, go to odoo.sh and click on the deploy button, submit the decision in the pop-up window and click 'Continue'. The action will trigger the installation process.
These steps would install the app for your project production branch. If you wanted to deploy the apps for other branches or update the module, you should undertake the following actions:
1. Upload the source code for the app from the Odoo store
2. Commit the module to a required GitHub repository. Make sure that none of the app folders/files are ignored (included in the .gitignore of your repo). Repositories are automatically created by odoo.sh, which might add by default some crucial items there (e.g. /lib). You should upload all module directories, subdirectories, and files without exceptions
3. Deploy a target branch of the odoo.sh project or wait until it is automatically built if your settings assume that.
Unzip source code of purchased tools in one of your Odoo add-ons directory
Re-start the Odoo server
Turn on the developer mode (technical settings)
Update the apps' list (the apps' menu)
Find the app and push the button 'Install'
Follow the guidelines on the app's page if those exist.
Yes, sure. Take into account that Odoo automatically adds all dependencies to a cart. You should exclude previously purchased tools.
No, we distribute the tools only through the official Odoo apps store
A red/orange warning itself does not influence features of the app. Regretfully, sometimes our modules do not pass standard automatic tests, since the latter assumes behavior which is in conflict with our apps goals. For example, we change price calculation, while standard Odoo module tests compare final price to standard algorithm.
So, first of all, please check deployed database features. Does everything work correctly?
If you still assume that warning influences real features, please contact us and forward full installation logs and the full lists of deployed modules (including core and third party ones).
Regretfully, we do not have a technical possibility to provide individual prices.
No, third party apps can not be used on Odoo Online.
Yes, all modules marked in dependencies are absolutely required for a correct work of our tool. Take into account that price marked on the app page already includes all necessary dependencies.
The price for our modules is set up in euros. The Odoo store converts prices in others currencies according to its internal exchange rate. Thus, the price in US Dollars may change, when exchange rate changes.
Odoo password manager

Password vault actions

Password key generator

Shared use of Odoo passwords

Passwords are combined in bundles

Passwords for contacts

Password manager configuration page

Extra password to open or update bundles

The bundle extra paraphrase is required

Custom fields for passwords

Custom fields on a password form

Passwords duplicates search

Merge passwords

Check duplicates on password creation

Configurable duplicates criteria

Odoo demonstration databases (live previews)
For this app, we might provide a free personalized demo database.
To demand such a database, press the button "Live Preview" on the top of this page or copy the link https://faotools.com/s/yuy1ji
No phone number or credit card is required to contact us: only a short email sign up which does not take more than 30 seconds.
By your request, we will prepare an individual live preview database, where you would be able to apply any tests and check assumptions for 14 days.
Bug reporting
In case you have faced any bugs or inconsistent behavior, do not hesitate to contact us. We guarantee to provide fixes within 60 days after the purchase, while even after this period we are strongly interested to improve our tools.
To send us a bug report: press the "Website" link on the top of this page and push the button "Bug Report" (the tab Support). Alternatively, copy the link https://faotools.com/s/10q7c1
No phone number or credit card is required to contact us: only a short email sign up which does not take more than 30 seconds.
Please include in your request as many details as possible: screenshots, Odoo server logs, a full description of how to reproduce your problem, and so on. Usually, it takes a few business days to prepare a working plan for an issue (if a bug is confirmed) or provide you with guidelines on what should be done (otherwise).
Public features requests and module ideas (free development)
We are strongly motivated to improve our tools and would be grateful for any sort of feedback. In case your requirements are of public use and might be efficiently implemented, the team would include those in our to-do list.
Such a to-do list is processed on a regular basis and does not assume extra fees. Although we cannot promise deadlines and final design, it might be a good way to get desired features without investments and risks.
To share ideas: press the "Website" link on the top of this page and push the button "Share Features Ideas" (the tab Support). Alternatively, copy the link https://faotools.com/s/ollv5c
No phone number or credit card is required to contact us: only a short email sign up which does not take more than 30 seconds.
Questions and misc issues
Feel free to contact us with any other concerns, doubts, or questions: press the "Website" link on the top of this page and push the button "Raise Question" (the tab Support). Alternatively, copy the link https://faotools.com/s/1rngri
About the team
faOtools (faotools.com, former odootools.com) is the team of developers and business analysts to help you extend Odoo's potential. We have been communicating with end users to whom the software became the main business tool since 2012. As a result, we are proud of dozens of successful Odoo apps developed. We are open for new ideas and challenges to create the best Odoo apps for business needs all over the world.
You may like the tools
The tool to flexibly structure Odoo attachments in folders and synchronize directories with cloud clients: Google Drive, OneDrive/SharePoint, Nextcloud/ownCloud, and Dropbox. DMS. File Manager. Document management system
245The tool to automatically synchronize Odoo attachments with OneDrive files in both ways
394The tool to automatically synchronize Odoo attachments with Google Drive files in both ways
394The tool to automatically synchronize Odoo attachments with ownCloud/Nextcloud files in both ways
394The tool to build a deep and structured knowledge base for internal and external use. Knowledge System. KMS. Wiki-like revisions.
298The tool for time-based service management from booking appointments to sales and reviews
399The tool to set up KPI targets and control their fulfillment by periods. KPI dashboard. Dashboard designer. KPI charts
The tool to create website documentation based on your knowledge base
437
This is an unofficial translation of the GNU Lesser General Public License into Vietnamese. It was not published by the Free Software Foundation,
and does not legally state the distribution terms for software that uses the GNU LGPL - only the original English text of the GNU LGPL does
that. However, we hope that this translation will help language speakers understand the GNU LGPL better.
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June
2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License,
supplemented by the additional permissions listed below.
0. Additional Definitions.
As used herein,"this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of
the GNU "General" Public License.
"The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.
An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library.
Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.
A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library
with which the Combined Work was made is also called the "Linked Version".
The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code
for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.
The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data
and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.
1. Exception to Section 3 of the GNU GPL.
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.
2. Conveying Modified Versions.
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that
uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:
a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still
operates, and performs whatever part of its purpose remains meaningful, or
b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy.
3. Object Code Incorporating Material from Library Header Files.
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such
object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure
layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:
a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License.
b) Accompany the object code with a copy of the GNU GPL and this license document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the
Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:
a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License.
b) Accompany the Combined Work with a copy of the GNU GPL and this license document.
c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices,
as well as a reference directing the user to the copies of the GNU GPL and this license document.
d) Do one of the following:
0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and
under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified
Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.
1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the
Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library
that is interface-compatible with the Linked Version.
e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the
GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by
recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information
must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation
Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.)
5. Combined Libraries.
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that
are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of
the following:
a)Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities,
conveyed under the terms of this License.
b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying
uncombined form of the same work.
6. Revised Versions of the GNU Lesser General Public License.
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new
versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered
version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and
conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you
received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser
General Public License ever published by the Free Software Foundation.
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.