Skip to content

Commit 516ab3e

Browse files
committed
[BOT] post-merge updates
1 parent 97d9421 commit 516ab3e

5 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ addon | version | maintainers | summary
2626
[pos_auto_invoice](pos_auto_invoice/) | 16.0.1.0.0 | | Allow to set POS orders as to-invoice by default
2727
[pos_bypass_global_discount](pos_bypass_global_discount/) | 16.0.1.0.1 | | POS Bypass Global Discount
2828
[pos_cash_control_override](pos_cash_control_override/) | 16.0.1.0.0 | | Override bare PoS user cash control restrictions
29+
[pos_cash_move_reason](pos_cash_move_reason/) | 16.0.1.0.0 | | POS cash in-out reason
2930
[pos_cashback](pos_cashback/) | 16.0.1.0.0 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | Point of Sale - Cashback
3031
[pos_category_complete_name](pos_category_complete_name/) | 16.0.1.0.0 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | Adds the complete name field on the pos category field.
3132
[pos_config_logo](pos_config_logo/) | 16.0.1.0.0 | | Set logotypes different from the company's one

pos_cash_move_reason/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ POS cash in-out reason
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:9be2d1beeded5d8b52824fb2442f7c89f0db512626cb33386044d8c060115f83
14+
!! source digest: sha256:f69592d820d1e3b3afe09cb05c97a5279f4970a996fadb7ff8f32728bcd96163
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

pos_cash_move_reason/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>POS cash in-out reason</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:9be2d1beeded5d8b52824fb2442f7c89f0db512626cb33386044d8c060115f83
375+
!! source digest: sha256:f69592d820d1e3b3afe09cb05c97a5279f4970a996fadb7ff8f32728bcd96163
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/pos/tree/16.0/pos_cash_move_reason"><img alt="OCA/pos" src="https://img.shields.io/badge/github-OCA%2Fpos-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_cash_move_reason"><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/pos&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module allow to define some reasons for the functionality of

setup/_metapackage/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.20260407.0
1+
16.0.20260420.0

setup/_metapackage/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
'odoo-addon-pos_auto_invoice>=16.0dev,<16.1dev',
1313
'odoo-addon-pos_bypass_global_discount>=16.0dev,<16.1dev',
1414
'odoo-addon-pos_cash_control_override>=16.0dev,<16.1dev',
15+
'odoo-addon-pos_cash_move_reason>=16.0dev,<16.1dev',
1516
'odoo-addon-pos_cashback>=16.0dev,<16.1dev',
1617
'odoo-addon-pos_category_complete_name>=16.0dev,<16.1dev',
1718
'odoo-addon-pos_config_logo>=16.0dev,<16.1dev',

0 commit comments

Comments
 (0)