Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OCA/OpenUpgrade
Open source upgrade path for Odoo/OpenERP
https://github.com/OCA/OpenUpgrade
erp hacktoberfest odoo python
Last synced: 3 months ago
JSON representation
Open source upgrade path for Odoo/OpenERP
- Host: GitHub
- URL: https://github.com/OCA/OpenUpgrade
- Owner: OCA
- License: agpl-3.0
- Created: 2014-05-19T17:45:43.000Z (over 10 years ago)
- Default Branch: 16.0
- Last Pushed: 2024-11-04T08:07:55.000Z (3 months ago)
- Last Synced: 2024-11-04T09:19:41.004Z (3 months ago)
- Topics: erp, hacktoberfest, odoo, python
- Language: Python
- Homepage: https://oca.github.io/OpenUpgrade/
- Size: 2.33 GB
- Stars: 736
- Watchers: 128
- Forks: 695
- Open Issues: 146
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Pre-commit Status](https://github.com/OCA/OpenUpgrade/actions/workflows/pre-commit.yml/badge.svg?branch=16.0)](https://github.com/OCA/OpenUpgrade/actions/workflows/pre-commit.yml?query=branch%3A16.0)
[![Build Status](https://github.com/OCA/OpenUpgrade/actions/workflows/test.yml/badge.svg?branch=16.0)](https://github.com/OCA/OpenUpgrade/actions/workflows/test.yml?query=branch%3A16.0)
[![codecov](https://codecov.io/gh/OCA/OpenUpgrade/branch/16.0/graph/badge.svg)](https://codecov.io/gh/OCA/openupgrade)![OpenUpgrade logo](https://oca.github.io/OpenUpgrade/_images/OpenUpgrade.png)
# Tools to upgrade Odoo instances from a major version to another
This OCA project aims to provide an
Open Source upgrade path for Odoo from one
major Odoo version to the next one.It is hosted at GitHub.
For documentation, see here.
[//]: # (addons)
Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[openupgrade_framework](openupgrade_framework/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) [![StefanRijnhart](https://github.com/StefanRijnhart.png?size=30px)](https://github.com/StefanRijnhart) [![hbrunn](https://github.com/hbrunn.png?size=30px)](https://github.com/hbrunn) | Module to integrate in the server_wide_modules option to make upgrades between two major revisions.
[openupgrade_scripts](openupgrade_scripts/) | 16.0.1.0.4 | | Module that contains all the migrations analysis and scripts for migrating Odoo SA modules.[//]: # (end addons)
## Licenses
This repository is licensed under [AGPL-3.0](LICENSE).
However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA)
policy. Consult each module's `__manifest__.py` file, which contains a `license` key
that explains its license.----
OCA, or the [Odoo Community Association](http://odoo-community.org/), is a nonprofit
organization whose mission is to support the collaborative development of Odoo features
and promote its widespread use.