odoo-addon-barcodes-generator-location 16.0.1.0.0.5__py3-none-any.whl → 16.0.1.0.0.7__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.
@@ -0,0 +1,93 @@
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,19 +1,18 @@
1
1
  Metadata-Version: 2.1
2
- Name: odoo-addon-barcodes-generator-location
3
- Version: 16.0.1.0.0.5
2
+ Name: odoo-addon-barcodes_generator_location
3
+ Version: 16.0.1.0.0.7
4
4
  Summary: Generate Barcodes for Stock Locations
5
5
  Home-page: https://github.com/OCA/stock-logistics-barcode
6
6
  Author: LasLabs, Odoo Community Association (OCA)
7
7
  Author-email: support@odoo-community.org
8
8
  License: AGPL-3
9
- Platform: UNKNOWN
10
9
  Classifier: Programming Language :: Python
11
10
  Classifier: Framework :: Odoo
12
11
  Classifier: Framework :: Odoo :: 16.0
13
12
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
14
13
  Requires-Python: >=3.10
15
- Requires-Dist: odoo-addon-barcodes-generator-abstract <16.1dev,>=16.0dev
16
- Requires-Dist: odoo <16.1dev,>=16.0a
14
+ Requires-Dist: odoo-addon-barcodes-generator-abstract<16.1dev,>=16.0dev
15
+ Requires-Dist: odoo<16.1dev,>=16.0a
17
16
 
18
17
  =====================================
19
18
  Generate Barcodes for Stock Locations
@@ -145,5 +144,3 @@ promote its widespread use.
145
144
  This module is part of the `OCA/stock-logistics-barcode <https://github.com/OCA/stock-logistics-barcode/tree/16.0/barcodes_generator_location>`_ project on GitHub.
146
145
 
147
146
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
148
-
149
-
@@ -12,6 +12,7 @@ odoo/addons/barcodes_generator_location/i18n/fr.po,sha256=oaytSO4ttn-1VJRbCmxtFI
12
12
  odoo/addons/barcodes_generator_location/i18n/hr.po,sha256=USsLzUWHShUlW5rqtk_fO73pfTnwFDu5ok-DAZOd-ak,3367
13
13
  odoo/addons/barcodes_generator_location/i18n/it.po,sha256=GREDmqeaFAlqLz0jOtKRcnLTqxN3lE5vrsHcD4Opjhc,3850
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
15
16
  odoo/addons/barcodes_generator_location/models/__init__.py,sha256=-PeAgBnU2aibwpwWioG2x9ma06mSmuCdSPpMSEhCNz8,125
16
17
  odoo/addons/barcodes_generator_location/models/barcode_rule.py,sha256=pkTj4HyPxjXdZYUmtMwQvfOljfDhZoP-2qA1mGdy8vU,304
17
18
  odoo/addons/barcodes_generator_location/models/stock_location.py,sha256=iTNLjP7zLuhIQL1DpGDJHrZ1khfz0sNFfv1oa8YK370,2264
@@ -26,7 +27,7 @@ odoo/addons/barcodes_generator_location/static/description/stock_location_sequen
26
27
  odoo/addons/barcodes_generator_location/tests/__init__.py,sha256=c-NQXEfFM-fvhHMYfSxp1ZV-F2FtBdqDTcHkIFAqiYg,106
27
28
  odoo/addons/barcodes_generator_location/tests/test_barcode_generator.py,sha256=_6ZgZI5APOoT5u2DjmLIszxxTayYMgFkDDaXujUVaUA,810
28
29
  odoo/addons/barcodes_generator_location/views/stock_location.xml,sha256=zmNdZu3OwnX0p7vccFPtHl5IPpzMX1rONBlmsQxJ2aE,2600
29
- odoo_addon_barcodes_generator_location-16.0.1.0.0.5.dist-info/METADATA,sha256=U5RtE9ts2TWKD9I___r-ghIRzjoqPWIPNSPyTwLFt0c,5330
30
- odoo_addon_barcodes_generator_location-16.0.1.0.0.5.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
31
- odoo_addon_barcodes_generator_location-16.0.1.0.0.5.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
32
- odoo_addon_barcodes_generator_location-16.0.1.0.0.5.dist-info/RECORD,,
30
+ odoo_addon_barcodes_generator_location-16.0.1.0.0.7.dist-info/METADATA,sha256=_m87JZr-oLFMqax0PFvVy5BWEiifQMvAWFVDuSJ5CMQ,5308
31
+ odoo_addon_barcodes_generator_location-16.0.1.0.0.7.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
32
+ odoo_addon_barcodes_generator_location-16.0.1.0.0.7.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
33
+ odoo_addon_barcodes_generator_location-16.0.1.0.0.7.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5