Skip to content

Commit 968952c

Browse files
committed
[BOT] post-merge updates
1 parent 7b89b59 commit 968952c

4 files changed

Lines changed: 41 additions & 29 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Available addons
2121
addon | version | maintainers | summary
2222
--- | --- | --- | ---
2323
[apps_download](apps_download/) | 14.0.1.0.0 | | Product Download for Appstore
24-
[apps_product_creator](apps_product_creator/) | 14.0.1.0.0 | | Create a product variant (by version) for every module found in the Github repositories
24+
[apps_product_creator](apps_product_creator/) | 14.0.1.0.1 | | Create a product variant (by version) for every module found in the Github repositories
2525
[website_apps_store](website_apps_store/) | 14.0.1.3.1 | | Website Apps Store
2626

2727
[//]: # (end addons)

apps_product_creator/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
======================
26
Github product creator
37
======================
@@ -7,13 +11,13 @@ Github product creator
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:75014a10c147500089112b4491d0d97f1cdfc8201db45ebcedc3b8b71cc79ee2
14+
!! source digest: sha256:7eb7c768e99a47aec4d80572c3f409d5f1e42bdde03caf778f05fc649775832d
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fapps--store-lightgray.png?logo=github

apps_product_creator/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Github product creator",
66
"summary": "Create a product variant (by version) for every module found "
77
"in the Github repositories",
8-
"version": "14.0.1.0.0",
8+
"version": "14.0.1.0.1",
99
"category": "Connector",
1010
"website": "https://github.com/OCA/apps-store",
1111
"license": "AGPL-3",

apps_product_creator/static/description/index.html

Lines changed: 33 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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>
54
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
65
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
7-
<title>Github product creator</title>
6+
<title>README.rst</title>
87
<style type="text/css">
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 {
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="github-product-creator">
364-
<h1 class="title">Github product creator</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="github-product-creator">
370+
<h1>Github product creator</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:75014a10c147500089112b4491d0d97f1cdfc8201db45ebcedc3b8b71cc79ee2
375+
!! source digest: sha256:7eb7c768e99a47aec4d80572c3f409d5f1e42bdde03caf778f05fc649775832d
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<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/OCA/apps-store/tree/14.0/apps_product_creator"><img alt="OCA/apps-store" src="https://img.shields.io/badge/github-OCA%2Fapps--store-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/apps-store-14-0/apps-store-14-0-apps_product_creator"><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/apps-store&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<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/apps-store/tree/14.0/apps_product_creator"><img alt="OCA/apps-store" src="https://img.shields.io/badge/github-OCA%2Fapps--store-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/apps-store-14-0/apps-store-14-0-apps_product_creator"><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/apps-store&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module extends the functionality of the module Github connector to create a product for every module found.
374379
A variant is also created for every version of the module.</p>
375380
<p><strong>Table of contents</strong></p>
@@ -399,15 +404,15 @@ <h1 class="title">Github product creator</h1>
399404
</ul>
400405
</div>
401406
<div class="section" id="configuration">
402-
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
407+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
403408
<p>There’s an scheduled action that creates the product, disabled by default. For enabling it:</p>
404409
<ol class="arabic simple">
405410
<li>Go to <em>Settings &gt; Technical &gt; Automation &gt; Scheduled Actions</em>.</li>
406411
<li>Locate “Create/Update product variants for each module version” and access its form.</li>
407412
</ol>
408413
</div>
409414
<div class="section" id="usage">
410-
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
415+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
411416
<p>To see the module working</p>
412417
<blockquote>
413418
<ul class="simple">
@@ -424,57 +429,57 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
424429
Now you can see the products created.</blockquote>
425430
</div>
426431
<div class="section" id="changelog">
427-
<h1><a class="toc-backref" href="#toc-entry-3">Changelog</a></h1>
432+
<h2><a class="toc-backref" href="#toc-entry-3">Changelog</a></h2>
428433
<div class="section" id="section-1">
429-
<h2><a class="toc-backref" href="#toc-entry-4">14.0.1.0.0 (2021-08-02)</a></h2>
434+
<h3><a class="toc-backref" href="#toc-entry-4">14.0.1.0.0 (2021-08-02)</a></h3>
430435
<ul class="simple">
431436
<li>Migration to 14.0</li>
432437
</ul>
433438
</div>
434439
<div class="section" id="section-2">
435-
<h2><a class="toc-backref" href="#toc-entry-5">13.0.1.0.0 (2020-07-10)</a></h2>
440+
<h3><a class="toc-backref" href="#toc-entry-5">13.0.1.0.0 (2020-07-10)</a></h3>
436441
<ul class="simple">
437442
<li>Migration to 13.0</li>
438443
</ul>
439444
</div>
440445
<div class="section" id="section-3">
441-
<h2><a class="toc-backref" href="#toc-entry-6">12.0.1.0.0 (2019-04-10)</a></h2>
446+
<h3><a class="toc-backref" href="#toc-entry-6">12.0.1.0.0 (2019-04-10)</a></h3>
442447
<ul class="simple">
443448
<li>Migration to 12.0</li>
444449
</ul>
445450
</div>
446451
<div class="section" id="section-4">
447-
<h2><a class="toc-backref" href="#toc-entry-7">11.0.1.1.2 (2018-10-02)</a></h2>
452+
<h3><a class="toc-backref" href="#toc-entry-7">11.0.1.1.2 (2018-10-02)</a></h3>
448453
<ul class="simple">
449454
<li>Publish the modules automatically on the website</li>
450455
</ul>
451456
</div>
452457
<div class="section" id="section-5">
453-
<h2><a class="toc-backref" href="#toc-entry-8">11.0.1.1.0 (2018-10-02)</a></h2>
458+
<h3><a class="toc-backref" href="#toc-entry-8">11.0.1.1.0 (2018-10-02)</a></h3>
454459
<ul class="simple">
455460
<li>[ADD] Added dependency on github_connector_oca to display development_status
456461
(<a class="reference external" href="https://github.com/OCA/apps-store/pull/19">#19</a>)</li>
457462
</ul>
458463
</div>
459464
</div>
460465
<div class="section" id="bug-tracker">
461-
<h1><a class="toc-backref" href="#toc-entry-9">Bug Tracker</a></h1>
466+
<h2><a class="toc-backref" href="#toc-entry-9">Bug Tracker</a></h2>
462467
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/apps-store/issues">GitHub Issues</a>.
463468
In case of trouble, please check there if your issue has already been reported.
464469
If you spotted it first, help us to smash it by providing a detailed and welcomed
465470
<a class="reference external" href="https://github.com/OCA/apps-store/issues/new?body=module:%20apps_product_creator%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
466471
<p>Do not contact contributors directly about support or help with technical issues.</p>
467472
</div>
468473
<div class="section" id="credits">
469-
<h1><a class="toc-backref" href="#toc-entry-10">Credits</a></h1>
474+
<h2><a class="toc-backref" href="#toc-entry-10">Credits</a></h2>
470475
<div class="section" id="authors">
471-
<h2><a class="toc-backref" href="#toc-entry-11">Authors</a></h2>
476+
<h3><a class="toc-backref" href="#toc-entry-11">Authors</a></h3>
472477
<ul class="simple">
473478
<li>BizzAppDev</li>
474479
</ul>
475480
</div>
476481
<div class="section" id="contributors">
477-
<h2><a class="toc-backref" href="#toc-entry-12">Contributors</a></h2>
482+
<h3><a class="toc-backref" href="#toc-entry-12">Contributors</a></h3>
478483
<ul class="simple">
479484
<li>Alex Comba &lt;<a class="reference external" href="mailto:alex.comba&#64;agilebg.com">alex.comba&#64;agilebg.com</a>&gt;</li>
480485
<li>Antonio Esposito &lt;<a class="reference external" href="mailto:a.esposito&#64;onestein.nl">a.esposito&#64;onestein.nl</a>&gt;</li>
@@ -493,18 +498,20 @@ <h2><a class="toc-backref" href="#toc-entry-12">Contributors</a></h2>
493498
</ul>
494499
</div>
495500
<div class="section" id="other-credits">
496-
<h2><a class="toc-backref" href="#toc-entry-13">Other credits</a></h2>
501+
<h3><a class="toc-backref" href="#toc-entry-13">Other credits</a></h3>
497502
<div class="section" id="images">
498-
<h3><a class="toc-backref" href="#toc-entry-14">Images</a></h3>
503+
<h4><a class="toc-backref" href="#toc-entry-14">Images</a></h4>
499504
<ul class="simple">
500505
<li>Odoo Community Association: <a class="reference external" href="https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg">Icon</a>.</li>
501506
</ul>
502507
</div>
503508
</div>
504509
<div class="section" id="maintainers">
505-
<h2><a class="toc-backref" href="#toc-entry-15">Maintainers</a></h2>
510+
<h3><a class="toc-backref" href="#toc-entry-15">Maintainers</a></h3>
506511
<p>This module is maintained by the OCA.</p>
507-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
512+
<a class="reference external image-reference" href="https://odoo-community.org">
513+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
514+
</a>
508515
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
509516
mission is to support the collaborative development of Odoo features and
510517
promote its widespread use.</p>
@@ -513,5 +520,6 @@ <h2><a class="toc-backref" href="#toc-entry-15">Maintainers</a></h2>
513520
</div>
514521
</div>
515522
</div>
523+
</div>
516524
</body>
517525
</html>

0 commit comments

Comments
 (0)