Skip to content

Commit faa39eb

Browse files
committed
[BOT] post-merge updates
1 parent e2447c4 commit faa39eb

File tree

4 files changed

+26
-16
lines changed

4 files changed

+26
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ addon | version | maintainers | summary
2525
[brand](brand/) | 16.0.1.0.2 | <a href='https://github.com/sbejaoui'><img src='https://github.com/sbejaoui.png' width='32' height='32' style='border-radius:50%;' alt='sbejaoui'/></a> | This is a base addon for brand modules. It adds the brand object and its menu and define an abstract model to be inherited from branded objects
2626
[brand_external_report_layout](brand_external_report_layout/) | 16.0.1.0.3 | <a href='https://github.com/sbejaoui'><img src='https://github.com/sbejaoui.png' width='32' height='32' style='border-radius:50%;' alt='sbejaoui'/></a> | This module allows you to have a different layout by brand for your external reports.
2727
[partner_brand](partner_brand/) | 16.0.1.0.0 | <a href='https://github.com/bealdav'><img src='https://github.com/bealdav.png' width='32' height='32' style='border-radius:50%;' alt='bealdav'/></a> | Define registered mark in partners according to brand settings
28-
[product_brand](product_brand/) | 16.0.1.0.3 | | Product Brand Manager
28+
[product_brand](product_brand/) | 16.0.1.0.4 | | Product Brand Manager
2929
[product_brand_mrp](product_brand_mrp/) | 16.0.1.0.0 | | This module allows to work with product_brand in MRP.
3030
[product_brand_purchase](product_brand_purchase/) | 16.0.1.0.0 | | This module allows to work with product_brand in purchase reports.
3131
[product_brand_stock](product_brand_stock/) | 16.0.1.0.0 | | This module allows to work with product_brand in Stock.

product_brand/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
Product Brand Manager
37
=====================
@@ -7,13 +11,13 @@ Product Brand Manager
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:f1f84cb4f9bca943b0730cc65cb520003e8bf0d024fb9f9033c5a30feaf09862
14+
!! source digest: sha256:352599a315bfcbc6743ed3c218eb1e71e98a3d6471b457bc216c95426c130eae
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Mature
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%2Fbrand-lightgray.png?logo=github

product_brand/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
{
1111
"name": "Product Brand Manager",
12-
"version": "16.0.1.0.3",
12+
"version": "16.0.1.0.4",
1313
"development_status": "Mature",
1414
"category": "Product",
1515
"summary": "Product Brand Manager",

product_brand/static/description/index.html

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>Product Brand Manager</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="product-brand-manager">
364-
<h1 class="title">Product Brand Manager</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="product-brand-manager">
370+
<h1>Product Brand Manager</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:f1f84cb4f9bca943b0730cc65cb520003e8bf0d024fb9f9033c5a30feaf09862
375+
!! source digest: sha256:352599a315bfcbc6743ed3c218eb1e71e98a3d6471b457bc216c95426c130eae
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.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/brand/tree/16.0/product_brand"><img alt="OCA/brand" src="https://img.shields.io/badge/github-OCA%2Fbrand-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/brand-16-0/brand-16-0-product_brand"><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/brand&amp;target_branch=16.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="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.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/brand/tree/16.0/product_brand"><img alt="OCA/brand" src="https://img.shields.io/badge/github-OCA%2Fbrand-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/brand-16-0/brand-16-0-product_brand"><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/brand&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module allows odoo users to easily manage product brands.</p>
374379
<p><strong>Table of contents</strong></p>
375380
<div class="contents local topic" id="contents">
@@ -386,7 +391,7 @@ <h1 class="title">Product Brand Manager</h1>
386391
</ul>
387392
</div>
388393
<div class="section" id="usage">
389-
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
394+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
390395
<p>To create a new brand:</p>
391396
<ol class="arabic simple">
392397
<li>Go to <strong>Sales &gt; Configuration &gt; Products &gt; Product Brands</strong>.</li>
@@ -411,25 +416,25 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
411416
</ol>
412417
</div>
413418
<div class="section" id="known-issues-roadmap">
414-
<h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
419+
<h2><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h2>
415420
<ul class="simple">
416421
<li>Add a field with brands associated to a Customer or Supplier on
417422
the Customers/Suppliers Form View.</li>
418423
<li>Fix smart button alignment in brand form view</li>
419424
</ul>
420425
</div>
421426
<div class="section" id="bug-tracker">
422-
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
427+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
423428
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/brand/issues">GitHub Issues</a>.
424429
In case of trouble, please check there if your issue has already been reported.
425430
If you spotted it first, help us to smash it by providing a detailed and welcomed
426431
<a class="reference external" href="https://github.com/OCA/brand/issues/new?body=module:%20product_brand%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
427432
<p>Do not contact contributors directly about support or help with technical issues.</p>
428433
</div>
429434
<div class="section" id="credits">
430-
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
435+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
431436
<div class="section" id="authors">
432-
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
437+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
433438
<ul class="simple">
434439
<li>NetAndCo</li>
435440
<li>Akretion</li>
@@ -441,7 +446,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
441446
</ul>
442447
</div>
443448
<div class="section" id="contributors">
444-
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
449+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
445450
<ul class="simple">
446451
<li>Mathieu Lemercier &lt;<a class="reference external" href="mailto:mathieu&#64;netandco.net">mathieu&#64;netandco.net</a>&gt;</li>
447452
<li>Franck Bret &lt;<a class="reference external" href="mailto:franck&#64;netandco.net">franck&#64;netandco.net</a>&gt;</li>
@@ -469,7 +474,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
469474
</ul>
470475
</div>
471476
<div class="section" id="maintainers">
472-
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
477+
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
473478
<p>This module is maintained by the OCA.</p>
474479
<a class="reference external image-reference" href="https://odoo-community.org">
475480
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -482,5 +487,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
482487
</div>
483488
</div>
484489
</div>
490+
</div>
485491
</body>
486492
</html>

0 commit comments

Comments
 (0)