odoo-addon-barcodes-generator-location 16.0.1.0.0.7__py3-none-any.whl → 17.0.1.0.0.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/barcodes_generator_location/README.rst +43 -39
- odoo/addons/barcodes_generator_location/__manifest__.py +1 -1
- odoo/addons/barcodes_generator_location/hooks.py +2 -2
- odoo/addons/barcodes_generator_location/i18n/barcodes_generator_location.pot +1 -1
- odoo/addons/barcodes_generator_location/i18n/hr.po +2 -2
- odoo/addons/barcodes_generator_location/i18n/it.po +4 -2
- odoo/addons/barcodes_generator_location/readme/{CONFIGURE.rst → CONFIGURE.md} +2 -2
- odoo/addons/barcodes_generator_location/readme/CONTRIBUTORS.md +4 -0
- odoo/addons/barcodes_generator_location/readme/CREDITS.md +3 -0
- odoo/addons/barcodes_generator_location/readme/DESCRIPTION.md +18 -0
- odoo/addons/barcodes_generator_location/readme/USAGE.md +15 -0
- odoo/addons/barcodes_generator_location/static/description/index.html +28 -35
- odoo/addons/barcodes_generator_location/views/stock_location.xml +4 -12
- {odoo_addon_barcodes_generator_location-16.0.1.0.0.7.dist-info → odoo_addon_barcodes_generator_location-17.0.1.0.0.3.dist-info}/METADATA +49 -45
- {odoo_addon_barcodes_generator_location-16.0.1.0.0.7.dist-info → odoo_addon_barcodes_generator_location-17.0.1.0.0.3.dist-info}/RECORD +17 -18
- {odoo_addon_barcodes_generator_location-16.0.1.0.0.7.dist-info → odoo_addon_barcodes_generator_location-17.0.1.0.0.3.dist-info}/WHEEL +1 -1
- odoo_addon_barcodes_generator_location-17.0.1.0.0.3.dist-info/top_level.txt +1 -0
- odoo/addons/barcodes_generator_location/i18n/tr.po +0 -93
- odoo/addons/barcodes_generator_location/readme/CONTRIBUTORS.rst +0 -5
- odoo/addons/barcodes_generator_location/readme/CREDITS.rst +0 -2
- odoo/addons/barcodes_generator_location/readme/DESCRIPTION.rst +0 -20
- odoo/addons/barcodes_generator_location/readme/USAGE.rst +0 -15
- odoo_addon_barcodes_generator_location-16.0.1.0.0.7.dist-info/top_level.txt +0 -1
@@ -7,7 +7,7 @@ Generate Barcodes for Stock Locations
|
|
7
7
|
!! This file is generated by oca-gen-addon-readme !!
|
8
8
|
!! changes will be overwritten. !!
|
9
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
10
|
-
!! source digest: sha256:
|
10
|
+
!! source digest: sha256:2a9382023c57821d5c0d8340f0c7998d433daa114d4dcc5ffdea05c545bd4f13
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -17,37 +17,36 @@ Generate Barcodes for Stock Locations
|
|
17
17
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
18
18
|
:alt: License: AGPL-3
|
19
19
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--barcode-lightgray.png?logo=github
|
20
|
-
:target: https://github.com/OCA/stock-logistics-barcode/tree/
|
20
|
+
:target: https://github.com/OCA/stock-logistics-barcode/tree/17.0/barcodes_generator_location
|
21
21
|
:alt: OCA/stock-logistics-barcode
|
22
22
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
23
|
-
:target: https://translation.odoo-community.org/projects/stock-logistics-barcode-
|
23
|
+
:target: https://translation.odoo-community.org/projects/stock-logistics-barcode-17-0/stock-logistics-barcode-17-0-barcodes_generator_location
|
24
24
|
:alt: Translate me on Weblate
|
25
25
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
26
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-barcode&target_branch=
|
26
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-barcode&target_branch=17.0
|
27
27
|
:alt: Try me on Runboat
|
28
28
|
|
29
29
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
30
30
|
|
31
|
-
This module expands Odoo functionality, allowing user to generate
|
32
|
-
depending on a given barcode rule for Stock Locations.
|
31
|
+
This module expands Odoo functionality, allowing user to generate
|
32
|
+
barcode depending on a given barcode rule for Stock Locations.
|
33
33
|
|
34
|
-
For example, a typical pattern for partners is
|
35
|
-
that:
|
36
|
-
|
37
|
-
* followed by 0 digits (named Barcode Base in this module)
|
38
|
-
* a 13 digit control
|
34
|
+
For example, a typical pattern for partners is "042........." that means
|
35
|
+
that: \* the EAN13 code will begin by '042' \* followed by 0 digits
|
36
|
+
(named Barcode Base in this module) \* a 13 digit control
|
39
37
|
|
40
38
|
With this module, it is possible to:
|
41
39
|
|
42
|
-
|
40
|
+
- Assign a pattern (barcode.rule) to a stock.location
|
43
41
|
|
44
|
-
|
45
|
-
* manually, if the base of the barcode must be set by a user. (typically an
|
46
|
-
internal code defined in your company)
|
47
|
-
* automatically by a sequence, if you want to let Odoo to increment a
|
48
|
-
sequence. (typical case of a customer number incrementation)
|
42
|
+
- Define a Barcode base:
|
49
43
|
|
50
|
-
|
44
|
+
- manually, if the base of the barcode must be set by a user.
|
45
|
+
(typically an internal code defined in your company)
|
46
|
+
- automatically by a sequence, if you want to let Odoo to increment a
|
47
|
+
sequence. (typical case of a customer number incrementation)
|
48
|
+
|
49
|
+
- Generate a barcode, based on the defined pattern and the barcode base
|
51
50
|
|
52
51
|
**Table of contents**
|
53
52
|
|
@@ -57,27 +56,31 @@ With this module, it is possible to:
|
|
57
56
|
Configuration
|
58
57
|
=============
|
59
58
|
|
60
|
-
To configure this module, see the 'Configuration' Section of the
|
61
|
-
of the module 'barcodes_generator_abstract'
|
59
|
+
To configure this module, see the 'Configuration' Section of the
|
60
|
+
description of the module 'barcodes_generator_abstract'
|
62
61
|
|
63
62
|
Usage
|
64
63
|
=====
|
65
64
|
|
66
65
|
To use this module, you need to:
|
67
66
|
|
68
|
-
|
67
|
+
- Go to a Stock Location form
|
69
68
|
|
70
69
|
1 for manual generation
|
71
|
-
|
72
|
-
|
73
|
-
|
70
|
+
|
71
|
+
- Set a Barcode Rule
|
72
|
+
- Set a Barcode Base
|
73
|
+
- click on the button 'Generate Barcode (Using Barcode Rule)'
|
74
74
|
|
75
75
|
2 for automatic generation
|
76
|
-
* Set a Barcode Rule
|
77
|
-
* click on the button 'Generate Base (Using Sequence)'
|
78
|
-
* click on the button 'Generate Barcode (Using Barcode Rule)'
|
79
76
|
|
80
|
-
|
77
|
+
- Set a Barcode Rule
|
78
|
+
- click on the button 'Generate Base (Using Sequence)'
|
79
|
+
- click on the button 'Generate Barcode (Using Barcode Rule)'
|
80
|
+
|
81
|
+
|image|
|
82
|
+
|
83
|
+
.. |image| image:: https://raw.githubusercontent.com/barcodes_generator/static/description/stock_location_sequence_generation.png
|
81
84
|
|
82
85
|
Bug Tracker
|
83
86
|
===========
|
@@ -85,7 +88,7 @@ Bug Tracker
|
|
85
88
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-barcode/issues>`_.
|
86
89
|
In case of trouble, please check there if your issue has already been reported.
|
87
90
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
88
|
-
`feedback <https://github.com/OCA/stock-logistics-barcode/issues/new?body=module:%20barcodes_generator_location%0Aversion:%
|
91
|
+
`feedback <https://github.com/OCA/stock-logistics-barcode/issues/new?body=module:%20barcodes_generator_location%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
89
92
|
|
90
93
|
Do not contact contributors directly about support or help with technical issues.
|
91
94
|
|
@@ -93,27 +96,28 @@ Credits
|
|
93
96
|
=======
|
94
97
|
|
95
98
|
Authors
|
96
|
-
|
99
|
+
-------
|
97
100
|
|
98
101
|
* LasLabs
|
99
102
|
|
100
103
|
Contributors
|
101
|
-
|
104
|
+
------------
|
102
105
|
|
103
|
-
|
104
|
-
|
106
|
+
- Dave Lasley <dave@laslabs.com>
|
107
|
+
- `Tecnativa <https://www.tecnativa.com>`__:
|
105
108
|
|
106
|
-
|
107
|
-
|
109
|
+
- David Vidal
|
110
|
+
- Ernesto Tejeda
|
108
111
|
|
109
112
|
Other credits
|
110
|
-
|
113
|
+
-------------
|
111
114
|
|
112
|
-
|
115
|
+
- Icon of the module is based on the Oxygen Team work and is under LGPL
|
116
|
+
licence:
|
113
117
|
http://www.iconarchive.com/show/oxygen-icons-by-oxygen-icons.org.html
|
114
118
|
|
115
119
|
Maintainers
|
116
|
-
|
120
|
+
-----------
|
117
121
|
|
118
122
|
This module is maintained by the OCA.
|
119
123
|
|
@@ -125,6 +129,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
125
129
|
mission is to support the collaborative development of Odoo features and
|
126
130
|
promote its widespread use.
|
127
131
|
|
128
|
-
This module is part of the `OCA/stock-logistics-barcode <https://github.com/OCA/stock-logistics-barcode/tree/
|
132
|
+
This module is part of the `OCA/stock-logistics-barcode <https://github.com/OCA/stock-logistics-barcode/tree/17.0/barcodes_generator_location>`_ project on GitHub.
|
129
133
|
|
130
134
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
@@ -2,7 +2,7 @@
|
|
2
2
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
3
3
|
{
|
4
4
|
"name": "Generate Barcodes for Stock Locations",
|
5
|
-
"version": "
|
5
|
+
"version": "17.0.1.0.0",
|
6
6
|
"category": "Tools",
|
7
7
|
"author": "LasLabs, Odoo Community Association (OCA)",
|
8
8
|
"website": "https://github.com/OCA/stock-logistics-barcode",
|
@@ -2,10 +2,10 @@
|
|
2
2
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
3
3
|
|
4
4
|
|
5
|
-
def uninstall_hook(
|
5
|
+
def uninstall_hook(env):
|
6
6
|
"""Delete barcode rules with generate model `stock.location` as they
|
7
7
|
won't be useful anymore"""
|
8
|
-
cr.execute(
|
8
|
+
env.cr.execute(
|
9
9
|
"""
|
10
10
|
DELETE FROM barcode_rule
|
11
11
|
WHERE generate_model = 'stock.location'
|
@@ -16,8 +16,8 @@ msgstr ""
|
|
16
16
|
"MIME-Version: 1.0\n"
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
18
18
|
"Content-Transfer-Encoding: \n"
|
19
|
-
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 &&
|
20
|
-
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
19
|
+
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
20
|
+
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
21
21
|
|
22
22
|
#. module: barcodes_generator_location
|
23
23
|
#: model:ir.model.fields,help:barcodes_generator_location.field_stock_location__generate_type
|
@@ -19,9 +19,11 @@ msgstr ""
|
|
19
19
|
#. module: barcodes_generator_location
|
20
20
|
#: model:ir.model.fields,help:barcodes_generator_location.field_stock_location__generate_type
|
21
21
|
msgid ""
|
22
|
-
"Allow to generate barcode, including a number (a base) in the final
|
22
|
+
"Allow to generate barcode, including a number (a base) in the final "
|
23
|
+
"barcode.\n"
|
23
24
|
"\n"
|
24
|
-
" - 'Base Set Manually' : User should set manually the value of the barcode
|
25
|
+
" - 'Base Set Manually' : User should set manually the value of the barcode "
|
26
|
+
"base\n"
|
25
27
|
" - 'Base managed by Sequence': System will generate the base via a sequence"
|
26
28
|
msgstr ""
|
27
29
|
"Consente di generare un codice a barre, incluso un numero (una base) nel "
|
@@ -1,2 +1,2 @@
|
|
1
|
-
To configure this module, see the 'Configuration' Section of the
|
2
|
-
of the module 'barcodes_generator_abstract'
|
1
|
+
To configure this module, see the 'Configuration' Section of the
|
2
|
+
description of the module 'barcodes_generator_abstract'
|
@@ -0,0 +1,18 @@
|
|
1
|
+
This module expands Odoo functionality, allowing user to generate
|
2
|
+
barcode depending on a given barcode rule for Stock Locations.
|
3
|
+
|
4
|
+
For example, a typical pattern for partners is "042........." that means
|
5
|
+
that: \* the EAN13 code will begin by '042' \* followed by 0 digits
|
6
|
+
(named Barcode Base in this module) \* a 13 digit control
|
7
|
+
|
8
|
+
With this module, it is possible to:
|
9
|
+
|
10
|
+
- Assign a pattern (barcode.rule) to a stock.location
|
11
|
+
|
12
|
+
- Define a Barcode base:
|
13
|
+
- manually, if the base of the barcode must be set by a user.
|
14
|
+
(typically an internal code defined in your company)
|
15
|
+
- automatically by a sequence, if you want to let Odoo to increment a
|
16
|
+
sequence. (typical case of a customer number incrementation)
|
17
|
+
|
18
|
+
- Generate a barcode, based on the defined pattern and the barcode base
|
@@ -0,0 +1,15 @@
|
|
1
|
+
To use this module, you need to:
|
2
|
+
|
3
|
+
- Go to a Stock Location form
|
4
|
+
|
5
|
+
1 for manual generation
|
6
|
+
- Set a Barcode Rule
|
7
|
+
- Set a Barcode Base
|
8
|
+
- click on the button 'Generate Barcode (Using Barcode Rule)'
|
9
|
+
|
10
|
+
2 for automatic generation
|
11
|
+
- Set a Barcode Rule
|
12
|
+
- click on the button 'Generate Base (Using Sequence)'
|
13
|
+
- click on the button 'Generate Barcode (Using Barcode Rule)'
|
14
|
+
|
15
|
+

|
@@ -1,4 +1,3 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
1
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
2
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
3
|
<head>
|
@@ -9,10 +8,11 @@
|
|
9
8
|
|
10
9
|
/*
|
11
10
|
:Author: David Goodger (goodger@python.org)
|
12
|
-
:Id: $Id: html4css1.css
|
11
|
+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
|
13
12
|
:Copyright: This stylesheet has been placed in the public domain.
|
14
13
|
|
15
14
|
Default cascading style sheet for the HTML output of Docutils.
|
15
|
+
Despite the name, some widely supported CSS2 features are used.
|
16
16
|
|
17
17
|
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
18
18
|
customize this style sheet.
|
@@ -275,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
|
275
275
|
margin-left: 2em ;
|
276
276
|
margin-right: 2em }
|
277
277
|
|
278
|
-
pre.code .ln { color:
|
278
|
+
pre.code .ln { color: gray; } /* line numbers */
|
279
279
|
pre.code, code { background-color: #eeeeee }
|
280
280
|
pre.code .comment, code .comment { color: #5C6576 }
|
281
281
|
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
@@ -301,7 +301,7 @@ span.option {
|
|
301
301
|
span.pre {
|
302
302
|
white-space: pre }
|
303
303
|
|
304
|
-
span.problematic {
|
304
|
+
span.problematic, pre.problematic {
|
305
305
|
color: red }
|
306
306
|
|
307
307
|
span.section-subtitle {
|
@@ -367,29 +367,23 @@ ul.auto-toc {
|
|
367
367
|
!! This file is generated by oca-gen-addon-readme !!
|
368
368
|
!! changes will be overwritten. !!
|
369
369
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
370
|
-
!! source digest: sha256:
|
370
|
+
!! source digest: sha256:2a9382023c57821d5c0d8340f0c7998d433daa114d4dcc5ffdea05c545bd4f13
|
371
371
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
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/stock-logistics-barcode/tree/
|
373
|
-
<p>This module expands Odoo functionality, allowing user to generate
|
374
|
-
depending on a given barcode rule for Stock Locations.</p>
|
375
|
-
<p>For example, a typical pattern for partners is
|
376
|
-
that:
|
377
|
-
|
378
|
-
* followed by 0 digits (named Barcode Base in this module)
|
379
|
-
* a 13 digit control</p>
|
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/stock-logistics-barcode/tree/17.0/barcodes_generator_location"><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-17-0/stock-logistics-barcode-17-0-barcodes_generator_location"><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&target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
373
|
+
<p>This module expands Odoo functionality, allowing user to generate
|
374
|
+
barcode depending on a given barcode rule for Stock Locations.</p>
|
375
|
+
<p>For example, a typical pattern for partners is “042………” that means
|
376
|
+
that: * the EAN13 code will begin by ‘042’ * followed by 0 digits
|
377
|
+
(named Barcode Base in this module) * a 13 digit control</p>
|
380
378
|
<p>With this module, it is possible to:</p>
|
381
379
|
<ul class="simple">
|
382
380
|
<li>Assign a pattern (barcode.rule) to a stock.location</li>
|
383
|
-
<li
|
384
|
-
<
|
385
|
-
|
386
|
-
<li>manually, if the base of the barcode must be set by a user. (typically an
|
387
|
-
internal code defined in your company)</li>
|
381
|
+
<li>Define a Barcode base:<ul>
|
382
|
+
<li>manually, if the base of the barcode must be set by a user.
|
383
|
+
(typically an internal code defined in your company)</li>
|
388
384
|
<li>automatically by a sequence, if you want to let Odoo to increment a
|
389
385
|
sequence. (typical case of a customer number incrementation)</li>
|
390
386
|
</ul>
|
391
|
-
</dd>
|
392
|
-
</dl>
|
393
387
|
</li>
|
394
388
|
<li>Generate a barcode, based on the defined pattern and the barcode base</li>
|
395
389
|
</ul>
|
@@ -410,8 +404,8 @@ sequence. (typical case of a customer number incrementation)</li>
|
|
410
404
|
</div>
|
411
405
|
<div class="section" id="configuration">
|
412
406
|
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
|
413
|
-
<p>To configure this module, see the ‘Configuration’ Section of the
|
414
|
-
of the module ‘barcodes_generator_abstract’</p>
|
407
|
+
<p>To configure this module, see the ‘Configuration’ Section of the
|
408
|
+
description of the module ‘barcodes_generator_abstract’</p>
|
415
409
|
</div>
|
416
410
|
<div class="section" id="usage">
|
417
411
|
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
|
@@ -419,30 +413,26 @@ of the module ‘barcodes_generator_abstract’</p>
|
|
419
413
|
<ul class="simple">
|
420
414
|
<li>Go to a Stock Location form</li>
|
421
415
|
</ul>
|
422
|
-
<
|
423
|
-
<
|
424
|
-
<dd><ul class="first last simple">
|
416
|
+
<p>1 for manual generation</p>
|
417
|
+
<ul class="simple">
|
425
418
|
<li>Set a Barcode Rule</li>
|
426
419
|
<li>Set a Barcode Base</li>
|
427
420
|
<li>click on the button ‘Generate Barcode (Using Barcode Rule)’</li>
|
428
421
|
</ul>
|
429
|
-
</
|
430
|
-
<
|
431
|
-
<dd><ul class="first last simple">
|
422
|
+
<p>2 for automatic generation</p>
|
423
|
+
<ul class="simple">
|
432
424
|
<li>Set a Barcode Rule</li>
|
433
425
|
<li>click on the button ‘Generate Base (Using Sequence)’</li>
|
434
426
|
<li>click on the button ‘Generate Barcode (Using Barcode Rule)’</li>
|
435
427
|
</ul>
|
436
|
-
|
437
|
-
</dl>
|
438
|
-
<img alt="https://raw.githubusercontent.com/barcodes_generator/static/description/stock_location_sequence_generation.png" src="https://raw.githubusercontent.com/barcodes_generator/static/description/stock_location_sequence_generation.png" />
|
428
|
+
<p><img alt="image" src="https://raw.githubusercontent.com/barcodes_generator/static/description/stock_location_sequence_generation.png" /></p>
|
439
429
|
</div>
|
440
430
|
<div class="section" id="bug-tracker">
|
441
431
|
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
|
442
432
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-barcode/issues">GitHub Issues</a>.
|
443
433
|
In case of trouble, please check there if your issue has already been reported.
|
444
434
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
445
|
-
<a class="reference external" href="https://github.com/OCA/stock-logistics-barcode/issues/new?body=module:%20barcodes_generator_location%0Aversion:%
|
435
|
+
<a class="reference external" href="https://github.com/OCA/stock-logistics-barcode/issues/new?body=module:%20barcodes_generator_location%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
446
436
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
447
437
|
</div>
|
448
438
|
<div class="section" id="credits">
|
@@ -467,18 +457,21 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
467
457
|
<div class="section" id="other-credits">
|
468
458
|
<h2><a class="toc-backref" href="#toc-entry-7">Other credits</a></h2>
|
469
459
|
<ul class="simple">
|
470
|
-
<li>Icon of the module is based on the Oxygen Team work and is under LGPL
|
460
|
+
<li>Icon of the module is based on the Oxygen Team work and is under LGPL
|
461
|
+
licence:
|
471
462
|
<a class="reference external" href="http://www.iconarchive.com/show/oxygen-icons-by-oxygen-icons.org.html">http://www.iconarchive.com/show/oxygen-icons-by-oxygen-icons.org.html</a></li>
|
472
463
|
</ul>
|
473
464
|
</div>
|
474
465
|
<div class="section" id="maintainers">
|
475
466
|
<h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
|
476
467
|
<p>This module is maintained by the OCA.</p>
|
477
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
468
|
+
<a class="reference external image-reference" href="https://odoo-community.org">
|
469
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
470
|
+
</a>
|
478
471
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
479
472
|
mission is to support the collaborative development of Odoo features and
|
480
473
|
promote its widespread use.</p>
|
481
|
-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-barcode/tree/
|
474
|
+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-barcode/tree/17.0/barcodes_generator_location">OCA/stock-logistics-barcode</a> project on GitHub.</p>
|
482
475
|
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
483
476
|
</div>
|
484
477
|
</div>
|
@@ -22,30 +22,22 @@
|
|
22
22
|
<field name="generate_type" invisible="1" />
|
23
23
|
<field
|
24
24
|
name="barcode_base"
|
25
|
-
|
26
|
-
|
27
|
-
'readonly': [('generate_type', '!=', 'manual')],
|
28
|
-
}"
|
25
|
+
invisible="not barcode_rule_id"
|
26
|
+
readonly="generate_type != 'manual'"
|
29
27
|
groups="barcodes_generator_abstract.generate_barcode"
|
30
28
|
/>
|
31
29
|
<button
|
32
30
|
name="generate_base"
|
33
31
|
type="object"
|
34
32
|
string="Generate Base (Using Sequence)"
|
35
|
-
|
36
|
-
('generate_type', '!=', 'sequence'),
|
37
|
-
('barcode_base', '!=', 0),
|
38
|
-
]}"
|
33
|
+
invisible="generate_type != 'sequence' or barcode_base"
|
39
34
|
groups="barcodes_generator_abstract.generate_barcode"
|
40
35
|
/>
|
41
36
|
<button
|
42
37
|
name="generate_barcode"
|
43
38
|
type="object"
|
44
39
|
string="Generate Barcode"
|
45
|
-
|
46
|
-
('barcode_rule_id', '=', False),
|
47
|
-
('barcode_base', '=', 0),
|
48
|
-
]}"
|
40
|
+
invisible="not barcode_rule_id or not barcode_base"
|
49
41
|
groups="barcodes_generator_abstract.generate_barcode"
|
50
42
|
colspan="2"
|
51
43
|
/>
|
@@ -1,18 +1,18 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: odoo-addon-barcodes_generator_location
|
3
|
-
Version:
|
3
|
+
Version: 17.0.1.0.0.3
|
4
|
+
Requires-Python: >=3.10
|
5
|
+
Requires-Dist: odoo-addon-barcodes_generator_abstract>=17.0dev,<17.1dev
|
6
|
+
Requires-Dist: odoo>=17.0a,<17.1dev
|
4
7
|
Summary: Generate Barcodes for Stock Locations
|
5
8
|
Home-page: https://github.com/OCA/stock-logistics-barcode
|
9
|
+
License: AGPL-3
|
6
10
|
Author: LasLabs, Odoo Community Association (OCA)
|
7
11
|
Author-email: support@odoo-community.org
|
8
|
-
License: AGPL-3
|
9
12
|
Classifier: Programming Language :: Python
|
10
13
|
Classifier: Framework :: Odoo
|
11
|
-
Classifier: Framework :: Odoo ::
|
14
|
+
Classifier: Framework :: Odoo :: 17.0
|
12
15
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
13
|
-
Requires-Python: >=3.10
|
14
|
-
Requires-Dist: odoo-addon-barcodes-generator-abstract<16.1dev,>=16.0dev
|
15
|
-
Requires-Dist: odoo<16.1dev,>=16.0a
|
16
16
|
|
17
17
|
=====================================
|
18
18
|
Generate Barcodes for Stock Locations
|
@@ -23,7 +23,7 @@ Generate Barcodes for Stock Locations
|
|
23
23
|
!! This file is generated by oca-gen-addon-readme !!
|
24
24
|
!! changes will be overwritten. !!
|
25
25
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
26
|
-
!! source digest: sha256:
|
26
|
+
!! source digest: sha256:2a9382023c57821d5c0d8340f0c7998d433daa114d4dcc5ffdea05c545bd4f13
|
27
27
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
28
28
|
|
29
29
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -33,37 +33,36 @@ Generate Barcodes for Stock Locations
|
|
33
33
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
34
34
|
:alt: License: AGPL-3
|
35
35
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--barcode-lightgray.png?logo=github
|
36
|
-
:target: https://github.com/OCA/stock-logistics-barcode/tree/
|
36
|
+
:target: https://github.com/OCA/stock-logistics-barcode/tree/17.0/barcodes_generator_location
|
37
37
|
:alt: OCA/stock-logistics-barcode
|
38
38
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
39
|
-
:target: https://translation.odoo-community.org/projects/stock-logistics-barcode-
|
39
|
+
:target: https://translation.odoo-community.org/projects/stock-logistics-barcode-17-0/stock-logistics-barcode-17-0-barcodes_generator_location
|
40
40
|
:alt: Translate me on Weblate
|
41
41
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
42
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-barcode&target_branch=
|
42
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-barcode&target_branch=17.0
|
43
43
|
:alt: Try me on Runboat
|
44
44
|
|
45
45
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
46
46
|
|
47
|
-
This module expands Odoo functionality, allowing user to generate
|
48
|
-
depending on a given barcode rule for Stock Locations.
|
47
|
+
This module expands Odoo functionality, allowing user to generate
|
48
|
+
barcode depending on a given barcode rule for Stock Locations.
|
49
49
|
|
50
|
-
For example, a typical pattern for partners is
|
51
|
-
that:
|
52
|
-
|
53
|
-
* followed by 0 digits (named Barcode Base in this module)
|
54
|
-
* a 13 digit control
|
50
|
+
For example, a typical pattern for partners is "042........." that means
|
51
|
+
that: \* the EAN13 code will begin by '042' \* followed by 0 digits
|
52
|
+
(named Barcode Base in this module) \* a 13 digit control
|
55
53
|
|
56
54
|
With this module, it is possible to:
|
57
55
|
|
58
|
-
|
56
|
+
- Assign a pattern (barcode.rule) to a stock.location
|
59
57
|
|
60
|
-
|
61
|
-
* manually, if the base of the barcode must be set by a user. (typically an
|
62
|
-
internal code defined in your company)
|
63
|
-
* automatically by a sequence, if you want to let Odoo to increment a
|
64
|
-
sequence. (typical case of a customer number incrementation)
|
58
|
+
- Define a Barcode base:
|
65
59
|
|
66
|
-
|
60
|
+
- manually, if the base of the barcode must be set by a user.
|
61
|
+
(typically an internal code defined in your company)
|
62
|
+
- automatically by a sequence, if you want to let Odoo to increment a
|
63
|
+
sequence. (typical case of a customer number incrementation)
|
64
|
+
|
65
|
+
- Generate a barcode, based on the defined pattern and the barcode base
|
67
66
|
|
68
67
|
**Table of contents**
|
69
68
|
|
@@ -73,27 +72,31 @@ With this module, it is possible to:
|
|
73
72
|
Configuration
|
74
73
|
=============
|
75
74
|
|
76
|
-
To configure this module, see the 'Configuration' Section of the
|
77
|
-
of the module 'barcodes_generator_abstract'
|
75
|
+
To configure this module, see the 'Configuration' Section of the
|
76
|
+
description of the module 'barcodes_generator_abstract'
|
78
77
|
|
79
78
|
Usage
|
80
79
|
=====
|
81
80
|
|
82
81
|
To use this module, you need to:
|
83
82
|
|
84
|
-
|
83
|
+
- Go to a Stock Location form
|
85
84
|
|
86
85
|
1 for manual generation
|
87
|
-
|
88
|
-
|
89
|
-
|
86
|
+
|
87
|
+
- Set a Barcode Rule
|
88
|
+
- Set a Barcode Base
|
89
|
+
- click on the button 'Generate Barcode (Using Barcode Rule)'
|
90
90
|
|
91
91
|
2 for automatic generation
|
92
|
-
* Set a Barcode Rule
|
93
|
-
* click on the button 'Generate Base (Using Sequence)'
|
94
|
-
* click on the button 'Generate Barcode (Using Barcode Rule)'
|
95
92
|
|
96
|
-
|
93
|
+
- Set a Barcode Rule
|
94
|
+
- click on the button 'Generate Base (Using Sequence)'
|
95
|
+
- click on the button 'Generate Barcode (Using Barcode Rule)'
|
96
|
+
|
97
|
+
|image|
|
98
|
+
|
99
|
+
.. |image| image:: https://raw.githubusercontent.com/barcodes_generator/static/description/stock_location_sequence_generation.png
|
97
100
|
|
98
101
|
Bug Tracker
|
99
102
|
===========
|
@@ -101,7 +104,7 @@ Bug Tracker
|
|
101
104
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-barcode/issues>`_.
|
102
105
|
In case of trouble, please check there if your issue has already been reported.
|
103
106
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
104
|
-
`feedback <https://github.com/OCA/stock-logistics-barcode/issues/new?body=module:%20barcodes_generator_location%0Aversion:%
|
107
|
+
`feedback <https://github.com/OCA/stock-logistics-barcode/issues/new?body=module:%20barcodes_generator_location%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
105
108
|
|
106
109
|
Do not contact contributors directly about support or help with technical issues.
|
107
110
|
|
@@ -109,27 +112,28 @@ Credits
|
|
109
112
|
=======
|
110
113
|
|
111
114
|
Authors
|
112
|
-
|
115
|
+
-------
|
113
116
|
|
114
117
|
* LasLabs
|
115
118
|
|
116
119
|
Contributors
|
117
|
-
|
120
|
+
------------
|
118
121
|
|
119
|
-
|
120
|
-
|
122
|
+
- Dave Lasley <dave@laslabs.com>
|
123
|
+
- `Tecnativa <https://www.tecnativa.com>`__:
|
121
124
|
|
122
|
-
|
123
|
-
|
125
|
+
- David Vidal
|
126
|
+
- Ernesto Tejeda
|
124
127
|
|
125
128
|
Other credits
|
126
|
-
|
129
|
+
-------------
|
127
130
|
|
128
|
-
|
131
|
+
- Icon of the module is based on the Oxygen Team work and is under LGPL
|
132
|
+
licence:
|
129
133
|
http://www.iconarchive.com/show/oxygen-icons-by-oxygen-icons.org.html
|
130
134
|
|
131
135
|
Maintainers
|
132
|
-
|
136
|
+
-----------
|
133
137
|
|
134
138
|
This module is maintained by the OCA.
|
135
139
|
|
@@ -141,6 +145,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
141
145
|
mission is to support the collaborative development of Odoo features and
|
142
146
|
promote its widespread use.
|
143
147
|
|
144
|
-
This module is part of the `OCA/stock-logistics-barcode <https://github.com/OCA/stock-logistics-barcode/tree/
|
148
|
+
This module is part of the `OCA/stock-logistics-barcode <https://github.com/OCA/stock-logistics-barcode/tree/17.0/barcodes_generator_location>`_ project on GitHub.
|
145
149
|
|
146
150
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
@@ -1,33 +1,32 @@
|
|
1
|
-
odoo/addons/barcodes_generator_location/README.rst,sha256=
|
1
|
+
odoo/addons/barcodes_generator_location/README.rst,sha256=qqKbuNjqLEiXvDm1T-Vn7ITwspTgW2_2QR0KPDI5crM,4680
|
2
2
|
odoo/addons/barcodes_generator_location/__init__.py,sha256=lHbcD_3Jhk02gKyANjQ1Bif8uknO8qLtRSK4lJNPeeQ,55
|
3
|
-
odoo/addons/barcodes_generator_location/__manifest__.py,sha256=
|
4
|
-
odoo/addons/barcodes_generator_location/hooks.py,sha256=
|
3
|
+
odoo/addons/barcodes_generator_location/__manifest__.py,sha256=jJUuILHOr1qzex-jKElANPZ8NoOXmqAGmTjivJHwHiY,648
|
4
|
+
odoo/addons/barcodes_generator_location/hooks.py,sha256=oM9oZurikDntdbgQhYjViqPbuNuE8JIPEBkJx3iC2G8,364
|
5
5
|
odoo/addons/barcodes_generator_location/demo/barcode_rule.xml,sha256=ufQUCxTafPWgta5aplwnlO7D7_sNszaZi6cL_R6IQMI,827
|
6
6
|
odoo/addons/barcodes_generator_location/demo/function.xml,sha256=MI-vO0Gi8NNGWZ-v7OIVPlu_r-PLMF8LA7ciRrJrirQ,426
|
7
7
|
odoo/addons/barcodes_generator_location/demo/ir_sequence.xml,sha256=758xmrlPpM8_7c6veKr1iuqck1lNOaVannUEm9Lbth0,410
|
8
8
|
odoo/addons/barcodes_generator_location/demo/stock_location.xml,sha256=aBQxmll7anR07xGViUQCv-fAd_KOaNBsiuJCALCHlyE,437
|
9
|
-
odoo/addons/barcodes_generator_location/i18n/barcodes_generator_location.pot,sha256=
|
9
|
+
odoo/addons/barcodes_generator_location/i18n/barcodes_generator_location.pot,sha256=B6Vif7_65ZvnMMgLtBDXeTDEbIsHkGhSJl7gglw0nRw,2953
|
10
10
|
odoo/addons/barcodes_generator_location/i18n/es.po,sha256=bf9ss4ZJKgbxMOFI109i88uxgCdoguc8s2fROOJLVmE,3324
|
11
11
|
odoo/addons/barcodes_generator_location/i18n/fr.po,sha256=oaytSO4ttn-1VJRbCmxtFIS0vz7ijiAjoWuLz-XphjE,3297
|
12
|
-
odoo/addons/barcodes_generator_location/i18n/hr.po,sha256=
|
13
|
-
odoo/addons/barcodes_generator_location/i18n/it.po,sha256=
|
12
|
+
odoo/addons/barcodes_generator_location/i18n/hr.po,sha256=qN70ELA4kKnZ-f_uCvVNmuuDmgo-0UuW46byR3tRvBE,3367
|
13
|
+
odoo/addons/barcodes_generator_location/i18n/it.po,sha256=wLPHYv25NPXlOHSqEr-7ubDLEjZV5laAZQWnyTuH6R4,3856
|
14
14
|
odoo/addons/barcodes_generator_location/i18n/nl_NL.po,sha256=lwViEbood3z0Kv8QPL_eX7DdNy6Cbb8E5d81dXq0X-o,3268
|
15
|
-
odoo/addons/barcodes_generator_location/i18n/tr.po,sha256=9jCY8hmEMw3pe3onuxmrLS6h4BH0uylg3UM4Qcbr-PA,3745
|
16
15
|
odoo/addons/barcodes_generator_location/models/__init__.py,sha256=-PeAgBnU2aibwpwWioG2x9ma06mSmuCdSPpMSEhCNz8,125
|
17
16
|
odoo/addons/barcodes_generator_location/models/barcode_rule.py,sha256=pkTj4HyPxjXdZYUmtMwQvfOljfDhZoP-2qA1mGdy8vU,304
|
18
17
|
odoo/addons/barcodes_generator_location/models/stock_location.py,sha256=iTNLjP7zLuhIQL1DpGDJHrZ1khfz0sNFfv1oa8YK370,2264
|
19
|
-
odoo/addons/barcodes_generator_location/readme/CONFIGURE.
|
20
|
-
odoo/addons/barcodes_generator_location/readme/CONTRIBUTORS.
|
21
|
-
odoo/addons/barcodes_generator_location/readme/CREDITS.
|
22
|
-
odoo/addons/barcodes_generator_location/readme/DESCRIPTION.
|
23
|
-
odoo/addons/barcodes_generator_location/readme/USAGE.
|
18
|
+
odoo/addons/barcodes_generator_location/readme/CONFIGURE.md,sha256=-WxNhz7d1fOjuYXI4qBsLbSpjEEPtwAFrwuF6mEb68o,121
|
19
|
+
odoo/addons/barcodes_generator_location/readme/CONTRIBUTORS.md,sha256=BZOoQGLyGbVLkiPpQIp_frqbbvUXWQg0gfYfOHTYntM,114
|
20
|
+
odoo/addons/barcodes_generator_location/readme/CREDITS.md,sha256=QLjDCxVaSFSRK6pj9Ohiw8u3-dMJnE0lVeJu5t1gA6Y,157
|
21
|
+
odoo/addons/barcodes_generator_location/readme/DESCRIPTION.md,sha256=JlbXGWZEBiIZXhTFuPGYhW_WgUG2wa9OGoPeMzV6Q40,781
|
22
|
+
odoo/addons/barcodes_generator_location/readme/USAGE.md,sha256=UD7Ja-7RJK_e2EYzdwsUjbq6V8uiIDQXBt_f0HcG54U,452
|
24
23
|
odoo/addons/barcodes_generator_location/static/description/icon.png,sha256=sWZ5OFuD-da3oRKI9kSqXDJLL-ONUiFar5XXh9SwD1g,19578
|
25
|
-
odoo/addons/barcodes_generator_location/static/description/index.html,sha256=
|
24
|
+
odoo/addons/barcodes_generator_location/static/description/index.html,sha256=cKixJS3PdyRuglgl0AqsNh8Bb47-6j36hV3-743vcho,14971
|
26
25
|
odoo/addons/barcodes_generator_location/static/description/stock_location_sequence_generation.png,sha256=iANZ05H7G54tG3Ghl4Ng6fJrLlMHnjb2Q3bUDwCivX4,67651
|
27
26
|
odoo/addons/barcodes_generator_location/tests/__init__.py,sha256=c-NQXEfFM-fvhHMYfSxp1ZV-F2FtBdqDTcHkIFAqiYg,106
|
28
27
|
odoo/addons/barcodes_generator_location/tests/test_barcode_generator.py,sha256=_6ZgZI5APOoT5u2DjmLIszxxTayYMgFkDDaXujUVaUA,810
|
29
|
-
odoo/addons/barcodes_generator_location/views/stock_location.xml,sha256=
|
30
|
-
odoo_addon_barcodes_generator_location-
|
31
|
-
odoo_addon_barcodes_generator_location-
|
32
|
-
odoo_addon_barcodes_generator_location-
|
33
|
-
odoo_addon_barcodes_generator_location-
|
28
|
+
odoo/addons/barcodes_generator_location/views/stock_location.xml,sha256=nT7gS00WdD2ng091Scnmdc5093vS_aqhic-wJVgRPFc,2179
|
29
|
+
odoo_addon_barcodes_generator_location-17.0.1.0.0.3.dist-info/METADATA,sha256=U8Ok0SDzIiO-_glxEavngTUJ5Dsq9KeVtIrslaOh_AI,5301
|
30
|
+
odoo_addon_barcodes_generator_location-17.0.1.0.0.3.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
31
|
+
odoo_addon_barcodes_generator_location-17.0.1.0.0.3.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
32
|
+
odoo_addon_barcodes_generator_location-17.0.1.0.0.3.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
odoo
|
@@ -1,93 +0,0 @@
|
|
1
|
-
# Translation of Odoo Server.
|
2
|
-
# This file contains the translation of the following modules:
|
3
|
-
# * barcodes_generator_location
|
4
|
-
#
|
5
|
-
msgid ""
|
6
|
-
msgstr ""
|
7
|
-
"Project-Id-Version: Odoo Server 16.0\n"
|
8
|
-
"Report-Msgid-Bugs-To: \n"
|
9
|
-
"PO-Revision-Date: 2025-02-20 11:06+0000\n"
|
10
|
-
"Last-Translator: İsmail Çağan Yılmaz <ismail.cagan.yilmaz@gmail.com>\n"
|
11
|
-
"Language-Team: none\n"
|
12
|
-
"Language: tr\n"
|
13
|
-
"MIME-Version: 1.0\n"
|
14
|
-
"Content-Type: text/plain; charset=UTF-8\n"
|
15
|
-
"Content-Transfer-Encoding: \n"
|
16
|
-
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
17
|
-
"X-Generator: Weblate 5.6.2\n"
|
18
|
-
|
19
|
-
#. module: barcodes_generator_location
|
20
|
-
#: model:ir.model.fields,help:barcodes_generator_location.field_stock_location__generate_type
|
21
|
-
msgid ""
|
22
|
-
"Allow to generate barcode, including a number (a base) in the final barcode.\n"
|
23
|
-
"\n"
|
24
|
-
" - 'Base Set Manually' : User should set manually the value of the barcode base\n"
|
25
|
-
" - 'Base managed by Sequence': System will generate the base via a sequence"
|
26
|
-
msgstr ""
|
27
|
-
"Son barkodda bir sayı (bir baz) dahil olmak üzere barkod oluşturmaya izin "
|
28
|
-
"verin.\n"
|
29
|
-
"\n"
|
30
|
-
" - 'Baz Manuel Olarak Ayarlandı' : Kullanıcı barkod tabanının değerini "
|
31
|
-
"manuel olarak ayarlamalıdır\n"
|
32
|
-
" - 'Baz Dizi tarafından ayarlandı': Sistem, bazı bir dizi aracılığıyla "
|
33
|
-
"oluşturacaktır"
|
34
|
-
|
35
|
-
#. module: barcodes_generator_location
|
36
|
-
#: model_terms:ir.ui.view,arch_db:barcodes_generator_location.view_location_form
|
37
|
-
msgid "Barcode"
|
38
|
-
msgstr "Barkod"
|
39
|
-
|
40
|
-
#. module: barcodes_generator_location
|
41
|
-
#: model:ir.model.fields,field_description:barcodes_generator_location.field_stock_location__barcode_base
|
42
|
-
msgid "Barcode Base"
|
43
|
-
msgstr "Baz Barkod"
|
44
|
-
|
45
|
-
#. module: barcodes_generator_location
|
46
|
-
#: model:ir.model,name:barcodes_generator_location.model_barcode_rule
|
47
|
-
#: model:ir.model.fields,field_description:barcodes_generator_location.field_stock_location__barcode_rule_id
|
48
|
-
msgid "Barcode Rule"
|
49
|
-
msgstr "Barkod Kuralı"
|
50
|
-
|
51
|
-
#. module: barcodes_generator_location
|
52
|
-
#: model_terms:ir.ui.view,arch_db:barcodes_generator_location.view_location_form
|
53
|
-
msgid "Generate Barcode"
|
54
|
-
msgstr "Barkod Oluştur"
|
55
|
-
|
56
|
-
#. module: barcodes_generator_location
|
57
|
-
#: model_terms:ir.ui.view,arch_db:barcodes_generator_location.view_location_form
|
58
|
-
msgid "Generate Base (Using Sequence)"
|
59
|
-
msgstr "Baz Oluştur (Dizi Kullanarak)"
|
60
|
-
|
61
|
-
#. module: barcodes_generator_location
|
62
|
-
#: model:ir.model.fields,field_description:barcodes_generator_location.field_barcode_rule__generate_model
|
63
|
-
msgid "Generate Model"
|
64
|
-
msgstr "Model Oluştur"
|
65
|
-
|
66
|
-
#. module: barcodes_generator_location
|
67
|
-
#: model:ir.model.fields,field_description:barcodes_generator_location.field_stock_location__generate_type
|
68
|
-
msgid "Generate Type"
|
69
|
-
msgstr "Tür Oluştur"
|
70
|
-
|
71
|
-
#. module: barcodes_generator_location
|
72
|
-
#: model:ir.model.fields,help:barcodes_generator_location.field_barcode_rule__generate_model
|
73
|
-
msgid "If 'Generate Type' is set, mention the model related to this rule."
|
74
|
-
msgstr "'Tür Oluştur' ayarlanmışsa bu kuralla ilgili modeli belirtin."
|
75
|
-
|
76
|
-
#. module: barcodes_generator_location
|
77
|
-
#: model:ir.model.fields,help:barcodes_generator_location.field_stock_location__barcode_rule_id
|
78
|
-
msgid "Select a rule to generate a barcode"
|
79
|
-
msgstr "Barkod oluşturmak için bir kural seçin"
|
80
|
-
|
81
|
-
#. module: barcodes_generator_location
|
82
|
-
#: model:ir.model,name:barcodes_generator_location.model_stock_location
|
83
|
-
#: model:ir.model.fields.selection,name:barcodes_generator_location.selection__barcode_rule__generate_model__stock_location
|
84
|
-
msgid "Stock Location"
|
85
|
-
msgstr "Stok Konumu"
|
86
|
-
|
87
|
-
#. module: barcodes_generator_location
|
88
|
-
#: model:ir.model.fields,help:barcodes_generator_location.field_stock_location__barcode_base
|
89
|
-
msgid ""
|
90
|
-
"This value is used to generate barcode according to the setting of the "
|
91
|
-
"barcode rule."
|
92
|
-
msgstr ""
|
93
|
-
"Bu değer, barkod kuralının ayarına göre barkod oluşturmak için kullanılır."
|
@@ -1,20 +0,0 @@
|
|
1
|
-
This module expands Odoo functionality, allowing user to generate barcode
|
2
|
-
depending on a given barcode rule for Stock Locations.
|
3
|
-
|
4
|
-
For example, a typical pattern for partners is "042........." that means
|
5
|
-
that:
|
6
|
-
* the EAN13 code will begin by '042'
|
7
|
-
* followed by 0 digits (named Barcode Base in this module)
|
8
|
-
* a 13 digit control
|
9
|
-
|
10
|
-
With this module, it is possible to:
|
11
|
-
|
12
|
-
* Assign a pattern (barcode.rule) to a stock.location
|
13
|
-
|
14
|
-
* Define a Barcode base:
|
15
|
-
* manually, if the base of the barcode must be set by a user. (typically an
|
16
|
-
internal code defined in your company)
|
17
|
-
* automatically by a sequence, if you want to let Odoo to increment a
|
18
|
-
sequence. (typical case of a customer number incrementation)
|
19
|
-
|
20
|
-
* Generate a barcode, based on the defined pattern and the barcode base
|
@@ -1,15 +0,0 @@
|
|
1
|
-
To use this module, you need to:
|
2
|
-
|
3
|
-
* Go to a Stock Location form
|
4
|
-
|
5
|
-
1 for manual generation
|
6
|
-
* Set a Barcode Rule
|
7
|
-
* Set a Barcode Base
|
8
|
-
* click on the button 'Generate Barcode (Using Barcode Rule)'
|
9
|
-
|
10
|
-
2 for automatic generation
|
11
|
-
* Set a Barcode Rule
|
12
|
-
* click on the button 'Generate Base (Using Sequence)'
|
13
|
-
* click on the button 'Generate Barcode (Using Barcode Rule)'
|
14
|
-
|
15
|
-
.. image:: /barcodes_generator/static/description/stock_location_sequence_generation.png
|
@@ -1 +0,0 @@
|
|
1
|
-
odoo
|