Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ org_slug: OCA
rebel_module_groups: []
repo_description: OpenUpgrade
repo_name: 'Open Source upgrade path for Odoo/OpenERP '
repo_slug: openupgrade
repo_slug: OpenUpgrade
repo_website: https://github.com/OCA/OpenUpgrade
use_pyproject_toml: true
use_ruff: true
Expand Down
6 changes: 1 addition & 5 deletions openupgrade_scripts/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
"license": "AGPL-3",
"depends": ["base"],
"images": ["static/description/banner.jpg"],
"external_dependencies": {
"python": [
"openupgradelib @ git+https://github.com/OCA/openupgradelib.git@master"
]
},
"external_dependencies": {"python": ["openupgradelib"]},
"installable": True,
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# generated from manifests external_dependencies
openupgradelib @ git+https://github.com/OCA/openupgradelib.git@master
openupgradelib
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
openupgradelib @ git+https://github.com/OCA/openupgradelib.git@master