Skip to content

Commit e6d8555

Browse files
committed
[BOT] post-merge updates
1 parent c878b60 commit e6d8555

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ Financial reports for Odoo
1616
<!-- prettier-ignore-start -->
1717

1818
[//]: # (addons)
19+
20+
Available addons
21+
----------------
22+
addon | version | maintainers | summary
23+
--- | --- | --- | ---
24+
[account_invoice_report_hide_delivery_address](account_invoice_report_hide_delivery_address/) | 18.0.1.0.0 | | Keep the shipping address hidden on the invoice.
25+
1926
[//]: # (end addons)
2027

2128
<!-- prettier-ignore-end -->

setup/_metapackage/pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[project]
2+
name = "odoo-addons-sygel-technology-sy-account-financial-reporting"
3+
version = "18.0.20251003.0"
4+
dependencies = [
5+
"odoo-addon-account_invoice_report_hide_delivery_address==18.0.*",
6+
]
7+
classifiers=[
8+
"Programming Language :: Python",
9+
"Framework :: Odoo",
10+
"Framework :: Odoo :: 18.0",
11+
]

0 commit comments

Comments
 (0)