Skip to content

Commit 59f1a78

Browse files
committed
[BOT] post-merge updates
1 parent 817530f commit 59f1a78

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ addon | version | maintainers | summary
7272
[sale_order_product_recommendation](sale_order_product_recommendation/) | 19.0.1.1.0 | <a href='https://github.com/sergio-teruel'><img src='https://github.com/sergio-teruel.png' width='32' height='32' style='border-radius:50%;' alt='sergio-teruel'/></a> <a href='https://github.com/rafaelbn'><img src='https://github.com/rafaelbn.png' width='32' height='32' style='border-radius:50%;' alt='rafaelbn'/></a> <a href='https://github.com/yajo'><img src='https://github.com/yajo.png' width='32' height='32' style='border-radius:50%;' alt='yajo'/></a> | Recommend products to sell to customer based on history
7373
[sale_order_report_without_price](sale_order_report_without_price/) | 19.0.1.0.0 | | Allow you to generate quotation and order reports without price.
7474
[sale_order_revision](sale_order_revision/) | 19.0.1.0.0 | | Keep track of revised quotations
75+
[sale_order_show_full_address](sale_order_show_full_address/) | 19.0.1.0.0 | | Show the complete invoice and delivery addresses on sales orders
7576
[sale_order_split_strategy](sale_order_split_strategy/) | 19.0.1.0.0 | <a href='https://github.com/grindtildeath'><img src='https://github.com/grindtildeath.png' width='32' height='32' style='border-radius:50%;' alt='grindtildeath'/></a> | Define strategies to split sales orders
7677
[sale_order_tag](sale_order_tag/) | 19.0.1.0.0 | <a href='https://github.com/patrickrwilson'><img src='https://github.com/patrickrwilson.png' width='32' height='32' style='border-radius:50%;' alt='patrickrwilson'/></a> | Adds Tags to Sales Orders.
7778
[sale_order_type](sale_order_type/) | 19.0.1.6.0 | | Sale Order Type

sale_order_show_full_address/README.rst

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

sale_order_show_full_address/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 Show Full Address</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:0a4fe7a8c8cda238d65c2d83a44941ca24cff5aa4faf99db84383298fbf8d282
375+
!! source digest: sha256:65fa5ab91b07045524fb235d9d479292625c14116dc3946ecfed36399c31c4d4
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/19.0/sale_order_show_full_address"><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-19-0/sale-workflow-19-0-sale_order_show_full_address"><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=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>Shows the complete invoice address and delivery address on sales orders,

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-sale-workflow"
3-
version = "19.0.20260728.0"
3+
version = "19.0.20260730.0"
44
dependencies = [
55
"odoo-addon-partner_sale_pivot==19.0.*",
66
"odoo-addon-portal_sale_list_extra_info==19.0.*",
@@ -52,6 +52,7 @@ dependencies = [
5252
"odoo-addon-sale_order_product_recommendation==19.0.*",
5353
"odoo-addon-sale_order_report_without_price==19.0.*",
5454
"odoo-addon-sale_order_revision==19.0.*",
55+
"odoo-addon-sale_order_show_full_address==19.0.*",
5556
"odoo-addon-sale_order_split_strategy==19.0.*",
5657
"odoo-addon-sale_order_tag==19.0.*",
5758
"odoo-addon-sale_order_type==19.0.*",

0 commit comments

Comments
 (0)