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 Jul 15, 2024
1 parent 9d5c92c commit 5b6492c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ addon | version | maintainers | summary
[storage_backend_ftp](storage_backend_ftp/) | 14.0.1.1.0 | | Implement FTP Storage
[storage_backend_s3](storage_backend_s3/) | 14.0.2.1.0 | | Implement amazon S3 Storage
[storage_backend_sftp](storage_backend_sftp/) | 14.0.2.0.3 | | Implement SFTP Storage
[storage_file](storage_file/) | 14.0.2.3.1 | | Storage file in storage backend
[storage_image](storage_image/) | 14.0.2.2.1 | | Store image and resized image in a storage backend
[storage_file](storage_file/) | 14.0.2.4.0 | | Storage file in storage backend
[storage_image](storage_image/) | 14.0.2.3.0 | | Store image and resized image in a storage backend
[storage_image_backend_migration](storage_image_backend_migration/) | 14.0.1.0.0 | | Migrate src backend to destination backend
[storage_image_import](storage_image_import/) | 14.0.1.2.0 | | Add the possibility to import image for csv base on url
[storage_image_product](storage_image_product/) | 14.0.3.5.2 | | Link images to products and categories
Expand All @@ -35,7 +35,7 @@ addon | version | maintainers | summary
[storage_image_product_import](storage_image_product_import/) | 14.0.1.0.0 | | Helper for importing image for csv base on url
[storage_image_product_pos](storage_image_product_pos/) | 14.0.1.1.0 | [![hparfr](https://github.com/hparfr.png?size=30px)](https://github.com/hparfr) [![pierrickbrun](https://github.com/pierrickbrun.png?size=30px)](https://github.com/pierrickbrun) | Link images to products and categories inside POS
[storage_import_image_advanced](storage_import_image_advanced/) | 14.0.1.0.4 | | Import product images using CSV
[storage_media](storage_media/) | 14.0.2.1.1 | | Give the posibility to store media data in Odoo
[storage_media](storage_media/) | 14.0.2.2.0 | | Give the posibility to store media data in Odoo
[storage_media_product](storage_media_product/) | 14.0.2.3.0 | | Link media to products and categories
[storage_thumbnail](storage_thumbnail/) | 14.0.2.4.2 | | Abstract module that add the possibility to have thumbnail

Expand Down
2 changes: 1 addition & 1 deletion storage_file/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Storage File",
"summary": "Storage file in storage backend",
"version": "14.0.2.3.1",
"version": "14.0.2.4.0",
"category": "Storage",
"website": "https://github.com/OCA/storage",
"author": " Akretion, Odoo Community Association (OCA)",
Expand Down
2 changes: 1 addition & 1 deletion storage_image/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Storage Image
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:7481b38295e4314ad25d53cb66b64f4207e251e56bc5dd47079a84e8862688f0
!! source digest: sha256:f55df80c5d4bfbf0658732ea818faa7d84ddb5bca05f988b1b1e52a432f5c132
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
Expand Down
2 changes: 1 addition & 1 deletion storage_image/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Storage Image",
"summary": "Store image and resized image in a storage backend",
"version": "14.0.2.2.1",
"version": "14.0.2.3.0",
"category": "Storage",
"website": "https://github.com/OCA/storage",
"author": " Akretion, Odoo Community Association (OCA)",
Expand Down
14 changes: 8 additions & 6 deletions storage_image/static/description/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
Expand All @@ -9,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 @@ -275,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 @@ -301,7 +301,7 @@
span.pre {
white-space: pre }

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

span.section-subtitle {
Expand Down Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Storage Image</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:7481b38295e4314ad25d53cb66b64f4207e251e56bc5dd47079a84e8862688f0
!! source digest: sha256:f55df80c5d4bfbf0658732ea818faa7d84ddb5bca05f988b1b1e52a432f5c132
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/storage/tree/14.0/storage_image"><img alt="OCA/storage" src="https://img.shields.io/badge/github-OCA%2Fstorage-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/storage-14-0/storage-14-0-storage_image"><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/storage&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>External image management depending on Storage File module.</p>
Expand Down Expand Up @@ -427,7 +427,9 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
<a class="reference external image-reference" href="https://odoo-community.org">
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
</a>
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
Expand Down
2 changes: 1 addition & 1 deletion storage_media/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Storage Media",
"summary": "Give the posibility to store media data in Odoo",
"version": "14.0.2.1.1",
"version": "14.0.2.2.0",
"category": "Uncategorized",
"website": "https://github.com/OCA/storage",
"author": " Akretion, Odoo Community Association (OCA)",
Expand Down

0 comments on commit 5b6492c

Please sign in to comment.