Skip to content

Commit

Permalink
[MIG] cb_stock_location_warning: migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kluna1998 authored and etobella committed Feb 27, 2025
1 parent d8eab71 commit 4be9951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cb_stock_location_warning/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Cb Stock Location Warning",
"summary": """
Add warnings to stock locations""",
"version": "14.0.1.0.0",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "CreuBlanca",
"website": "https://github.com/tegin/cb-addons",
Expand Down
2 changes: 1 addition & 1 deletion cb_stock_location_warning/models/stock_location.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ class StockLocation(models.Model):

_inherit = "stock.location"

warning = fields.Text(string="Warning")
warning = fields.Text()

0 comments on commit 4be9951

Please sign in to comment.