Skip to content

Commit

Permalink
[IMP] stock_move_line_weight: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
oihane committed Jun 25, 2024
1 parent 3e72c30 commit 4bbe8c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion stock_move_line_weight/models/stock_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class StockMove(models.Model):
_inherit = "stock.move"

weight = fields.Float(
string="Weight",
digits="Stock Weight",
store=True,
copy=False,
Expand Down
1 change: 0 additions & 1 deletion stock_move_line_weight/models/stock_move_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class StockMoveLine(models.Model):
_inherit = "stock.move.line"

weight = fields.Float(
string="Weight",
digits="Stock Weight",
store=True,
copy=False,
Expand Down

0 comments on commit 4bbe8c0

Please sign in to comment.