Skip to content

Commit a91f5a2

Browse files
committed
[BOT] post-merge updates
1 parent d7eaee3 commit a91f5a2

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ addon | version | maintainers | summary
2929
[purchase_commercial_partner](purchase_commercial_partner/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Add stored related field 'Commercial Supplier' on POs
3030
[purchase_default_terms_conditions](purchase_default_terms_conditions/) | 17.0.1.0.0 | | This module allows purchase default terms & conditions
3131
[purchase_delivery_split_date](purchase_delivery_split_date/) | 17.0.1.0.2 | | Allows Purchase Order you confirm to generate one Incoming Shipment for each expected date indicated in the Purchase Order Lines
32-
[purchase_deposit](purchase_deposit/) | 17.0.1.0.0 | | Option to create deposit from purchase order
32+
[purchase_deposit](purchase_deposit/) | 17.0.1.1.0 | | Option to create deposit from purchase order
3333
[purchase_exception](purchase_exception/) | 17.0.1.0.0 | | Custom exceptions on purchase order
3434
[purchase_force_invoiced](purchase_force_invoiced/) | 17.0.1.0.0 | | Allows to force the billing status of the purchase order to "Invoiced"
3535
[purchase_invoice_method](purchase_invoice_method/) | 17.0.1.0.0 | | Allow to force the invoice method of a purchase

purchase_deposit/README.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Purchase Deposit
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:a88b100bdd6e80c43d7f8a443fcbbfe820a483f678ec8b9f0423034f2ad03645
10+
!! source digest: sha256:cdf62f7d1729dcd60a49bf897a3d6054bdc1e2b99e7eb3dc7f46cf450fb5eed5
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -75,13 +75,13 @@ Authors
7575
Contributors
7676
------------
7777

78-
- Dominique K. <dominique.k@elico-corp.com.sg>
79-
- Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
80-
- Rattapong Chokmasermkul <rattapongc@ecosoft.co.th>
81-
- Joan Mateu <joan.mateu@forgeflow.com>
82-
- `Quartile <https://www.quartile.co>`__:
78+
- Dominique K. <dominique.k@elico-corp.com.sg>
79+
- Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
80+
- Rattapong Chokmasermkul <rattapongc@ecosoft.co.th>
81+
- Joan Mateu <joan.mateu@forgeflow.com>
82+
- `Quartile <https://www.quartile.co>`__:
8383

84-
- Aung Ko Ko Lin
84+
- Aung Ko Ko Lin
8585

8686
Maintainers
8787
-----------

purchase_deposit/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{
66
"name": "Purchase Deposit",
7-
"version": "17.0.1.0.0",
7+
"version": "17.0.1.1.0",
88
"summary": "Option to create deposit from purchase order",
99
"author": "Elico Corp, Ecosoft, Odoo Community Association (OCA)",
1010
"website": "https://github.com/OCA/purchase-workflow",

purchase_deposit/static/description/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Purchase Deposit</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:a88b100bdd6e80c43d7f8a443fcbbfe820a483f678ec8b9f0423034f2ad03645
370+
!! source digest: sha256:cdf62f7d1729dcd60a49bf897a3d6054bdc1e2b99e7eb3dc7f46cf450fb5eed5
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<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/purchase-workflow/tree/17.0/purchase_deposit"><img alt="OCA/purchase-workflow" src="https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/purchase-workflow-17-0/purchase-workflow-17-0-purchase_deposit"><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/purchase-workflow&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module allow purchase order to register deposit similar to that in

0 commit comments

Comments
 (0)