Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Nov 3, 2023
1 parent 400ae33 commit 0474955
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ addon | version | maintainers | summary
[pos_payment_change](pos_payment_change/) | 14.0.1.0.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Allow cashier to change order payments, as long as the session is not closed.
[pos_payment_method_cashdro](pos_payment_method_cashdro/) | 14.0.1.0.1 | | Allows to pay with CashDro Terminals on the Point of Sale
[pos_payment_terminal](pos_payment_terminal/) | 14.0.2.1.0 | | Point of sale: support generic payment terminal
[pos_pricelist_show_discount](pos_pricelist_show_discount/) | 14.0.1.0.3 | [![aleuffre](https://github.com/aleuffre.png?size=30px)](https://github.com/aleuffre) [![pytech-bot](https://github.com/pytech-bot.png?size=30px)](https://github.com/pytech-bot) | PoS: show appropriate discount when discounting from pricelist
[pos_pricelist_show_discount](pos_pricelist_show_discount/) | 14.0.1.0.4 | [![aleuffre](https://github.com/aleuffre.png?size=30px)](https://github.com/aleuffre) [![pytech-bot](https://github.com/pytech-bot.png?size=30px)](https://github.com/pytech-bot) | PoS: show appropriate discount when discounting from pricelist
[pos_product_display_default_code](pos_product_display_default_code/) | 14.0.1.0.1 | | pos: display product default code before product name
[pos_product_multi_barcode](pos_product_multi_barcode/) | 14.0.1.0.2 | | Make product multi barcodes usable in the point of sale
[pos_product_sort](pos_product_sort/) | 14.0.1.0.0 | | sort the products by name in the point of sale instead of sorting them by the sequence field.
Expand Down
2 changes: 1 addition & 1 deletion pos_pricelist_show_discount/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PoS show discount from pricelist
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:8bfd9aa98da0311d92132a5b2bf1dd8db0d32e1d28451a81a97e808d726a45fd
!! source digest: sha256:4d541f5c9f85def83ec0b6334f95edb41e0b1627fe87a50f09ba729a7ab75570
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion pos_pricelist_show_discount/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PoS show discount from pricelist",
"summary": "PoS: show appropriate discount when discounting from pricelist",
"version": "14.0.1.0.3",
"version": "14.0.1.0.4",
"category": "Point of Sale",
"website": "https://github.com/OCA/pos",
"author": "Odoo Community Association (OCA), Ooops404, PyTech SRL, Akretion",
Expand Down
2 changes: 1 addition & 1 deletion pos_pricelist_show_discount/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">PoS show discount from pricelist</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:8bfd9aa98da0311d92132a5b2bf1dd8db0d32e1d28451a81a97e808d726a45fd
!! source digest: sha256:4d541f5c9f85def83ec0b6334f95edb41e0b1627fe87a50f09ba729a7ab75570
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/pos/tree/14.0/pos_pricelist_show_discount"><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-14-0/pos-14-0-pos_pricelist_show_discount"><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=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module allows to display in POS interface the discount applied to customer, calculated as difference between POS final price and price from a specific pricelist set in POS configuration.</p>
Expand Down

0 comments on commit 0474955

Please sign in to comment.