https://github.com/nymtech/odoo-addons
https://github.com/nymtech/odoo-addons
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nymtech/odoo-addons
- Owner: nymtech
- License: agpl-3.0
- Created: 2023-10-05T12:02:50.000Z (over 2 years ago)
- Default Branch: 14.0
- Last Pushed: 2024-02-07T12:20:19.000Z (over 2 years ago)
- Last Synced: 2025-02-14T05:43:53.577Z (over 1 year ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security_whitelist/__init__.py
Awesome Lists containing this project
README




# Security Whitelist Bundle Version 14.0
## Licenses
This repository is licensed under [AGPL-3.0](LICENSE).
However, each module can have a totally different license. Consult each module's `__manifest__.py` file, which contains a `license` key
that explains its license.
| Addons | Description | Installation | Dependencies |
| -------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | -------------------- | ----------------------- |
| [jwt_manager](jwt_manager/) | Allow users to generate Json Web Token from Odoo
Mainly used as a depends for others modules | Apps library | mail |
| [revolut_connector](revolut_connector) | A Revolut connector that allows you to mass import transactions into bank statements
| Apps library | account
jwt_manager |
| [security_whitelist](security_whitelist) | Main module
It does nothing by itself, you can activate its features in the module settings | Apps library | |
| [security_whitelist_account_budget](security_whitelist_account_budget) | Manage users accesses on accounting budgets | Main module settings | |
| [security_whitelist_account_journal](security_whitelist_account_journal) | Manage users accesses on accounting journals | Main module settings | |
| [security_whitelist_analytic_account](security_whitelist_analytic_account) | Manage users accesses on analytic accounts | Main module settings | |
| [security_whitelist_analytic_tag](security_whitelist_analytic_tag) | Manage users accesses on analytic tags | Main module settings | |