Skip to content
Snippets Groups Projects

Create branch 16.0

Merged arthur.mayer requested to merge topic/16.0/migration-16.0 into branch/16.0
Compare and Show latest version
10 files
+ 30
58
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 1
1
@@ -56,7 +56,7 @@
# The full version, including alpha/beta/rc tags.
try:
# TEMPLATE Update with the name of the project as defined in pyproject.toml
release = import_version("odoo-addon-odoo_module")
release = import_version("odoo-addon-account_period")
# The short X.Y version.
version = ".".join(release.split(".")[:2])
except PackageNotFoundError:
Loading