Home
What is CBMS
POS Features
Pricing
Contact Us
CBMS Solutions
0
0
Sign in
Contact Us
Show categories
Categories
All Products
Accounting Management
All Industries - Complete Software
CRM Management
Documents Management
Education Management
General Management
HR Management
Helpdesk Management
Manufacturing Management
Marketing Management
Medical / Health Management
POS Software for Shops - Restaurants
Project Management Tools
Sales Management
Website Management
Show options
Price
Public Pricelist
Public Pricelist
Sort By:
Featured
Price - Low to High
Price - High to Low
Newest arrivals
Name
CBMS ODOO ERP Invoice Format Editor
₦
10,000.00
₦
10,000.00
10000.0
NGN
Invoice Format Editor For Configuring the Invoice Templates Invoice Format Editor
CBMS ODOO ERP Invoice Multi level Approval
₦
10,000.00
₦
10,000.00
10000.0
NGN
This module add the multiple approval option for invoice,
bill,refund and credit notes. This module add the multiple approval option for invoice,
bill,refund and credit notes.
CBMS ODOO ERP Product Stock Alert
₦
10,000.00
₦
10,000.00
10000.0
NGN
Product Stock Alert Product Stock Alert
CBMS ODOO ERP Many2many Tag Link
₦
10,000.00
₦
10,000.00
10000.0
NGN
# CBMS ODOO Many2many Tag Widget With Link
This widget is like original CBMS ODOO many2many_tags widget but with additional link.
If you click on the tag widget, you will be redirected to related model.
## Usage
```
<field name="employee_ids" widget="many2many_tags_link" />
```
Note : this module tested on CBMS ODOO 12
I have created a new version of this module, please take a look [at this](https://github.com/znry27/open_in_new_tab)
Many2many Tag Widget With Link
All in One CBMS ODOO ERP Medical Lab Management Software
₦
10,000.00
₦
10,000.00
10000.0
NGN
<p>Manage Medical Lab General Operations, CBMS ODOO13, CBMS ODOO 13 Manage Medical Lab Operations.</p>
Mobile Service Shop Management Software
₦
10,000.00
₦
10,000.00
10000.0
NGN
Mobile Service Management
=========================
Module for mobile service shop daily activities
Configuration
=============
* No additional configurations needed
Company
-------
* `CBMS Technologies Ltd. <https://cbms.ng/>`__
Credits
-------
* Developers: Milind Mohan @ Cybrosys, info@mymycbms.com
Mohammed Shahil M P @CBMS, info@mymycbms.com
Bug Tracker
-----------
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported.
Maintainer
==========
.. image:: https://cbms.ng/images/logo.png
:target: https://cbms.ng
This module is maintained by CBMS Technologies.
For support and more information, please visit `Our Website <https://cbms.ng/>`__
Further information
===================
HTML Description: `<static/description/index.html>`__
Module for managing mobile service shop daily activities.
CBMS ODOO ERP Display Amount In Words in quotations, invoices and purchase orders
₦
10,000.00
₦
10,000.00
10000.0
NGN
This module displays Total Amount In Words in quotations, invoices and purchase orders, both in forms as well as reports. Display Amount In Words in quotations, invoices and purchase orders, both in forms as well as reports
CBMS ODOO ERP S3 backing up
₦
10,000.00
₦
10,000.00
10000.0
NGN
.. image:: https://itpp.dev/images/infinity-readme.png
:alt: Tested and maintained by IT Projects Labs
:target: https://itpp.dev
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://opensource.org/licenses/MIT
:alt: License: MIT
===============
S3 Backing up
===============
Backing up CBMS ODOO databases to S3 bucket.
In-App Purchase
===============
IAP IS TEMPORARLY DISABLED.
**odoo-backup.sh** provides s3 credentials. Payments for the service is managed by proprietary module, which implements `In-App Purchase <https://www.odoo.com/documentation/13.0/webservices/iap.html>`__ -- payments platform provided by *CBMS ODOO S.A.*.
Personal cloud
==============
Additionally to the cloud provided by **odoo-backup.sh** it's possible to store backups on a personal cloud. In that case user has to arrange credentials himself. Supported cloud providers and protocols are as following:
* `Dropbox <https://apps.odoo.com/apps/modules/13.0/odoo_backup_sh_dropbox/>`_
* `Google Drive <https://apps.odoo.com/apps/modules/13.0/odoo_backup_sh_google_disk/>`_
*You need to get corresponding modules to use personal cloud.*
Implementation details
======================
/web/database/backups
---------------------
It's a new page in *database manager*, that allows to see list of available backups that can be restored. It works **only** with S3 bucket provided by **odoo-backup.sh service**.
The page is available via new button ``[Restore via CBMS ODOO-backup.sh]`` at *database manager*. It works in the following way:
* If there are no amazon S3 credentials in the session, the module makes requests to get them:
* *Browser* sends request to ``/web/database/backups``
* *CBMS ODOO instance* sends request to ``odoo-backup.sh/get_cloud_params`` with ``user_key`` from the session (the ``user_key`` is generated automatically if it's not set).
* ``odoo-backup.sh`` **either** returns amazon S3 credentials with which the module can use to send request to S3 independently, **or** ``odoo-backup.sh`` doesn't recognise ``user_key`` and starts process of authentication via ``odoo.com`` as auth provider:
* ``odoo-backup.sh/get_cloud_params`` returns a link to redirect to CBMS ODOO.com authentication page
* *User* enters his login-password and is redirected back to ``/web/database/backups`` page and the process starts again, but this time ``odoo-backup.sh`` recognise ``user_key`` and return amazon credentials
* If amazon S3 credentials are in the config file, the module makes request to AWS S3 to get list of users backups and then renders it.
Backup dashboard
----------------
It's a backend page where an user can watch detail information about his backups
which are remote stored. Also he can make backup of any of his databases. This
backup will be sent to AWS S3 for storing. Moreover the user can create
autobackup settings. The settings say to the module at what point of time, from
which databases to create backups and max number of backups of database must be
store. Backups rotations are supported too.
After module installation user can click ``Get S3 credentials``, which start similar process are described above in ``/web/database/backups`` section.
Manual Testing
==============
To test CBMS ODOO_backup_sh* modules one can use following scenarios:
Test: rotation
--------------
* Use database with demo
* Install ``odoo_backup_sh``
* Open menu ``[[ Backups ]]``
* Click ``[Get S3 storage]``
* At demo Backup Config set any backup schedule
* Configure rotation to test
* Go to ``[[ Settings ]] >> Automation >> Scheduled Actions``
* Find a cron job for backuping and click ``[Run Manually]``
* Check that backups are rotated according to plan
* To repeat the test open Backup Config and click ``[Create Fake Backups]``
Preparation: Install base module
--------------------------------
* use database without demo
* if you previously installed backup modules, then uninstall them and delete ``odoo_backup_sh.*`` params in ``[[ Settings ]] >> System Parameters``.
* install ``odoo_backup_sh``
Test: IAP S3
============
* Install base module
* Click ``[Get S3 storage]``
* Create Schedule for current database. Test from this step should be proceeded in two different scenarios: with encryption disabled and enabled
* Test according to *Checklist: Backups*
Restoring without downloading:
* In new incognito window open ``/web/database/manager``
* In ``Odoo-backup.sh`` section restore database
* Login to the restored database -- all scheduled backuping must be disabled
Test: S3
--------
* Install base module
* Configure private S3 credentials according to the instruction
* Create Schedule for current database.
* Test according to *Checklist: Backups*
Checklist: Backups
------------------
* Directly at the storage: create manually some file to check that modules can handle them:
* a file with random name
* a backup without corresponding ``*.info`` file
* a backup info file without backup itself
* Go to ``[[ Settings ]] >> Automation >> Scheduled Actions``
* Find a cron job for backuping and click ``[Run Manually]``
* Go to ``[[ Settings ]] >> Backups``
* Find just created backup
* Click ``[Download]``
* If database is encrypted, decrypt it as described in `<doc/index.rst>`__
* Restore database in a usual way
Manual backups:
* Go to Dashboard
* Click ``[Make backup now]``
* Download the backup again as described above
Syncing with remote backups:
* Directly at the storage:
* copy archive for a backup and set new name (e.g. change year of the backup)
* copy info file of the backup and make corresponing name in its name and content
* Go to ``[[ Settings ]] >> Automation >> Scheduled Actions``
* Find a cron job for backuping and click ``[Run Manually]``
* Go to ``[[ Settings ]] >> Backups``
* Check that copied backup has a record in Backup list. If there is no one, be
sure that the Backup Settings doesn't have rotations.
* Download the backup
Test: Dropbox only
------------------
* *Install base module*
* Install ``odoo_backup_sh_dropbox`` module
* Configure dropbox according to the module's documentation
* Create Schedule for any database
* Test according to *Checklist: Backups*
Test: All storages
------------------
* *Install base module*
* Install ``odoo_backup_sh_dropbox`` module
* Install ``odoo_backup_sh_google_disk`` module
* Configure S3 only credentials, Create Schedule
* Test according to *Checklist: Backups*
* Configure Dropbox credentials, Create Schedule
* Test according to *Checklist: Backups*
* Configure Google Drive credentials, Create Schedule
* Test according to *Checklist: Backups*
Test: IAP Notification
----------------------
TODO
Test: IAP Credits
-----------------
TODO: Check purchasing, top-up, using credits, running out of credits
Roadmap
=======
* All backups modules should be refactored and cleaned up.
* See TODOs in code
* CBMS ODOO_backup_sh.py files should splitted according to CBMS ODOO guidelines
* non-active records in config_cron_ids should be visible. But visibility of warning and rotation fields should depend on active crons only
Questions?
==========
To get an assistance on this module contact us by email :arrow_right: help@itpp.dev
Contributors
============
* `Stanislav Krotov <https://it-projects.info/team/ufaks>`__
* `Ivan Yelizariev <https://it-projects.info/team/yelizariev>`__
Further information
===================
CBMS ODOO Apps Store: https://apps.cbms.ng/product/odoo_backup_sh/
Tested on `CBMS ODOO 14.0 <https://github.com/odoo/odoo/commit/bbcefc0cd5b5aa2285a577118f918742bac670c4>`_
Yet another backup tool, but with sexy graphs
CBMS ODOO ERP Web Login Screen
₦
10,000.00
₦
10,000.00
10000.0
NGN
'=========================
CBMS ODOO Web Login Screen v13
=========================
This project aims to give to you the new CBMS ODOO Web Login Screen
Contact
=======
- Blog: www.xubi.me_
- Linkedin: binhnguyenxuan_
- Skype: **xubi.uit**
- Email: **kid.uit.1412@gmail.com**
.. _www.xubi.me: http://www.xubi.me
.. _binhnguyenxuan: https://www.linkedin.com/in/binhnguyenxuan
Installation
============
Installation process is at present stage only possible in manual way.
Then go to you CBMS ODOO webinterface to the module section and start "Update module list". Then look for the "CBMS ODOO Web Login Screen" in Apps (module list) and install.
I hope you enjoy checking out what all you can do with this application.
Prerequisite
============
Before installing the module make sure that the you have configured an addon path for custom addons. In a Linux system the parameter in the config file usually looks similar as the following example:
specify additional addons paths (separated by commas)
addons_path = /opt/odoo/odoo-server/addons, /opt/odoo/custom/addons
In this case you have to install the modules into /opt/odoo/custom/addons. At the present stage on dependency could not automatically resolved so you have to install one extra module that vertical community depends on.
Usage
=====
Maybe images in github do not fit with the CBMS ODOO apps, so you can check: https://apps.odoo.com/apps/modules/13.0/odoo_web_login/ for more details.
Thank you.
New Feature
===========
* Apply for module website (if installed).
.. note:: Remmember that, install *odoo_web_login* **after** install module *website*. Or please **upgrade** *odoo_web_login* after install module *website*
Configuration
=============
.. figure:: config.jpg
:alt: Disable Manage Databases
:scale: 80 %
:align: center
:figclass: text-center
Disable Manage Databases
========================
.. figure:: disable_manage_database.jpg
:scale: 80 %
:align: center
:figclass: text-center
:alt: Disable Manage Databases
Disable Footer
==============
.. figure:: disable_footer.jpg
:scale: 80 %
:align: center
:figclass: text-center
:alt: Disable Footer
Default Login Screen
====================
.. figure:: change_background_day.jpg
:scale: 80 %
:align: center
:figclass: text-center
:alt: Default Login Screen
Change Background by Hours
==========================
Night (from 0h -> 3h and 18h -> 23h):
-------------------------------------
.. figure:: change_background_night.jpg
:scale: 80 %
:align: center
:figclass: text-center
:alt: Default Login Screen Night
Dawn (from 3h -> 7h):
---------------------
.. figure:: change_background_dawn.jpg
:scale: 80 %
:align: center
:figclass: text-center
:alt: Default Login Screen Dawn
Day (from 7h -> 16h):
---------------------
.. figure:: change_background_day.jpg
:scale: 80 %
:align: center
:figclass: text-center
:alt: Default Login Screen Day
Dusk (from 16h -> 18h):
-----------------------
.. figure:: change_background_dusk.jpg
:scale: 80 %
:align: center
:figclass: text-center
:alt: Default Login Screen Dusk
The new configurable CBMS ODOO Web Login Screen
CBMS ODOO ERP OHRMS Employee Accommodation Management
₦
10,000.00
₦
10,000.00
10000.0
NGN
This module allows administrators to manage the allocation of rooms for employees in an organization. It includes features such as the ability to input data about available rooms and employees, generate room assignment recommendations based on employee job roles and preferences, and schedule and book rooms for meetings and events. With this module, organizations can save time and reduce errors in the process of assigning rooms, improving efficiency and productivity in the workplace. Efficiently manage room allocation for employees.
CBMS ODOO ERP HRMS Service Request
₦
10,000.00
₦
10,000.00
10000.0
NGN
Requesting Services For Requesting Service
CBMS ODOO ERP Sale,Purchase Mass Confirm and Cancel
₦
10,000.00
₦
10,000.00
10000.0
NGN
Allow To Cancel and Confirm the Sales and Purchase From the Tree View Allow To Cancel and Confirm the Sales and Purchase From the Tree View
CBMS ODOO ERP Paystack Refund
₦
10,000.00
₦
10,000.00
10000.0
NGN
Paystack Payment Gateway for Ecommerce Refund Module CBMS ODOO 14, Paystack, payment gateway,Payment Gateway Integration,Paystack payment, CBMS ODOO 14, CBMS ODOO payment gateway Paystack Payment Gateway for Ecommerce Refund Module CBMS ODOO 14
CBMS ODOO ERP POS Discount Manager Approval
₦
10,000.00
₦
10,000.00
10000.0
NGN
"This module helps you to set a discount limit for each employee in every point of sale.
It facilitate the manager approval when discount over the limit of employee Discount limit for each employee in every point of sale
CBMS ODOO ERP Product Approval
₦
10,000.00
₦
10,000.00
10000.0
NGN
Using this module a user can create product which will be in
draft state and only a product manager can confirm the product.
Also only the confirmed products can be selected from
sale order line
Product Approval Management
CBMS ODOO ERP Product Volume Calculation
₦
10,000.00
₦
10,000.00
10000.0
NGN
Module helps you to manage the length, breadth and height of the product and calculates its volume accordingily. This module will helps you to give dimensions of the product.
CBMS ODOO ERP Professional Report Templates
₦
10,000.00
₦
10,000.00
10000.0
NGN
Below are some of the main features (Full documentation coming soon):
Covers Purchase Order, RFQ, Sales Order, Quotation, Delivery Note and Picking List
5 different Report Templates to choose from for each report type mentioned above
Upload high resolution company logo for each report
Set the theme colors for your report to match your company colors
You can set the text color for Company name in the report separately
You can set the text color for Customer name in the report separately
You can set the Background Color for odd and even lines (i.e quotation lines, order lines) in all the reports
Line numbering for all lines (i.e quotation lines, order lines)
You will be able to configure default colors and theme settings for all reports (found in the company form) and also custom settings per report generated
We can also do more customizations upon purchase (at minimal or no cost at all) depending on the feature you want
Professional Report Templates: Purchase Order, RFQ, Sales Order,
Quotation, Invoice, Delivery Note and Picking List
CBMS ODOO ERP Project Dashboard
₦
10,000.00
₦
10,000.00
10000.0
NGN
Detailed Dashboard View for Project Detailed Dashboard View for Project
CBMS ODOO ERP Project Free Resource
₦
10,000.00
₦
10,000.00
10000.0
NGN
Get all free resources for the project based on the project start and end dates
Get all free resources for the project based on the project start and end dates
CBMS ODOO ERP Email From Settings: Customize Email From Field
₦
10,000.00
₦
10,000.00
10000.0
NGN
Use company email address for outgoing email messages
(Some User <some.user@privatemail.com> ->
Some User <mycompany@companydomain.com>)_
Add company name to sender's name in 'From'
(Some User <mycompany@companydomain.com> ->
Some User via My Company <mycompany@companydomain.com>)
Add sender's name to company name in 'Reply-to'
(My Company <mycompany@companydomain.com> ->
Some User via My Company <mycompany@companydomain.com>)
Set names joint for 'From' and 'Reply-to'
(Some User My Company <mycompany@companydomain.com> ->
Some User via My Company <mycompany@companydomain.com>)
Use custom "from" address for CBMS ODOO models (Pro Version)_
Customize 'from' and 'reply-to'
addresses for email messages sent from CBMS ODOO
61
62
63
64
65
We use cookies to provide you a better user experience.
Cookie Policy
I agree