Skip to content

Commit

Permalink
[IMP] product_multi_barcode: readme improved
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Lapin committed Feb 18, 2025
1 parent 5ddeadc commit ce48ce6
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 7 deletions.
12 changes: 11 additions & 1 deletion product_multi_barcode/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,17 @@ Multiple barcodes on products

|badge1| |badge2| |badge3| |badge4| |badge5|

This module allows you to define multiple barcodes on products.
This module extends the standard product functionality by allowing multiple barcodes per product. Key features:

* Define multiple barcodes for each product
* Set priority levels for different barcodes
* Search and find products using any of their assigned barcodes
* Maintain full compatibility with standard barcode scanning operations

This is especially useful for products that:
- Have different barcodes from multiple suppliers
- Need regional or market-specific barcodes
- Require internal and external barcode tracking

**Table of contents**

Expand Down
12 changes: 11 additions & 1 deletion product_multi_barcode/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
This module allows you to define multiple barcodes on products.
This module extends the standard product functionality by allowing multiple barcodes per product. Key features:

* Define multiple barcodes for each product
* Set priority levels for different barcodes
* Search and find products using any of their assigned barcodes
* Maintain full compatibility with standard barcode scanning operations

This is especially useful for products that:
- Have different barcodes from multiple suppliers
- Need regional or market-specific barcodes
- Require internal and external barcode tracking
23 changes: 18 additions & 5 deletions product_multi_barcode/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 @@ -369,7 +370,17 @@ <h1 class="title">Multiple barcodes on products</h1>
!! source digest: sha256:9ef01fd1fe41f2bceb16613c4a7d5ca731849f60e90f640626becbdd4d0511d2
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/stock-logistics-barcode/tree/16.0/product_multi_barcode"><img alt="OCA/stock-logistics-barcode" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--barcode-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-barcode-16-0/stock-logistics-barcode-16-0-product_multi_barcode"><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/stock-logistics-barcode&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module allows you to define multiple barcodes on products.</p>
<p>This module extends the standard product functionality by allowing multiple barcodes per product. Key features:</p>
<ul class="simple">
<li>Define multiple barcodes for each product</li>
<li>Set priority levels for different barcodes</li>
<li>Search and find products using any of their assigned barcodes</li>
<li>Maintain full compatibility with standard barcode scanning operations</li>
</ul>
<p>This is especially useful for products that:
- Have different barcodes from multiple suppliers
- Need regional or market-specific barcodes
- Require internal and external barcode tracking</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
Expand Down Expand Up @@ -427,7 +438,9 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-6">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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ce48ce6

Please sign in to comment.