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-framework16 Module to make upgrades between two major revisions
16.0.1.0.1 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-framework16>0:devel/py-odoo-addon-openupgrade-framework16@${PY_FLAVOR}
Conflicts:
CONFLICTS_INSTALL:
  • devel/py-odoo-addon-openupgrade-framework17
  • devel/py-odoo-addon-openupgrade-framework18
To install the port:
cd /usr/ports/devel/py-odoo-addon-openupgrade-framework16/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-odoo-addon-openupgrade-framework16
  • pkg install py311-odoo-addon-openupgrade-framework16
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-framework16 listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-odoo-addon-openupgrade-framework16
Package flavors (<flavor>: <package>)
  • py311: py311-odoo-addon-openupgrade-framework16
distinfo:
TIMESTAMP = 1758847128 SHA256 (odoo_addon_openupgrade_framework-16.0.1.0.1-py3-none-any.whl) = 402c59a4e9a0d5df2408090a18ae01dc2490b544bb0dc07c6a485f63b98bb52e SIZE (odoo_addon_openupgrade_framework-16.0.1.0.1-py3-none-any.whl) = 61064

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
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-odoo16>=0 : finance/odoo16@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-scripts16

Configuration Options:
No options to configure
Options name:
devel_py-odoo-addon-openupgrade-framework16
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
16.0.1.0.1
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