diff --git a/README.md b/README.md index 2d715ecf68..39771db32e 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ addon | version | maintainers | summary [pos_hide_banknote_button](pos_hide_banknote_button/) | 16.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Hide useless Banknote buttons in the PoS (+10, +20, +50) [pos_lot_barcode](pos_lot_barcode/) | 16.0.1.0.1 | | Scan barcode to enter lot/serial numbers [pos_lot_selection](pos_lot_selection/) | 16.0.1.0.1 | | POS Lot Selection +[pos_loyalty_exclude](pos_loyalty_exclude/) | 16.0.1.0.0 | | Exclude products from sale loyalty program in POS [pos_loyalty_redeem_payment](pos_loyalty_redeem_payment/) | 16.0.1.0.2 | | Use vouchers as payment method in pos orders [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 [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. diff --git a/pos_loyalty_exclude/README.rst b/pos_loyalty_exclude/README.rst index ad89c39143..4c2d686af4 100644 --- a/pos_loyalty_exclude/README.rst +++ b/pos_loyalty_exclude/README.rst @@ -7,7 +7,7 @@ POS Loyalty Exclude !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:70e53bcb716cc8128d6f60bee192550f22176bd54d034ba51bcd4888cb5b2550 + !! source digest: sha256:35e67adf0af9dab7c64866321b205c9ec5e31e0b54361839a62c736d4c060f54 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/pos_loyalty_exclude/static/description/icon.png b/pos_loyalty_exclude/static/description/icon.png new file mode 100644 index 0000000000..3a0328b516 Binary files /dev/null and b/pos_loyalty_exclude/static/description/icon.png differ diff --git a/pos_loyalty_exclude/static/description/index.html b/pos_loyalty_exclude/static/description/index.html index b422bc1cb5..0d2efa3e6b 100644 --- a/pos_loyalty_exclude/static/description/index.html +++ b/pos_loyalty_exclude/static/description/index.html @@ -367,7 +367,7 @@
Integrate ‘Loyalty Exclude’ functionality to POS diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 2b8e26789b..8045422016 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20241204.0 \ No newline at end of file +16.0.20241227.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 34cd466570..36fbd62c69 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -24,6 +24,7 @@ 'odoo-addon-pos_hide_banknote_button>=16.0dev,<16.1dev', 'odoo-addon-pos_lot_barcode>=16.0dev,<16.1dev', 'odoo-addon-pos_lot_selection>=16.0dev,<16.1dev', + 'odoo-addon-pos_loyalty_exclude>=16.0dev,<16.1dev', 'odoo-addon-pos_loyalty_redeem_payment>=16.0dev,<16.1dev', 'odoo-addon-pos_margin>=16.0dev,<16.1dev', 'odoo-addon-pos_membership>=16.0dev,<16.1dev',