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 9b6dcf4 commit 259679f
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 @@ -31,7 +31,7 @@ addon | version | maintainers | summary
[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
[sale_import_base](sale_import_base/) | 14.0.1.2.0 | | Base for importing Sale Orders through a JSON file format
[sale_import_delivery_carrier](sale_import_delivery_carrier/) | 14.0.1.0.0 | | Adds delivery carrier functionality to Sale Imports
[sale_import_rest](sale_import_rest/) | 14.0.1.0.1 | | REST API for importig Sale Orders

Expand Down
2 changes: 1 addition & 1 deletion sale_import_base/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Sale Import Base
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:b3c2a355c30eacde5d2e312eed69326738b51e4bcb1761d8e7a0f705bac63cee
!! source digest: sha256:553d94ecf02c67c6fcdf3706b43559a41295e176246d54209fa7d37a22aa19a3
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion sale_import_base/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Sale Import Base",
"summary": "Base for importing Sale Orders through a JSON file format",
"version": "14.0.1.1.0",
"version": "14.0.1.2.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_import_base/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 Import Base</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:b3c2a355c30eacde5d2e312eed69326738b51e4bcb1761d8e7a0f705bac63cee
!! source digest: sha256:553d94ecf02c67c6fcdf3706b43559a41295e176246d54209fa7d37a22aa19a3
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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_import_base"><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 an easy way to import and validate sale orders in JSON format.</p>
Expand Down

0 comments on commit 259679f

Please sign in to comment.