notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
py-odoo-addon-openupgrade-framework17 Module to make upgrades between two major revisions
17.0.1.0.0.8 develnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: dtxdf@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-09-29 21:39:09
Last Update: 2025-09-29 21:36:32
Commit Hash: 69bdf42
Also Listed In: python
License: AGPLv3
WWW:
https://github.com/OCA/OpenUpgrade
https://pypi.org/project/odoo-addon-openupgrade-framework
Description:
OpenUpgrade Framework is a technical module that contains a number of monkeypatches to improve the behaviour of Odoo when migrating your database using the OpenUpgrade migration scripts: - Prevent dropping columns or tables in the database when fields or models are obsoleted in the Odoo data model of the target release. - When data records are deleted during the migration (such as views or other system records), this is done in a secure mode. If the deletion fails because of some unforeseen dependency, the deletion will be cancelled and a message is logged, after which the migration continues. - Prevent a number of log messages that do not apply when using OpenUpgrade. - Suppress log messages about failed view validation, which are to be expected during a migration. - Run migration scripts for modules that are installed as new dependencies of upgraded modules (when there are such scripts for those particular modules) - Production databases generated with demo data, will be transformed to non-demo ones. If you want to avoid that, you have to pass through the environment variable OPENUPGRADE_USE_DEMO, the value "yes".
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}odoo-addon-openupgrade-framework17>0:devel/py-odoo-addon-openupgrade-framework17@${PY_FLAVOR}
Conflicts:
CONFLICTS_INSTALL:
  • devel/py-odoo-addon-openupgrade-framework16
  • devel/py-odoo-addon-openupgrade-framework18
To install the port:
cd /usr/ports/devel/py-odoo-addon-openupgrade-framework17/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-odoo-addon-openupgrade-framework17
  • pkg install py311-odoo-addon-openupgrade-framework17
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-odoo-addon-openupgrade-framework17 listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-odoo-addon-openupgrade-framework17
Package flavors (<flavor>: <package>)
  • py311: py311-odoo-addon-openupgrade-framework17
distinfo:
TIMESTAMP = 1758948067 SHA256 (odoo_addon_openupgrade_framework-17.0.1.0.0.8-py3-none-any.whl) = 4631c8ad3d4d8182fb733a5f65f7fa58de1471211505eda82ece923f9c67a646 SIZE (odoo_addon_openupgrade_framework-17.0.1.0.0.8-py3-none-any.whl) = 60077

Packages (timestamps in pop-ups are UTC):
py311-odoo-addon-openupgrade-framework17
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--------
FreeBSD:14:latest-17.0.1.0.0.8--17.0.1.0.0.8---
FreeBSD:14:quarterly-17.0.1.0.0.8--17.0.1.0.0.8---
FreeBSD:15:latest-17.0.1.0.0.8n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
FreeBSD:16:latest-17.0.1.0.0.8n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-wheel>=0 : devel/py-wheel@py311
  2. python3.11 : lang/python311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-odoo17>=0 : finance/odoo17@py311
  2. py311-openupgradelib>=0 : devel/py-openupgradelib@py311
  3. python3.11 : lang/python311
This port is required by:
for Run
  1. devel/py-odoo-addon-openupgrade-scripts17

Configuration Options:
No options to configure
Options name:
devel_py-odoo-addon-openupgrade-framework17
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/py3/o/odoo-addon-openupgrade-framework/
  2. https://pypi.org/packages/py3/o/odoo-addon-openupgrade-framework/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
17.0.1.0.0.8
29 Sep 2025 21:36:32
commit hash: 69bdf42ec314ad9dca7a1e8ce25c067aa432db6acommit hash: 69bdf42ec314ad9dca7a1e8ce25c067aa432db6acommit hash: 69bdf42ec314ad9dca7a1e8ce25c067aa432db6acommit hash: 69bdf42ec314ad9dca7a1e8ce25c067aa432db6a files touched by this commit
Jesús Daniel Colmenares Oviedo (dtxdf) search for other commits by this committer
devel/py-odoo-addon-openupgrade-framework1{6,7,8}: New ports

OpenUpgrade Framework is a technical module that contains a number
of monkeypatches to improve the behaviour of Odoo when migrating
your database using the OpenUpgrade migration scripts:

- Prevent dropping columns or tables in the database when fields
  or models are obsoleted in the Odoo data model of the target release.
- When data records are deleted during the migration (such as views or
  other system records), this is done in a secure mode. If the deletion
  fails because of some unforeseen dependency, the deletion will be
  cancelled and a message is logged, after which the migration continues.
- Prevent a number of log messages that do not apply when using OpenUpgrade.
- Suppress log messages about failed view validation, which are to be expected
  during a migration.
- Run migration scripts for modules that are installed as new dependencies of
  upgraded modules (when there are such scripts for those particular modules)
- Production databases generated with demo data, will be transformed to
  non-demo ones. If you want to avoid that, you have to pass through the
  environment variable OPENUPGRADE_USE_DEMO, the value "yes".

Number of commits found: 1