Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Jan 7, 2025
1 parent a73b396 commit b001b66
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ addon | version | maintainers | summary
[portal_sale_personal_data_only](portal_sale_personal_data_only/) | 17.0.1.0.0 | | Portal Sale Personal Data Only
[product_form_sale_link](product_form_sale_link/) | 17.0.1.0.0 | | Adds a button on product forms to access Sale Lines
[product_supplierinfo_for_customer_sale](product_supplierinfo_for_customer_sale/) | 17.0.1.0.0 | | Loads in every sale order line the customer code defined in the product
[sale_advance_payment](sale_advance_payment/) | 17.0.1.0.0 | | Allow to add advance payments on sales and then use them on invoices
[sale_advance_payment](sale_advance_payment/) | 17.0.1.0.1 | | Allow to add advance payments on sales and then use them on invoices
[sale_automatic_workflow](sale_automatic_workflow/) | 17.0.1.1.0 | | Sale Automatic Workflow
[sale_automatic_workflow_stock](sale_automatic_workflow_stock/) | 17.0.1.0.0 | | Sale Automatic Workflow Stock
[sale_blanket_order](sale_blanket_order/) | 17.0.1.1.0 | | Blanket Orders
Expand Down
20 changes: 10 additions & 10 deletions sale_advance_payment/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Sale Advance Payment
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:413cfc7cdb058b13df5804127f9e387f5ee8ebad625a1fef6a1a1e6babb629f4
!! source digest: sha256:d14f564f5a8d2585e2ae372b1c54faaf76de5fee36371678e6076827e7d4f271
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down Expand Up @@ -41,10 +41,10 @@ Usage

To use this module, you need to:

- Go to a sale order.
- Click on "Pay Sale Advance".
- Select the Journal and specify the amount of the advanced payment.
- "Make Advance Payment".
- Go to a sale order.
- Click on "Pay Sale Advance".
- Select the Journal and specify the amount of the advanced payment.
- "Make Advance Payment".

When generating the invoice, the system displays the advanced payments,
select those you want to add to the invoice.
Expand Down Expand Up @@ -77,11 +77,11 @@ Authors
Contributors
------------

- Omar Castiñeira Saaevdra <[email protected]>
- Daniel Reis <[email protected]>
- Nikul Chaudhary <[email protected]>
- Manuel Regidor <[email protected]>
- Urvisha Desai <[email protected]>
- Omar Castiñeira Saaevdra <[email protected]>
- Daniel Reis <[email protected]>
- Nikul Chaudhary <[email protected]>
- Manuel Regidor <[email protected]>
- Urvisha Desai <[email protected]>

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion sale_advance_payment/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Sale Advance Payment",
"version": "17.0.1.0.0",
"version": "17.0.1.0.1",
"author": "Comunitea, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/sale-workflow",
"category": "Sales",
Expand Down
2 changes: 1 addition & 1 deletion sale_advance_payment/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Sale Advance Payment</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:413cfc7cdb058b13df5804127f9e387f5ee8ebad625a1fef6a1a1e6babb629f4
!! source digest: sha256:d14f564f5a8d2585e2ae372b1c54faaf76de5fee36371678e6076827e7d4f271
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/sale-workflow/tree/17.0/sale_advance_payment"><img alt="OCA/sale-workflow" src="https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_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/sale-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>
<p>The module allows to add advance payments on sales and then use them on
Expand Down

0 comments on commit b001b66

Please sign in to comment.