Skip to content

Commit 7ee270c

Browse files
committed
[MIG] shopinvader_search_engine_product_brand_image: Migration to 18.0
1 parent 6b52aff commit 7ee270c

12 files changed

Lines changed: 60 additions & 58 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ exclude: |
55
^shopinvader_search_engine_assortment/|
66
^shopinvader_search_engine_image/|
77
^shopinvader_search_engine_product_brand/|
8-
^shopinvader_search_engine_product_brand_image/|
98
^shopinvader_search_engine_product_media/|
109
^shopinvader_search_engine_product_multi_price/|
1110
^shopinvader_search_engine_product_price/|

requirements.txt

Whitespace-only changes.

shopinvader_search_engine_product_brand_image/README.rst

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@ Shopinvader Search Engine Product Brand Image
1616
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
1717
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1818
:alt: License: AGPL-3
19-
.. |badge3| image:: https://img.shields.io/badge/github-shopinvader%2Fodoo--shopinvader-lightgray.png?logo=github
20-
:target: https://github.com/shopinvader/odoo-shopinvader/tree/16.0/shopinvader_search_engine_product_brand_image
21-
:alt: shopinvader/odoo-shopinvader
19+
.. |badge3| image:: https://img.shields.io/badge/github-shopinvader%2Fodoo--shopinvader--search--engine-lightgray.png?logo=github
20+
:target: https://github.com/shopinvader/odoo-shopinvader-search-engine/tree/18.0/shopinvader_search_engine_product_brand_image
21+
:alt: shopinvader/odoo-shopinvader-search-engine
2222

2323
|badge1| |badge2| |badge3|
2424

25-
This module allow you to manage synchronize image of brand on your `Shopinvader`_ website
26-
27-
.. _Shopinvader: https://shopinvader.com
25+
This module allow you to manage synchronize image of brand on your
26+
`Shopinvader <https://shopinvader.com>`__ website
2827

2928
.. IMPORTANT::
3029
This is an alpha version, the data model and design can change at any time without warning.
@@ -39,31 +38,31 @@ This module allow you to manage synchronize image of brand on your `Shopinvader`
3938
Bug Tracker
4039
===========
4140

42-
Bugs are tracked on `GitHub Issues <https://github.com/shopinvader/odoo-shopinvader/issues>`_.
41+
Bugs are tracked on `GitHub Issues <https://github.com/shopinvader/odoo-shopinvader-search-engine/issues>`_.
4342
In case of trouble, please check there if your issue has already been reported.
4443
If you spotted it first, help us to smash it by providing a detailed and welcomed
45-
`feedback <https://github.com/shopinvader/odoo-shopinvader/issues/new?body=module:%20shopinvader_search_engine_product_brand_image%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
44+
`feedback <https://github.com/shopinvader/odoo-shopinvader-search-engine/issues/new?body=module:%20shopinvader_search_engine_product_brand_image%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
4645

4746
Do not contact contributors directly about support or help with technical issues.
4847

4948
Credits
5049
=======
5150

5251
Authors
53-
~~~~~~~
52+
-------
5453

5554
* Akretion
5655
* ACSONE SA/NV
5756

5857
Contributors
59-
~~~~~~~~~~~~
58+
------------
6059

61-
* Sebastien BEAU <sebastien.beau@akretion.com>
62-
* Marie LEJEUNE <marie.lejeune@acsone.eu>
60+
- Sebastien BEAU <sebastien.beau@akretion.com>
61+
- Marie LEJEUNE <marie.lejeune@acsone.eu>
6362

6463
Maintainers
65-
~~~~~~~~~~~
64+
-----------
6665

67-
This module is part of the `shopinvader/odoo-shopinvader <https://github.com/shopinvader/odoo-shopinvader/tree/16.0/shopinvader_search_engine_product_brand_image>`_ project on GitHub.
66+
This module is part of the `shopinvader/odoo-shopinvader-search-engine <https://github.com/shopinvader/odoo-shopinvader-search-engine/tree/18.0/shopinvader_search_engine_product_brand_image>`_ project on GitHub.
6867

6968
You are welcome to contribute.

shopinvader_search_engine_product_brand_image/__manifest__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22
# @author Sébastien BEAU <sebastien.beau@akretion.com>
33
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
44

5-
65
{
76
"name": "Shopinvader Search Engine Product Brand Image",
87
"summary": "Shopinvader Search Engine product Brand Image",
9-
"version": "16.0.1.0.0",
8+
"version": "18.0.1.0.0",
109
"category": "Shopinvader",
1110
"website": "https://github.com/shopinvader/odoo-shopinvader-search-engine",
1211
"author": " Akretion,ACSONE SA/NV",
1312
"license": "AGPL-3",
1413
"application": False,
15-
"installable": False,
14+
"installable": True,
1615
"depends": [
1716
"shopinvader_product_brand",
1817
"shopinvader_search_engine_image",
@@ -21,5 +20,4 @@
2120
],
2221
"data": [],
2322
"development_status": "Alpha",
24-
"demo": [],
2523
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["whool"]
3+
build-backend = "whool.buildapi"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Sebastien BEAU \<sebastien.beau@akretion.com\>
2+
- Marie LEJEUNE \<marie.lejeune@acsone.eu\>

shopinvader_search_engine_product_brand_image/readme/CONTRIBUTORS.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This module allow you to manage synchronize image of brand on your
2+
[Shopinvader](https://shopinvader.com) website

shopinvader_search_engine_product_brand_image/readme/DESCRIPTION.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

shopinvader_search_engine_product_brand_image/static/description/index.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
@@ -9,10 +8,11 @@
98

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

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -369,8 +369,9 @@ <h1 class="title">Shopinvader Search Engine Product Brand Image</h1>
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370370
!! source digest: sha256:8a2f8395a165b4f71edb87f95f2c7f9dbba6ca375c05649989991084beb2b9ad
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.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/shopinvader/odoo-shopinvader/tree/16.0/shopinvader_search_engine_product_brand_image"><img alt="shopinvader/odoo-shopinvader" src="https://img.shields.io/badge/github-shopinvader%2Fodoo--shopinvader-lightgray.png?logo=github" /></a></p>
373-
<p>This module allow you to manage synchronize image of brand on your <a class="reference external" href="https://shopinvader.com">Shopinvader</a> website</p>
372+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Alpha" src="https://img.shields.io/badge/maturity-Alpha-red.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/shopinvader/odoo-shopinvader-search-engine/tree/18.0/shopinvader_search_engine_product_brand_image"><img alt="shopinvader/odoo-shopinvader-search-engine" src="https://img.shields.io/badge/github-shopinvader%2Fodoo--shopinvader--search--engine-lightgray.png?logo=github" /></a></p>
373+
<p>This module allow you to manage synchronize image of brand on your
374+
<a class="reference external" href="https://shopinvader.com">Shopinvader</a> website</p>
374375
<div class="admonition important">
375376
<p class="first admonition-title">Important</p>
376377
<p class="last">This is an alpha version, the data model and design can change at any time without warning.
@@ -391,10 +392,10 @@ <h1 class="title">Shopinvader Search Engine Product Brand Image</h1>
391392
</div>
392393
<div class="section" id="bug-tracker">
393394
<h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
394-
<p>Bugs are tracked on <a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader/issues">GitHub Issues</a>.
395+
<p>Bugs are tracked on <a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader-search-engine/issues">GitHub Issues</a>.
395396
In case of trouble, please check there if your issue has already been reported.
396397
If you spotted it first, help us to smash it by providing a detailed and welcomed
397-
<a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader/issues/new?body=module:%20shopinvader_search_engine_product_brand_image%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
398+
<a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader-search-engine/issues/new?body=module:%20shopinvader_search_engine_product_brand_image%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
398399
<p>Do not contact contributors directly about support or help with technical issues.</p>
399400
</div>
400401
<div class="section" id="credits">
@@ -415,7 +416,7 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
415416
</div>
416417
<div class="section" id="maintainers">
417418
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
418-
<p>This module is part of the <a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader/tree/16.0/shopinvader_search_engine_product_brand_image">shopinvader/odoo-shopinvader</a> project on GitHub.</p>
419+
<p>This module is part of the <a class="reference external" href="https://github.com/shopinvader/odoo-shopinvader-search-engine/tree/18.0/shopinvader_search_engine_product_brand_image">shopinvader/odoo-shopinvader-search-engine</a> project on GitHub.</p>
419420
<p>You are welcome to contribute.</p>
420421
</div>
421422
</div>

0 commit comments

Comments
 (0)