Port details |
- py-odoo-addon-openupgrade-framework16 Module to make upgrades between two major revisions
- 16.0.1.0.1 devel
=0 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
 - 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".
 ¦ ¦ ¦ ¦ 
- 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:
-
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-odoo16>=0 : finance/odoo16@py311
- py311-openupgradelib>=0 : devel/py-openupgradelib@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- 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:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
16.0.1.0.1 29 Sep 2025 21:36:32
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
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
|