Skip to content

TheOdooStore/AppManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

AppManager


AppManager

AppManager is an Odoo app management tool that automatically checks for app updates so you don't have to!

Table of Contents

TLDR

AppManager automatically checks your database it's apps to see if there are newer app versions available remotely.
We compare the installed versions on your database with the latest available apps on The Odoo Store.
Since The Odoo Store automatically syncs thousands of apps on a daily basis, through a direct Github connector, we always know about updates!
AppManager will auto-check your apps against our platform and if updates are available you will be notified!

Installation

  1. Navigate into your custom addons path and clone this repository
cd /odoo14/custom/addons
git clone https://github.com/theodoostore/AppManager.git
  1. Checkout the right directory depending on the version of your Odoo instance:
git checkout 14.0
  1. Add the Github repository into your Odoo configuration file.
addons_path=/odoo14/odoo14-server,/some/other/paths/you/have,/odoo14/custom/addons/AppManager
  1. Restart your Odoo instance so our new module is available
sudo service odoo14-server restart
  1. Go to Apps and click on "Update Apps List"
  2. Search for the app app_manager and install it.
  3. Congrats, that's it! You now see the AppManager app available on your main Odoo screen.

Features

AppManager overview

  • Quick overview of apps and their statusses
  • Quick button to instantly download the latest version from The Odoo Store
  • Quick button to instantly download and update your app within the database
    Note: this is at your own risk!
  • Quick navigation the details about the app on The Odoo Store
  • See if apps are certified and up-to-date
  • See if apps have security issues (CVE's)
  • Get automatically notified about available updates

Issues and bugs

Have an issue or a bug? Please create a new report under the "Issues" section.

About

App manager built to quickly find and deploy third party apps from The Odoo Store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages