Skip to content

Commit d040c25

Browse files
committed
[BOT] post-merge updates
1 parent a5be02e commit d040c25

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Diff for: README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ product-pack
1717

1818
[//]: # (addons)
1919

20-
This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
20+
Available addons
21+
----------------
22+
addon | version | maintainers | summary
23+
--- | --- | --- | ---
24+
[product_pack](product_pack/) | 18.0.1.0.0 | [![ernestotejeda](https://github.com/ernestotejeda.png?size=30px)](https://github.com/ernestotejeda) | This module allows you to set a product as a Pack
2125

2226
[//]: # (end addons)
2327

Diff for: setup/_metapackage/pyproject.toml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[project]
2+
name = "odoo-addons-oca-product-pack"
3+
version = "18.0.20250114.0"
4+
dependencies = [
5+
"odoo-addon-product_pack==18.0.*",
6+
]
7+
classifiers=[
8+
"Programming Language :: Python",
9+
"Framework :: Odoo",
10+
"Framework :: Odoo :: 18.0",
11+
]

0 commit comments

Comments
 (0)