Skip to content

Commit 12345ea

Browse files
committed
[BOT] post-merge updates
1 parent d515636 commit 12345ea

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ addon | version | maintainers | summary
3131
[pos_global_discount_in_line](pos_global_discount_in_line/) | 16.0.1.0.1 | | Order discount in line instead of discount product
3232
[pos_lot_barcode](pos_lot_barcode/) | 16.0.1.0.1 | | Scan barcode to enter lot/serial numbers
3333
[pos_lot_selection](pos_lot_selection/) | 16.0.1.0.1 | | POS Lot Selection
34-
[pos_loyalty_redeem_payment](pos_loyalty_redeem_payment/) | 16.0.1.0.1 | | Use vouchers as payment method in pos orders
34+
[pos_loyalty_redeem_payment](pos_loyalty_redeem_payment/) | 16.0.1.0.2 | | Use vouchers as payment method in pos orders
3535
[pos_margin](pos_margin/) | 16.0.1.0.2 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Margin on PoS Order
3636
[pos_membership](pos_membership/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Implement features of membership module in the Point of sale UI.
3737
[pos_membership_extension](pos_membership_extension/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Prevent to sale product in the point of sale to customer that don't belong to membership categories

pos_loyalty_redeem_payment/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pos Loyalty Redeem Payment
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:035fa24610c3950ae0fd4dda5b9a64b4b64878791571ca152ec858af27492fb1
10+
!! source digest: sha256:a4c88b98735f3e452ef23d87528408015c2016b54798037fcdcfd1a026369681
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

pos_loyalty_redeem_payment/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Pos Loyalty Redeem Payment",
33
"summary": "Use vouchers as payment method in pos orders",
44
"category": "Point Of Sale & Sales",
5-
"version": "16.0.1.0.1",
5+
"version": "16.0.1.0.2",
66
"website": "https://github.com/OCA/pos",
77
"author": "Odoo Community Association (OCA), FactorLibre",
88
"application": False,

pos_loyalty_redeem_payment/static/description/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
@@ -367,7 +366,7 @@ <h1 class="title">Pos Loyalty Redeem Payment</h1>
367366
!! This file is generated by oca-gen-addon-readme !!
368367
!! changes will be overwritten. !!
369368
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:035fa24610c3950ae0fd4dda5b9a64b4b64878791571ca152ec858af27492fb1
369+
!! source digest: sha256:a4c88b98735f3e452ef23d87528408015c2016b54798037fcdcfd1a026369681
371370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372371
<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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/pos/tree/16.0/pos_loyalty_redeem_payment"><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_loyalty_redeem_payment"><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>
373372
<p>This module allows gift cards to be applied as a payment method when customer

0 commit comments

Comments
 (0)