Skip to content

Commit

Permalink
TA#57380 [IMP] stock_picking_barcode: Suite
Browse files Browse the repository at this point in the history
  • Loading branch information
majouda committed May 28, 2024
1 parent a859548 commit 471e8a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stock_picking_barcode/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

{
"name": "Stock Picking Barcode",
"version": "14.0.1.0.1",
"version": "14.0.1.0.0",
"author": "Numigi",
"maintainer": "Numigi",
"website": "https://bit.ly/numigi-com",
"license": "LGPL-3",
"category": "Product",
"category": "Stock",
"summary": "Scan a barcode by picking",
"depends": ["stock", "barcodes"],
"data": [
Expand Down
2 changes: 1 addition & 1 deletion stock_picking_barcode/data/picking_barcodes_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<field name="sequence">10</field>
<field name="type">weight</field>
<field name="encoding">any</field>
<field name="pattern">.....{NNNDD}</field>
<field name="pattern">.....{NNNDDD}</field>
</record>
</odoo>
1 change: 1 addition & 0 deletions stock_picking_barcode/models/stock_picking_type.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# © 2024 Numigi (tm) and all its contributors (https://bit.ly/numigiens)
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).

from odoo import models, fields


Expand Down

0 comments on commit 471e8a2

Please sign in to comment.