forked from OCA/OpenUpgrade
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parent c973596 author 张飞虎 <feihu.zhang@yumtown.com.cn> 1711431231 +0000 committer 张飞虎 <feihu.zhang@yumtown.com.cn> 1717058855 +0000 parent c973596 author 张飞虎 <feihu.zhang@yumtown.com.cn> 1711431231 +0000 committer 张飞虎 <feihu.zhang@yumtown.com.cn> 1717058818 +0000 添加openupgrade_framework代码OCA#4327 增加upgrade_anaylysis_work.txt init base migration script 初步完成base模块的升级脚本 初步添加account模块升级脚本 修复文件名错误 BUG Fix 增加mail模块升级脚本 完成mail升级脚本 初步添加hr升级脚本 完成hr模块升级脚本 完成account模块升级脚本 更新模块清单 添加sale_management升级脚本 修复升级问题 完善project模块升级脚本 增加一堆模块no_update的处理 BUG Fix 暂时移除delivery升级脚本 改进项目升级脚本 添加针对hr_responsible_id字段的处理 增加auth_signup升级脚本 修复mail_alias上的mail_channel数据
- Loading branch information
张飞虎
committed
May 30, 2024
1 parent
92bf7b3
commit fc2c8ef
Showing
32 changed files
with
1,852 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
|
||
[![Pre-commit Status](https://github.com/OCA/OpenUpgrade/actions/workflows/pre-commit.yml/badge.svg?branch=17.0)](https://github.com/OCA/OpenUpgrade/actions/workflows/pre-commit.yml?query=branch%3A17.0) | ||
[![Build Status](https://github.com/OCA/OpenUpgrade/actions/workflows/test.yml/badge.svg?branch=17.0)](https://github.com/OCA/OpenUpgrade/actions/workflows/test.yml?query=branch%3A17.0) | ||
[![codecov](https://codecov.io/gh/OCA/OpenUpgrade/branch/17.0/graph/badge.svg)](https://codecov.io/gh/OCA/OpenUpgrade) | ||
|
||
<!-- /!\ do not modify above this line --> | ||
|
||
![OpenUpgrade logo](https://oca.github.io/OpenUpgrade/_images/OpenUpgrade.png) | ||
|
||
# Tools to upgrade Odoo instances from a major version to another | ||
|
||
This <a href="https://odoo-community.org">OCA</a> project aims to provide an Open Source upgrade path for <a href="https://github.com/odoo/odoo">Odoo</a> from one major Odoo version to the next one. | ||
It is hosted at <a href="https://github.com/oca/openupgrade">GitHub</a>. | ||
For documentation, see <a href="https://oca.github.io/OpenUpgrade">here</a>. | ||
|
||
<!-- /!\ do not modify below this line --> | ||
|
||
<!-- prettier-ignore-start --> | ||
|
||
[//]: # (addons) | ||
|
||
Available addons | ||
---------------- | ||
addon | version | maintainers | summary | ||
--- | --- | --- | --- | ||
[openupgrade_framework](openupgrade_framework/) | 17.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/) | 17.0.1.0.1 | | Module that contains all the migrations analysis and scripts for migrate Odoo SA modules. | ||
|
||
[//]: # (end addons) | ||
|
||
<!-- prettier-ignore-end --> | ||
|
||
## 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. | ||
|
||
[![Pre-commit Status](https://github.com/OCA/OpenUpgrade/actions/workflows/pre-commit.yml/badge.svg?branch=17.0)](https://github.com/OCA/OpenUpgrade/actions/workflows/pre-commit.yml?query=branch%3A17.0) | ||
[![Build Status](https://github.com/OCA/OpenUpgrade/actions/workflows/test.yml/badge.svg?branch=17.0)](https://github.com/OCA/OpenUpgrade/actions/workflows/test.yml?query=branch%3A17.0) | ||
[![codecov](https://codecov.io/gh/OCA/OpenUpgrade/branch/17.0/graph/badge.svg)](https://codecov.io/gh/OCA/OpenUpgrade) | ||
|
||
<!-- /!\ do not modify above this line --> | ||
|
||
![OpenUpgrade logo](https://oca.github.io/OpenUpgrade/_images/OpenUpgrade.png) | ||
|
||
# Tools to upgrade Odoo instances from a major version to another | ||
|
||
This <a href="https://odoo-community.org">OCA</a> project aims to provide an Open Source upgrade path for <a href="https://github.com/odoo/odoo">Odoo</a> from one major Odoo version to the next one. | ||
It is hosted at <a href="https://github.com/oca/openupgrade">GitHub</a>. | ||
For documentation, see <a href="https://oca.github.io/OpenUpgrade">here</a>. | ||
|
||
<!-- /!\ do not modify below this line --> | ||
|
||
<!-- prettier-ignore-start --> | ||
|
||
[//]: # (addons) | ||
|
||
Available addons | ||
---------------- | ||
addon | version | maintainers | summary | ||
--- | --- | --- | --- | ||
[openupgrade_framework](openupgrade_framework/) | 17.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/) | 17.0.1.0.1 | | Module that contains all the migrations analysis and scripts for migrate Odoo SA modules. | ||
|
||
[//]: # (end addons) | ||
|
||
<!-- prettier-ignore-end --> | ||
|
||
## 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. |
Oops, something went wrong.