Skip to content

Commit 0890671

Browse files
committed
[BOT] post-merge updates
1 parent 30b279d commit 0890671

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ addon | version | maintainers | summary
2626
[procurement_purchase_no_grouping](procurement_purchase_no_grouping/) | 14.0.1.1.0 | | Procurement Purchase No Grouping
2727
[product_form_purchase_link](product_form_purchase_link/) | 14.0.2.2.0 | [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](https://github.com/rousseldenis) | Add an option to display the purchases lines from product
2828
[product_supplier_code_purchase](product_supplier_code_purchase/) | 14.0.1.0.0 | | This module adds to the purchase order line the supplier code defined in the product.
29-
[purchase_advance_payment](purchase_advance_payment/) | 14.0.1.1.2 | | Allow to add advance payments on purchase orders
29+
[purchase_advance_payment](purchase_advance_payment/) | 14.0.1.1.3 | | Allow to add advance payments on purchase orders
3030
[purchase_allowed_product](purchase_allowed_product/) | 14.0.2.3.0 | [![aleuffre](https://github.com/aleuffre.png?size=30px)](https://github.com/aleuffre) [![renda-dev](https://github.com/renda-dev.png?size=30px)](https://github.com/renda-dev) | This module allows to select only products that can be supplied by the vendor
3131
[purchase_analytic_global](purchase_analytic_global/) | 14.0.1.0.0 | | Purchase - Analytic Account Global
3232
[purchase_blanket_order](purchase_blanket_order/) | 14.0.2.0.1 | | Purchase Blanket Orders

purchase_advance_payment/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Purchase Advance Payment
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:77b9dde81d12036de9f7fd9b3f5b85fc3ba12e74efae40fa2c46dd8cc290d572
10+
!! source digest: sha256:256398d317b3458e52fcc35d586700a97cda0d7a105597cedfa01649eb7aa8b8
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

purchase_advance_payment/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{
55
"name": "Purchase Advance Payment",
6-
"version": "14.0.1.1.2",
6+
"version": "14.0.1.1.3",
77
"author": "Forgeflow, Odoo Community Association (OCA)",
88
"website": "https://github.com/OCA/purchase-workflow",
99
"category": "Purchase",

purchase_advance_payment/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Purchase Advance Payment</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:77b9dde81d12036de9f7fd9b3f5b85fc3ba12e74efae40fa2c46dd8cc290d572
370+
!! source digest: sha256:256398d317b3458e52fcc35d586700a97cda0d7a105597cedfa01649eb7aa8b8
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/14.0/purchase_advance_payment"><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-14-0/purchase-workflow-14-0-purchase_advance_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/purchase-workflow&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>The module allows to add advance payments on purchase orders and Request

0 commit comments

Comments
 (0)