Skip to content

Commit 0e95181

Browse files
committed
[BOT] post-merge updates
1 parent 1c03ad9 commit 0e95181

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ addon | version | maintainers | summary
2424
[account_financial_report](account_financial_report/) | 17.0.1.4.0 | | OCA Financial Reports
2525
[account_tax_balance](account_tax_balance/) | 17.0.1.0.0 | | Compute tax balances based on date range
2626
[mis_builder_cash_flow](mis_builder_cash_flow/) | 17.0.1.0.0 | [![jjscarafia](https://github.com/jjscarafia.png?size=30px)](https://github.com/jjscarafia) | MIS Builder Cash Flow
27+
[mis_template_financial_report](mis_template_financial_report/) | 17.0.1.0.0 | [![hbrunn](https://github.com/hbrunn.png?size=30px)](https://github.com/hbrunn) | Profit & Loss / Balance sheet MIS templates
2728
[partner_statement](partner_statement/) | 17.0.1.0.0 | [![MiquelRForgeFlow](https://github.com/MiquelRForgeFlow.png?size=30px)](https://github.com/MiquelRForgeFlow) | OCA Financial Reports
2829

2930
[//]: # (end addons)

mis_template_financial_report/README.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Profit & Loss / Balance sheet MIS templates
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:35e3ad836c47238b09fe511febcb806bafddc4699aedb0e224e55517c31128d0
10+
!! source digest: sha256:43a58797d5d60f19a2ce7f6e20a38f052a0d5d7c3ebe2ef50fa88e9899b2069e
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -56,9 +56,9 @@ documentation <https://github.com/OCA/mis-builder/tree/14.0/mis_builder#usage>`_
5656
Known issues / Roadmap
5757
======================
5858

59-
- support horizontal mode for xslx export
60-
- split off all code to mis_builder_horizontal and only keep the KPI
61-
definitions here
59+
- support horizontal mode for xslx export
60+
- split off all code to mis_builder_horizontal and only keep the KPI
61+
definitions here
6262

6363
Bug Tracker
6464
===========
@@ -81,9 +81,9 @@ Authors
8181
Contributors
8282
------------
8383

84-
- Holger Brunn <[email protected]>
85-
(https://hunki-enterprises.nl)
86-
- Stefan Rijnhart <[email protected]> (https://opener.amsterdam)
84+
- Holger Brunn <[email protected]>
85+
(https://hunki-enterprises.nl)
86+
- Stefan Rijnhart <[email protected]> (https://opener.amsterdam)
8787

8888
Maintainers
8989
-----------

mis_template_financial_report/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Profit &amp; Loss / Balance sheet MIS templates</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:35e3ad836c47238b09fe511febcb806bafddc4699aedb0e224e55517c31128d0
370+
!! source digest: sha256:43a58797d5d60f19a2ce7f6e20a38f052a0d5d7c3ebe2ef50fa88e9899b2069e
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/account-financial-reporting/tree/17.0/mis_template_financial_report"><img alt="OCA/account-financial-reporting" src="https://img.shields.io/badge/github-OCA%2Faccount--financial--reporting-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-mis_template_financial_report"><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/account-financial-reporting&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 addon provides MIS builder templates to generate generic Profit &amp;

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[project]
22
name = "odoo-addons-oca-account-financial-reporting"
3-
version = "17.0.20240930.0"
3+
version = "17.0.20241115.0"
44
dependencies = [
55
"odoo-addon-account_financial_report>=17.0dev,<17.1dev",
66
"odoo-addon-account_tax_balance>=17.0dev,<17.1dev",
77
"odoo-addon-mis_builder_cash_flow>=17.0dev,<17.1dev",
8+
"odoo-addon-mis_template_financial_report>=17.0dev,<17.1dev",
89
"odoo-addon-partner_statement>=17.0dev,<17.1dev",
910
]
1011
classifiers=[

0 commit comments

Comments
 (0)