Skip to content

Commit

Permalink
[REM] barcodes_gs1_label_expiry: remove gs1_generated field
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankC013 committed Feb 13, 2024
1 parent 0061ac4 commit e9b73a9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 46 deletions.
1 change: 0 additions & 1 deletion barcodes_gs1_label_expiry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)

from . import models
from . import report
1 change: 0 additions & 1 deletion barcodes_gs1_label_expiry/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"author": "NuoBiT Solutions, S.L., Eric Antones",
"website": "https://github.com/nuobit/odoo-addons",
"depends": ["barcodes_gs1_label", "product_expiry"],
"data": ["views/stock_production_lot_views.xml"],
"installable": True,
"development_status": "Beta",
"maintainers": ["eantones", "fcespedes"],
Expand Down
1 change: 0 additions & 1 deletion barcodes_gs1_label_expiry/models/__init__.py

This file was deleted.

22 changes: 0 additions & 22 deletions barcodes_gs1_label_expiry/models/stock_production_lot.py

This file was deleted.

21 changes: 0 additions & 21 deletions barcodes_gs1_label_expiry/views/stock_production_lot_views.xml

This file was deleted.

0 comments on commit e9b73a9

Please sign in to comment.