Skip to content

Commit 8d3d6f6

Browse files
committed
[BOT] post-merge updates
1 parent d3de7d6 commit 8d3d6f6

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ addon | version | maintainers | summary
2323
--- | --- | --- | ---
2424
[ebill_postfinance](ebill_postfinance/) | 17.0.1.0.0 | [![TDu](https://github.com/TDu.png?size=30px)](https://github.com/TDu) | Postfinance eBill integration
2525
[ebill_postfinance_server_env](ebill_postfinance_server_env/) | 17.0.1.0.0 | | Server environment for eBill Postfinance
26+
[ebill_postfinance_stock](ebill_postfinance_stock/) | 17.0.1.0.0 | [![TDu](https://github.com/TDu.png?size=30px)](https://github.com/TDu) | Add stock integration to Postfinance eBill
2627
[l10n_ch_qr_no_amount](l10n_ch_qr_no_amount/) | 17.0.1.0.0 | [![grindtildeath](https://github.com/grindtildeath.png?size=30px)](https://github.com/grindtildeath) | Allow to print QR bill without amount
2728

2829
[//]: # (end addons)

ebill_postfinance_stock/README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ eBill Postfinance Stock
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:d560906a22ebe7ea9c8860c9debf497de39154cb16cf9b93cdf7123f96203532
10+
!! source digest: sha256:d48cb04935ac60c01a43cdf53fbe11405b15fa1e3749231abdaf50ee6019e17f
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -57,7 +57,7 @@ Authors
5757
Contributors
5858
------------
5959

60-
- Thierry Ducrest <thierry.ducrest@camptocamp.com>
60+
- Thierry Ducrest <thierry.ducrest@camptocamp.com>
6161

6262
Maintainers
6363
-----------

ebill_postfinance_stock/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">eBill Postfinance Stock</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:d560906a22ebe7ea9c8860c9debf497de39154cb16cf9b93cdf7123f96203532
370+
!! source digest: sha256:d48cb04935ac60c01a43cdf53fbe11405b15fa1e3749231abdaf50ee6019e17f
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/l10n-switzerland/tree/17.0/ebill_postfinance_stock"><img alt="OCA/l10n-switzerland" src="https://img.shields.io/badge/github-OCA%2Fl10n--switzerland-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/l10n-switzerland-17-0/l10n-switzerland-17-0-ebill_postfinance_stock"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/l10n-switzerland&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module adds some information related to delivery in the eBill

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[project]
22
name = "odoo-addons-oca-l10n-switzerland"
3-
version = "17.0.20250128.0"
3+
version = "17.0.20250128.1"
44
dependencies = [
55
"odoo-addon-ebill_postfinance>=17.0dev,<17.1dev",
66
"odoo-addon-ebill_postfinance_server_env>=17.0dev,<17.1dev",
7+
"odoo-addon-ebill_postfinance_stock>=17.0dev,<17.1dev",
78
"odoo-addon-l10n_ch_qr_no_amount>=17.0dev,<17.1dev",
89
]
910
classifiers=[

0 commit comments

Comments
 (0)