Skip to content

Commit 62a1ea9

Browse files
committed
[BOT] post-merge updates
1 parent 5788701 commit 62a1ea9

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ addon | version | maintainers | summary
3333
[account_invoice_transmit_method](account_invoice_transmit_method/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Configure invoice transmit method (email, post, portal, ...)
3434
[account_invoice_warn_message](account_invoice_warn_message/) | 17.0.1.0.0 | | Add a popup warning on invoice to ensure warning is populated
3535
[account_manual_currency](account_manual_currency/) | 17.0.1.0.0 | | Allows to manual currency of Accounting
36+
[account_move_cancel_confirm](account_move_cancel_confirm/) | 17.0.1.0.0 | [![kittiu](https://github.com/kittiu.png?size=30px)](https://github.com/kittiu) | Account Move Cancel Confirm
3637
[account_move_tier_validation](account_move_tier_validation/) | 17.0.1.0.1 | | Extends the functionality of Account Moves to support a tier validation process.
3738
[partner_invoicing_mode](partner_invoicing_mode/) | 17.0.1.0.0 | | Base module for handling multiple partner invoicing mode
3839
[portal_account_personal_data_only](portal_account_personal_data_only/) | 17.0.1.0.0 | | Portal Accounting Personal Data Only

account_move_cancel_confirm/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Account Move Cancel Confirm
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:6d9331c29140b523ccb8fc453786dcfb6f74b4037119c36c0fe65d26b0eb1dea
10+
!! source digest: sha256:87764e07af8656c8a718bec56a8ba92eec90b5c9690be52218eea2d2752a3349
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -60,8 +60,8 @@ Authors
6060
Contributors
6161
------------
6262

63-
- Kitti U. <kittiu@ecosoft.co.th>
64-
- Jordi Masvidal <jordi.masvidal@forgeflow.com>
63+
- Kitti U. <kittiu@ecosoft.co.th>
64+
- Jordi Masvidal <jordi.masvidal@forgeflow.com>
6565

6666
Maintainers
6767
-----------

account_move_cancel_confirm/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Account Move Cancel Confirm</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:6d9331c29140b523ccb8fc453786dcfb6f74b4037119c36c0fe65d26b0eb1dea
370+
!! source digest: sha256:87764e07af8656c8a718bec56a8ba92eec90b5c9690be52218eea2d2752a3349
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-invoicing/tree/17.0/account_move_cancel_confirm"><img alt="OCA/account-invoicing" src="https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-invoicing-17-0/account-invoicing-17-0-account_move_cancel_confirm"><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-invoicing&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>When user click to cancel invoice and journal entry, a confirmation

setup/_metapackage/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-account-invoicing"
3-
version = "17.0.20250224.0"
3+
version = "17.0.20250310.0"
44
dependencies = [
55
"odoo-addon-account_global_discount>=17.0dev,<17.1dev",
66
"odoo-addon-account_invoice_block_payment>=17.0dev,<17.1dev",
@@ -14,6 +14,7 @@ dependencies = [
1414
"odoo-addon-account_invoice_transmit_method>=17.0dev,<17.1dev",
1515
"odoo-addon-account_invoice_warn_message>=17.0dev,<17.1dev",
1616
"odoo-addon-account_manual_currency>=17.0dev,<17.1dev",
17+
"odoo-addon-account_move_cancel_confirm>=17.0dev,<17.1dev",
1718
"odoo-addon-account_move_tier_validation>=17.0dev,<17.1dev",
1819
"odoo-addon-partner_invoicing_mode>=17.0dev,<17.1dev",
1920
"odoo-addon-portal_account_personal_data_only>=17.0dev,<17.1dev",

0 commit comments

Comments
 (0)