odoo-addon-stock-barcodes 16.0.1.0.0.22__py3-none-any.whl → 16.0.1.0.1__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.
@@ -7,7 +7,7 @@ Stock Barcodes
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:f6453112d1afcb3f171e5f468a06e4927c98ed93493c10c8af4e4aef077de7fd
10
+ !! source digest: sha256:9517dbf78ae4ec1063540e782c415f191e67741633feb0ab5641c9cbb86d7761
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -3,7 +3,7 @@
3
3
  {
4
4
  "name": "Stock Barcodes",
5
5
  "summary": "It provides read barcode on stock operations.",
6
- "version": "16.0.1.0.0",
6
+ "version": "16.0.1.0.1",
7
7
  "author": "Tecnativa, " "Odoo Community Association (OCA)",
8
8
  "website": "https://github.com/OCA/stock-logistics-barcode",
9
9
  "license": "AGPL-3",
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: Odoo Server 16.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "PO-Revision-Date: 2024-11-20 11:13+0000\n"
9
+ "PO-Revision-Date: 2024-11-21 09:33+0000\n"
10
10
  "Last-Translator: Houzéfa Abbasbhay <houzefa.abba@xcg-consulting.fr>\n"
11
11
  "Language-Team: none\n"
12
12
  "Language: fr\n"
@@ -115,7 +115,7 @@ msgstr "<span class=\"fa fa-tags\" title=\"N° série du lot\"/>"
115
115
  #. module: stock_barcodes
116
116
  #: model_terms:ir.ui.view,arch_db:stock_barcodes.view_picking_form
117
117
  msgid "<span class=\"o_stat_text\">Scan barcodes</span>"
118
- msgstr "<span class=\"o_stat_text\">Scanner les codes-barres</span>"
118
+ msgstr "<span class=\"o_stat_text\">Scan codes-barres</span>"
119
119
 
120
120
  #. module: stock_barcodes
121
121
  #: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_inventory_form
@@ -241,12 +241,12 @@ msgstr "Assigner des numéros de série"
241
241
  #. module: stock_barcodes
242
242
  #: model:ir.model.fields,field_description:stock_barcodes.field_stock_barcodes_option_group__auto_put_in_pack
243
243
  msgid "Auto put in pack"
244
- msgstr ""
244
+ msgstr "Mise en colis auto"
245
245
 
246
246
  #. module: stock_barcodes
247
247
  #: model:ir.model.fields,help:stock_barcodes.field_stock_barcodes_option_group__auto_put_in_pack
248
248
  msgid "Auto put in pack before picking validation"
249
- msgstr ""
249
+ msgstr "Mise en colis auto avant validation du transfert"
250
250
 
251
251
  #. module: stock_barcodes
252
252
  #: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_read_form
@@ -1148,7 +1148,7 @@ msgstr "Nouveau mouvement :"
1148
1148
  #. module: stock_barcodes
1149
1149
  #: model:ir.model.fields,field_description:stock_barcodes.field_stock_picking_type__new_picking_barcode_option_group_id
1150
1150
  msgid "New Picking Barcode Option Group"
1151
- msgstr ""
1151
+ msgstr "Code-barres - Groupe d'options pour nouveau transfert"
1152
1152
 
1153
1153
  #. module: stock_barcodes
1154
1154
  #: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_todo_kanban
@@ -1641,7 +1641,7 @@ msgstr "Étape"
1641
1641
  #. module: stock_barcodes
1642
1642
  #: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_option_group_form
1643
1643
  msgid "Steps to scan"
1644
- msgstr "Étapes à scanner"
1644
+ msgstr "Étapes du scan"
1645
1645
 
1646
1646
  #. module: stock_barcodes
1647
1647
  #: model:ir.model,name:stock_barcodes.model_stock_move
@@ -1669,6 +1669,8 @@ msgid ""
1669
1669
  "This Barcode Option Group will be selected when clicking the 'New' button in"
1670
1670
  " an operation type. It will be used to create a non planned picking."
1671
1671
  msgstr ""
1672
+ "Ce groupe d'options CB sera sélectionné à partir du bouton 'Nouveau' pour ce "
1673
+ "type d'opération - pour enregistrer un transfert non planifié."
1672
1674
 
1673
1675
  #. module: stock_barcodes
1674
1676
  #: model_terms:ir.ui.view,arch_db:stock_barcodes.view_stock_barcodes_todo_kanban
@@ -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 8954 2022-01-20 10:10:25Z milde $
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: grey; } /* line numbers */
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,7 +367,7 @@ 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:f6453112d1afcb3f171e5f468a06e4927c98ed93493c10c8af4e4aef077de7fd
370
+ !! source digest: sha256:9517dbf78ae4ec1063540e782c415f191e67741633feb0ab5641c9cbb86d7761
371
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
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/16.0/stock_barcodes"><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-stock_barcodes"><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>
373
373
  <p>This module provides a barcode reader interface for stock module.</p>
@@ -557,7 +557,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
557
557
  <div class="section" id="maintainers">
558
558
  <h2><a class="toc-backref" href="#toc-entry-16">Maintainers</a></h2>
559
559
  <p>This module is maintained by the OCA.</p>
560
- <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
560
+ <a class="reference external image-reference" href="https://odoo-community.org">
561
+ <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
562
+ </a>
561
563
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
562
564
  mission is to support the collaborative development of Odoo features and
563
565
  promote its widespread use.</p>
@@ -113,7 +113,11 @@ function setupView() {
113
113
  (this.model.root.resId == payload.res_id)
114
114
  ) {
115
115
  if (type === "stock_barcodes_sound") {
116
- this.$sound_ok[0].play();
116
+ if (payload.sound === "ko") {
117
+ this.$sound_ko[0].play();
118
+ } else {
119
+ this.$sound_ok[0].play();
120
+ }
117
121
  }
118
122
  if (type === "stock_barcodes_focus") {
119
123
  requestIdleCallback(() => {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-stock_barcodes
3
- Version: 16.0.1.0.0.22
3
+ Version: 16.0.1.0.1
4
4
  Summary: It provides read barcode on stock operations.
5
5
  Home-page: https://github.com/OCA/stock-logistics-barcode
6
6
  Author: Tecnativa, Odoo Community Association (OCA)
@@ -23,7 +23,7 @@ Stock Barcodes
23
23
  !! This file is generated by oca-gen-addon-readme !!
24
24
  !! changes will be overwritten. !!
25
25
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
26
- !! source digest: sha256:f6453112d1afcb3f171e5f468a06e4927c98ed93493c10c8af4e4aef077de7fd
26
+ !! source digest: sha256:9517dbf78ae4ec1063540e782c415f191e67741633feb0ab5641c9cbb86d7761
27
27
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
28
 
29
29
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -1,11 +1,11 @@
1
- odoo/addons/stock_barcodes/README.rst,sha256=jqB97gupwYuuhP7UPc7GJzporjSrP02Bk2xNMEevY8U,7000
1
+ odoo/addons/stock_barcodes/README.rst,sha256=WT4IwKjDmutpB8eUIn6HgXOJu0Qn9EUnR3uIOdKzBm4,7000
2
2
  odoo/addons/stock_barcodes/__init__.py,sha256=GJDFROBciW9KNOlikIfV-4Gu8TPCJRp8ZWZCxngbDtI,206
3
- odoo/addons/stock_barcodes/__manifest__.py,sha256=aQGPcLYJWEjGgpPr7q9lxPJZ9XfOAw8vs_PqRS8z4Hc,1659
3
+ odoo/addons/stock_barcodes/__manifest__.py,sha256=3w4qIz3eXB5onCg_peUvWUv825w5lanAJzl_YVPaPUk,1659
4
4
  odoo/addons/stock_barcodes/hooks.py,sha256=3xcCKDae0aUjvq5oUecBGUgJ5rdTtN_p4CtXvtZhbzA,679
5
5
  odoo/addons/stock_barcodes/data/stock_barcodes_action.xml,sha256=BYvm7V39dkqfLPCtNVpYKzqinOaIuRGCjTz9Fo5U3m4,1889
6
6
  odoo/addons/stock_barcodes/data/stock_barcodes_option.xml,sha256=MZU_hpOxL-QDsmRlMmB4k9-pBkBi516Y1_vkixtSLvI,20659
7
7
  odoo/addons/stock_barcodes/i18n/es.po,sha256=CczDlMtVM7eJns83eLNDPNR1Zec-oe1yl1_ookl59c0,90550
8
- odoo/addons/stock_barcodes/i18n/fr.po,sha256=pGBNViJw7FKEo1_nies8e871ErvqPGqcgHIjW6TbjmA,81826
8
+ odoo/addons/stock_barcodes/i18n/fr.po,sha256=r7QxPdh9GTR7cuiEuHer9bLU94OK0fdt-02MHkcU7fQ,82085
9
9
  odoo/addons/stock_barcodes/i18n/it.po,sha256=OVl1v7WT5hqfwtHYcZVM79KEEHizX0oj-gj3QRnc7J8,86994
10
10
  odoo/addons/stock_barcodes/i18n/stock_barcodes.pot,sha256=-0l-U-X-DvH0amO84iYlC95mZFgQjuCyvWDhebn3wFA,74962
11
11
  odoo/addons/stock_barcodes/models/__init__.py,sha256=eZ69_HEkewi4PXIQlwlDWivmXExhyl91vohvyGjqpo4,214
@@ -24,7 +24,7 @@ odoo/addons/stock_barcodes/readme/USAGE.rst,sha256=I3vBT7ih0lReN147-tDO6imDTuHWs
24
24
  odoo/addons/stock_barcodes/security/ir.model.access.csv,sha256=1HlTnJb0Bsbl-UCdoy-f7r7Xec3UMs7uTppQWOfH8-0,1337
25
25
  odoo/addons/stock_barcodes/static/description/icon.png,sha256=7ksDD35buxE_kBLoeXUGbdSW_5n-LC4S-SnQSs9tz1A,2994
26
26
  odoo/addons/stock_barcodes/static/description/icon.svg,sha256=aMrHV2Isu4t_jJlnLVYqbcL_icg9wT2eSSAKxQ3pgDA,69299
27
- odoo/addons/stock_barcodes/static/description/index.html,sha256=3pRaDeOtf9Epz1V7EpEU-OEAlrF6xVccbDtJrqTF8wk,19107
27
+ odoo/addons/stock_barcodes/static/description/index.html,sha256=1r7wQ6vI_xCoJ74QaNy3_-KNEz4l8ubpeqV9F25_lwU,19151
28
28
  odoo/addons/stock_barcodes/static/src/css/stock.scss,sha256=kSjiQyBTIFohLk-tTlux1GVXYiKdijzFrlONQNorlbs,2914
29
29
  odoo/addons/stock_barcodes/static/src/img/scan.png,sha256=DIN3r_B9kzMGmeRpqSx8K0S7RO8_FEwZudxGUYIPqSM,5405
30
30
  odoo/addons/stock_barcodes/static/src/sounds/bell.wav,sha256=s8_EchNk9OuAZzpZljON8IEAcKjmMD9yXZorizse24I,17684
@@ -34,7 +34,7 @@ odoo/addons/stock_barcodes/static/src/utils/barcodes_models_utils.esm.js,sha256=
34
34
  odoo/addons/stock_barcodes/static/src/views/form_view.esm.js,sha256=qTwS8O0NjDwDFCAMxLKLfHa-ALi2OC2Cc23rjvki7lQ,605
35
35
  odoo/addons/stock_barcodes/static/src/views/kanban_renderer.esm.js,sha256=IWNOOHQGVkt4K4JxtIwr53STFIzFWwHMttGo66kOdSw,5362
36
36
  odoo/addons/stock_barcodes/static/src/views/view_compiler.esm.js,sha256=gu7DFkjmZ3SQ4wzAZfLReiwe8CUzU8WyXPUlCqKyrQU,483
37
- odoo/addons/stock_barcodes/static/src/views/views.esm.js,sha256=mztMMXr9P_wUKlw1rx_skMfH7M55Ggxorzihka6j22E,6618
37
+ odoo/addons/stock_barcodes/static/src/views/views.esm.js,sha256=KJyItV032Dib4m-BCQ1P75pVuYQuZ9jfWto386tiYDk,6789
38
38
  odoo/addons/stock_barcodes/static/src/widgets/boolean_toggle.esm.js,sha256=OMz0JvmVdRh-Qyys5TC5SWcYHjDjBCgNHUWQ-qhWOnQ,994
39
39
  odoo/addons/stock_barcodes/static/src/widgets/numeric_step.esm.js,sha256=MFBTwgoAJduBdFjBbIfaFCoIoCG2qIMPyJEgpqRr6Iw,1296
40
40
  odoo/addons/stock_barcodes/static/src/widgets/numeric_step.xml,sha256=7JaqswX6LACgIqpF5FwienwDtPp13Kespa6mqqXjXdQ,485
@@ -61,7 +61,7 @@ odoo/addons/stock_barcodes/wizard/stock_barcodes_read_todo_view.xml,sha256=84r_u
61
61
  odoo/addons/stock_barcodes/wizard/stock_barcodes_read_views.xml,sha256=-JiHxJ0E36Ll_UwACLzbYHz2jiwolx5xJbPDp_3QqYc,31778
62
62
  odoo/addons/stock_barcodes/wizard/stock_production_lot.py,sha256=LXb8IykNsU6fHNzm6exiD2oyLmFdjrhnv9Z7ixDihWI,2195
63
63
  odoo/addons/stock_barcodes/wizard/stock_production_lot_views.xml,sha256=MPR5_1Hieceb4a3klAQiLojMm4SBHEOF-8Ad3fBtaaE,1977
64
- odoo_addon_stock_barcodes-16.0.1.0.0.22.dist-info/METADATA,sha256=GieN7Ea6YIldhmCUeSQV4iHYmz37Emhul9_BewlDpBo,7615
65
- odoo_addon_stock_barcodes-16.0.1.0.0.22.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
66
- odoo_addon_stock_barcodes-16.0.1.0.0.22.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
67
- odoo_addon_stock_barcodes-16.0.1.0.0.22.dist-info/RECORD,,
64
+ odoo_addon_stock_barcodes-16.0.1.0.1.dist-info/METADATA,sha256=1R5Eyb4RxRZExi3b8Y1IuT_M_zt6ctxzAqhNPg_iSos,7612
65
+ odoo_addon_stock_barcodes-16.0.1.0.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
66
+ odoo_addon_stock_barcodes-16.0.1.0.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
67
+ odoo_addon_stock_barcodes-16.0.1.0.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.44.0)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5