Skip to content

Commit 91f3729

Browse files
committed
[BOT] post-merge updates
1 parent 73144ee commit 91f3729

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Available addons
2121
----------------
2222
addon | version | maintainers | summary
2323
--- | --- | --- | ---
24+
[account_cash_deposit](account_cash_deposit/) | 18.0.1.0.0 | | Manage cash deposits and cash orders
2425
[account_fiscal_position_vat_check](account_fiscal_position_vat_check/) | 18.0.1.0.0 | | Check VAT on invoice validation
2526
[account_fiscal_year](account_fiscal_year/) | 18.0.1.0.0 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Create Account Fiscal Year
2627
[account_journal_restrict_mode](account_journal_restrict_mode/) | 18.0.1.0.0 | | Lock All Posted Entries of Journals.

account_cash_deposit/README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Account Cash Deposit
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:d97134aace95cac38aec7311d1c3c0bbaf97ef10efa81a7459393fbf6d8583e0
10+
!! source digest: sha256:eeb1af4f62db4b87b72d28b768e211d23bf15f3268935b098df5d017e45e4f88
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -76,8 +76,8 @@ kind of bank note and coin rolls. Then, you can print a PDF report
7676
designed to be a kind of delivery report for the cash. Upon validation,
7777
Odoo will generate a journal entry in the cash journal that:
7878

79-
- credits the cash account,
80-
- debits the inter-banks transfer account.
79+
- credits the cash account,
80+
- debits the inter-banks transfer account.
8181

8282
|Screenshot|
8383

@@ -91,8 +91,8 @@ to be sent to your bank as a cash order. Eventually, when the bank
9191
delivers the cash to you, you should validate the cash order and Odoo
9292
will generate a journal entry in the cash journal that:
9393

94-
- debits the cash account,
95-
- credits the inter-banks transfer account.
94+
- debits the cash account,
95+
- credits the inter-banks transfer account.
9696

9797
.. |Screenshot| image:: https://raw.githubusercontent.com/OCA/account-financial-tools/18.0/account_cash_deposit/static/description/cash_deposit_form.png
9898

@@ -117,7 +117,7 @@ Authors
117117
Contributors
118118
------------
119119

120-
- Alexis de Lattre <[email protected]>
120+
- Alexis de Lattre <[email protected]>
121121

122122
Maintainers
123123
-----------

account_cash_deposit/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Account Cash Deposit</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:d97134aace95cac38aec7311d1c3c0bbaf97ef10efa81a7459393fbf6d8583e0
370+
!! source digest: sha256:eeb1af4f62db4b87b72d28b768e211d23bf15f3268935b098df5d017e45e4f88
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-tools/tree/18.0/account_cash_deposit"><img alt="OCA/account-financial-tools" src="https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-financial-tools-18-0/account-financial-tools-18-0-account_cash_deposit"><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-tools&amp;target_branch=18.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 support for <strong>cash deposits at the bank</strong>. It also

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[project]
22
name = "odoo-addons-oca-account-financial-tools"
3-
version = "18.0.20250131.0"
3+
version = "18.0.20250131.1"
44
dependencies = [
5+
"odoo-addon-account_cash_deposit==18.0.*",
56
"odoo-addon-account_fiscal_position_vat_check==18.0.*",
67
"odoo-addon-account_fiscal_year==18.0.*",
78
"odoo-addon-account_journal_restrict_mode==18.0.*",

0 commit comments

Comments
 (0)