Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Akretion Git Bot committed Feb 18, 2025
1 parent 19917f8 commit 3cdede3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ addon | version | maintainers | summary
[sale_channel_hook_invoice](sale_channel_hook_invoice/) | 14.0.1.0.0 | | Adds a hook for when a sale order emits an invoice
[sale_channel_hook_sale_state](sale_channel_hook_sale_state/) | 14.0.1.0.0 | | Adds a hook for when a sale order emits an invoice
[sale_channel_hook_stock_variation](sale_channel_hook_stock_variation/) | 14.0.1.0.1 | | On stock variation, trigger notification to external webservice
[sale_channel_partner](sale_channel_partner/) | 14.0.1.0.0 | | Bind sale channels to contacts
[sale_channel_partner](sale_channel_partner/) | 14.0.1.1.0 | | Bind sale channels to contacts
[sale_channel_product](sale_channel_product/) | 14.0.1.0.0 | | Link Product with sale channel
[sale_channel_white_label](sale_channel_white_label/) | 14.0.1.0.0 | | Base for white label management
[sale_import_base](sale_import_base/) | 14.0.1.1.0 | | Base for importing Sale Orders through a JSON file format
Expand Down
2 changes: 1 addition & 1 deletion sale_channel_partner/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Sale Channel Partner
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:22f7a9021d9727cc0e23bf1b4c7438bae1a51130cc8abf5ec7cf9ca04a4254e5
!! source digest: sha256:13b6b7dcce544d159e3acba82f9a4d1fe0e6740ac28527c544871ab3c34cebf0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion sale_channel_partner/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Sale Channel Partner",
"summary": "Bind sale channels to contacts",
"version": "14.0.1.0.0",
"version": "14.0.1.1.0",
"category": "Generic Modules/Sale",
"author": "Akretion, Odoo Community Association (OCA)",
"website": "https://github.com/akretion/sale-import",
Expand Down
9 changes: 5 additions & 4 deletions sale_channel_partner/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@

/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
Despite the name, some widely supported CSS2 features are used.
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
Expand Down Expand Up @@ -274,7 +275,7 @@
margin-left: 2em ;
margin-right: 2em }

pre.code .ln { color: grey; } /* line numbers */
pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
Expand All @@ -300,7 +301,7 @@
span.pre {
white-space: pre }

span.problematic {
span.problematic, pre.problematic {
color: red }

span.section-subtitle {
Expand Down Expand Up @@ -366,7 +367,7 @@ <h1 class="title">Sale Channel Partner</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:22f7a9021d9727cc0e23bf1b4c7438bae1a51130cc8abf5ec7cf9ca04a4254e5
!! source digest: sha256:13b6b7dcce544d159e3acba82f9a4d1fe0e6740ac28527c544871ab3c34cebf0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/akretion/sale-import/tree/14.0/sale_channel_partner"><img alt="akretion/sale-import" src="https://img.shields.io/badge/github-akretion%2Fsale--import-lightgray.png?logo=github" /></a></p>
<p>This module adds sale channel bindings to sale channels. For example, if you have the same customer buying from the “amazon”
Expand Down

0 comments on commit 3cdede3

Please sign in to comment.