Skip to content

Commit 7b9f2bc

Browse files
[BOT] post-merge updates
1 parent 657e84a commit 7b9f2bc

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ addon | version | maintainers | summary
4242
[product_main_supplier](product_main_supplier/) | 16.0.1.0.0 | | Add a main supplier
4343
[product_scale_label](product_scale_label/) | 16.0.1.0.0 | | Add scale labels, sale units, and categories.
4444
[purchase_order_responsible](purchase_order_responsible/) | 16.0.1.0.0 | <a href='https://github.com/victor-champonnois'><img src='https://github.com/victor-champonnois.png' width='32' height='32' style='border-radius:50%;' alt='victor-champonnois'/></a> | Adds a 'Responsible' field to purchase orders
45-
[sale_product_deposit](sale_product_deposit/) | 16.0.1.0.0 | | Calculates total price with VAT and deposit price.
45+
[sale_product_deposit](sale_product_deposit/) | 16.0.1.1.0 | | Compute total price with VAT and deposit price
4646
[shift](shift/) | 16.0.1.1.1 | | Generate and manage shifts for cooperators.
4747
[shift_attendance](shift_attendance/) | 16.0.1.0.1 | | Volunteer Timetable Management
4848
[shift_beneficiary](shift_beneficiary/) | 16.0.1.1.0 | <a href='https://github.com/victor-champonnois'><img src='https://github.com/victor-champonnois.png' width='32' height='32' style='border-radius:50%;' alt='victor-champonnois'/></a> | Add a 'beneficiary' field on shifts

sale_product_deposit/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
==========================
26
Sale Product Deposit Price
37
==========================
@@ -7,13 +11,13 @@ Sale Product Deposit Price
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:4034c6cedd1737c80e367084787081b668f84b206096fd371cf560262482d7a4
14+
!! source digest: sha256:ba33cb603420008490bf76f50c7a3c236ea480fad6f3d2e44ec764f96805a4a6
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-beescoop%2FObeesdoo-lightgray.png?logo=github

sale_product_deposit/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "BEES coop - Cellule IT, Coop IT Easy SC",
1414
"website": "https://github.com/beescoop/Obeesdoo",
1515
"category": "Sales",
16-
"version": "16.0.1.0.0",
16+
"version": "16.0.1.1.0",
1717
"depends": [
1818
"pos_container_deposit",
1919
"product",

0 commit comments

Comments
 (0)