Skip to content

Commit 52efae8

Browse files
committed
chore(release): update metapackage version and include new addons
- Bump version to 18.0.20251031.1 - Add base_module_user_acl and base_user_acl to dependencies - Include url_slug in the list of managed addons
1 parent 51e9fa5 commit 52efae8

File tree

5 files changed

+10
-1
lines changed

5 files changed

+10
-1
lines changed

base_module_user_acl/__init__.py

Whitespace-only changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"

base_user_acl/__init__.py

Whitespace-only changes.

base_user_acl/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"

setup/_metapackage/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
[project]
22
name = "odoo-apps-server-tools"
3-
version = "18.0.20251017.0"
3+
version = "18.0.20251031.1"
44
dependencies = [
55
"odoo-addon-auth_impersonate_user==18.0.*",
66
"odoo-addon-auth_totp_ip_check==18.0.*",
77
"odoo-addon-base_action_manager_access==18.0.*",
88
"odoo-addon-base_db_anonymization==18.0.*",
99
"odoo-addon-base_external_mssql==18.0.*",
10+
"odoo-addon-base_module_user_acl==18.0.*",
11+
"odoo-addon-base_user_acl==18.0.*",
1012
"odoo-addon-mail_format_with_parent==18.0.*",
1113
"odoo-addon-mail_server_filter==18.0.*",
1214
"odoo-addon-mail_service_users==18.0.*",
1315
"odoo-addon-prometheus_exporter==18.0.*",
1416
"odoo-addon-server_config_environment==18.0.*",
17+
"odoo-addon-url_slug==18.0.*",
1518
]
1619
classifiers=[
1720
"Programming Language :: Python",

0 commit comments

Comments
 (0)