CBMS Odoo IBAN Bank Accounts

This module installs the base for IBAN (International Bank Account Number) bank accounts and checks for it's validity.
======================================================================================================================

The ability to extract the correctly represented local accounts from IBAN accounts
with a single statement.
₦ 14,680.98 14680.98 NGN
CBMS Odoo Partners Geolocation

Partners Geolocation
========================
₦ 14,680.98 14680.98 NGN
CBMS Odoo Automated Action based on Employee Contracts

Bridge to add contract calendar on automated actions
====================================================
₦ 14,680.98 14680.98 NGN
CBMS Odoo Automation Rules

This module allows to implement action rules for any object.
============================================================

Use automated actions to automatically trigger actions for various screens.

**Example:** A lead created by a specific user may be automatically set to a specific
Sales Team, or an opportunity which still has status pending after 14 days might
trigger an automatic reminder email.
₦ 14,680.98 14680.98 NGN
CBMS Odoo 15 Budget Management
<p>Budget Management for CBMS 15 Community Edition. This module allows accountants to manage analytic and budgets.</p>
<p>Once the Budgets are defined (in Accounting/Accounting/Budgets), the Project Managers<br>
can set the planned amount on each Analytic Account.</p>
<p>The accountant has the possibility to see the total of amount planned for each<br>
Budget in order to ensure the total planned is not greater/lower than what he<br>
planned for this Budget. Each list of record can also be switched to a graphical<br>
view of it.</p>
<p>Three reports are available:</p>
<p>1. The first is available from a list of Budgets. It gives the spreading, for<br>
these Budgets, of the Analytic Accounts.<br>
2. The second is a summary of the previous one, it only gives the spreading,<br>
for the selected Budgets, of the Analytic Accounts.<br>
3. The last one is available from the Analytic Chart of Accounts. It gives<br>
the spreading, for the selected Analytic Accounts of Budgets.<br>
CBMS 15 Budget Management,CBMS 15, CBMS 15 Budget, CBMS 15 Accounting,<br>
CBMS 15 Account,Budget Management, Budget</p>
₦ 14,680.98 14680.98 NGN
CBMS Odoo Base

The kernel of CBMS ODOO, needed for all installation.
===================================================
₦ 14,680.98 14680.98 NGN
CBMS Odoo Barcode in Mobile
Barcode scan in Mobile
₦ 14,680.98 14680.98 NGN
CBMS Odoo Barcode - GS1 Nomenclature
Parse barcodes according to the GS1-128 specifications
₦ 14,680.98 14680.98 NGN
CBMS Odoo Barcode
Scan and Parse Barcodes
₦ 14,680.98 14680.98 NGN
CBMS Odoo Infinito Backend Theme
The Backend Theme Infinito Is A Dynamic And Ultimate Theme
For Your CBMS V15. This Theme Will Give You A New Experience With CBMS.
Main Highlight Of The Theme Is You Can Dynamically Change The Colors,
Views, Buttons, Different Types Sidebar...Etc Utmost and dynamic backend theme for CBMS 15
₦ 14,680.98 14680.98 NGN
CBMS Odoo Automatic Database Backup To Local Server, Remote Server, Google Drive And Dropbox
Generate automatic backup of databases and store to local, google drive, dropbox, onedrive or remote server This module has been developed for creating database backups automatically
and store it to the different locations.
₦ 14,680.98 14680.98 NGN
CBMS Odoo 2FA by mail
<p>
2FA by mail<br>
===============<br>
Two-Factor authentication by sending a code to the user email inbox<br>
when the 2FA using an authenticator app is not configured.<br>
To enforce users to use a two-factor authentication by default,<br>
and encourage users to configure their 2FA using an authenticator app.</p>
₦ 14,680.98 14680.98 NGN
CBMS Odoo 2FA Invite mail
<p>
2FA Invite mail<br>
===============<br>
Allow the users to invite another user to use Two-Factor authentication<br>
by sending an email to the target user. This email redirect him to :<br>
– the users security settings if the user is internal.<br>
– the portal security settings page if the user is not internal. </p>
₦ 14,680.98 14680.98 NGN
CBMS Odoo Two-Factor Authentication (TOTP)

Two-Factor Authentication (TOTP)
================================
Allows users to configure two-factor authentication on their user account
for extra security, using time-based one-time passwords (TOTP).

Once enabled, the user will need to enter a 6-digit code as provided
by their authenticator app before being granted access to the system.
All popular authenticator apps are supported.

Note: logically, two-factor prevents password-based RPC access for users
where it is enabled. In order to be able to execute RPC scripts, the user
can setup API keys to replace their main password.
₦ 14,680.98 14680.98 NGN
CBMS Odoo Signup

Allow users to sign up and reset their password
===============================================
₦ 14,680.98 14680.98 NGN
CBMS Odoo Password Policy
Implement basic password policy configuration & check
₦ 14,680.98 14680.98 NGN
CBMS Odoo OAuth2 Authentication

Allow users to login through OAuth2 Provider.
=============================================
₦ 14,680.98 14680.98 NGN
CBMS Odoo Authentication via LDAP
Adds support for authentication by LDAP server.
===============================================
This module allows users to login with their LDAP username and password, and
will automatically create CBMS ODOO users for them on the fly.

**Note:** This module only work on servers that have Python's ``python-ldap`` module installed.

Configuration:
--------------
After installing this module, you need to configure the LDAP parameters in the
General Settings menu. Different companies may have different
LDAP servers, as long as they have unique usernames (usernames need to be unique
in CBMS ODOO, even across multiple companies).

Anonymous LDAP binding is also supported (for LDAP servers that allow it), by
simply keeping the LDAP user and password empty in the LDAP configuration.
This does not allow anonymous authentication for users, it is only for the master
LDAP account that is used to verify if a user exists before attempting to
authenticate it.

Securing the connection with STARTTLS is available for LDAP servers supporting
it, by enabling the TLS option in the LDAP configuration.

For further options configuring the LDAP settings, refer to the ldap.conf
manpage: manpage:`ldap.conf(5)`.

Security Considerations:
------------------------
Users' LDAP passwords are never stored in the CBMS ODOO database, the LDAP server
is queried whenever a user needs to be authenticated. No duplication of the
password occurs, and passwords are managed in one place only.

CBMS ODOO does not manage password changes in the LDAP, so any change of password
should be conducted by other means in the LDAP directory directly (for LDAP users).

It is also possible to have local CBMS ODOO users in the database along with
LDAP-authenticated users (the Administrator account is one obvious example).

Here is how it works:
---------------------
* The system first attempts to authenticate users against the local CBMS ODOO
database;
* if this authentication fails (for example because the user has no local
password), the system then attempts to authenticate against LDAP;

As LDAP users have blank passwords by default in the local CBMS ODOO database
(which means no access), the first step always fails and the LDAP server is
queried to do the authentication.

Enabling STARTTLS ensures that the authentication query to the LDAP server is
encrypted.

User Template:
--------------
In the LDAP configuration on the General Settings, it is possible to select a *User
Template*. If set, this user will be used as template to create the local users
whenever someone authenticates for the first time via LDAP authentication. This
allows pre-setting the default groups and menus of the first-time users.

**Warning:** if you set a password for the user template, this password will be
assigned as local password for each new LDAP user, effectively setting
a *master password* for these users (until manually changed). You
usually do not want this. One easy way to setup a template user is to
login once with a valid LDAP user, let CBMS ODOO create a blank local
user with the same login (and a blank password), then rename this new
user to a username that does not exist in LDAP, and setup its groups
₦ 14,680.98 14680.98 NGN
CBMS Odoo Attachments List and Document Indexation

Attachments list and document indexation
========================================
* Show attachment on the top of the forms
* Document Indexation: odt, pdf, xlsx, docx

The `pdfminer.six` Python library has to be installed in order to index PDF files
₦ 14,680.98 14680.98 NGN
CBMS Odoo Associations Management

This module is to configure modules related to an association.
==============================================================

It installs the profile for associations to manage events, registrations, memberships,
membership products (schemes).
₦ 14,680.98 14680.98 NGN