Skip to content

Commit cbe30c4

Browse files
committed
[BOT] post-merge updates
1 parent d7a6fde commit cbe30c4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ addon | version | maintainers | summary
7272
[sale_order_disable_user_autosubscribe](sale_order_disable_user_autosubscribe/) | 18.0.1.0.0 | | Remove the salesperson from autosubscribed sale followers
7373
[sale_order_general_discount](sale_order_general_discount/) | 18.0.1.0.1 | | General discount per sale order
7474
[sale_order_invoicing_finished_task](sale_order_invoicing_finished_task/) | 18.0.1.0.0 | | Control invoice order lines if their related task has been set to invoiceable
75-
[sale_order_line_cancel](sale_order_line_cancel/) | 18.0.1.0.0 | | Sale cancel remaining
75+
[sale_order_line_cancel](sale_order_line_cancel/) | 18.0.1.0.1 | | Sale cancel remaining
7676
[sale_order_line_cancel_sale_stock](sale_order_line_cancel_sale_stock/) | 18.0.1.0.0 | | Sale cancel remaining stock
7777
[sale_order_line_chained_move](sale_order_line_chained_move/) | 18.0.1.0.0 | <a href='https://github.com/rousseldenis'><img src='https://github.com/rousseldenis.png' width='32' height='32' style='border-radius:50%;' alt='rousseldenis'/></a> | This module adds a field on sale order line to get all related move lines
7878
[sale_order_line_client_order_ref](sale_order_line_client_order_ref/) | 18.0.1.0.1 | <a href='https://github.com/yostashiro'><img src='https://github.com/yostashiro.png' width='32' height='32' style='border-radius:50%;' alt='yostashiro'/></a> <a href='https://github.com/aungkokolin1997'><img src='https://github.com/aungkokolin1997.png' width='32' height='32' style='border-radius:50%;' alt='aungkokolin1997'/></a> | Customer Reference on Sale Order Lines and Invoice Lines

sale_order_line_cancel/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Sale Order Line Cancel
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:90a27eabe99d788e1eb1b12c43bd740d54f3336d1d54fa3a54c01919fae00b0d
14+
!! source digest: sha256:1e3ac399753fc36ccfad2ee390f8452495f629016f36b28140902d033d9095d5
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

sale_order_line_cancel/__manifest__.py

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

77
{
88
"name": "Sale Order Line Cancel",
9-
"version": "18.0.1.0.0",
9+
"version": "18.0.1.0.1",
1010
"author": "Okia, BCIM, Camptocamp, ACSONE SA/NV, "
1111
"MT Software, Odoo Community Association (OCA)",
1212
"license": "AGPL-3",

sale_order_line_cancel/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Sale Order Line Cancel</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:90a27eabe99d788e1eb1b12c43bd740d54f3336d1d54fa3a54c01919fae00b0d
375+
!! source digest: sha256:1e3ac399753fc36ccfad2ee390f8452495f629016f36b28140902d033d9095d5
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/sale-workflow/tree/18.0/sale_order_line_cancel"><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-18-0/sale-workflow-18-0-sale_order_line_cancel"><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=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module allows you to cancel the remaining quantity on sale order by

0 commit comments

Comments
 (0)