Skip to content

Commit

Permalink
[IMP] fieldservice_stock: Remove unused procurement field fsm_order_id
Browse files Browse the repository at this point in the history
  • Loading branch information
ppyczko committed Dec 10, 2024
1 parent 6f32f49 commit 2e8d491
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion fieldservice_stock/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
fsm_location,
fsm_order,
stock_move,
procurement_group,
stock_rule,
stock_picking,
fsm_wizard,
Expand Down
9 changes: 0 additions & 9 deletions fieldservice_stock/models/procurement_group.py

This file was deleted.

2 changes: 1 addition & 1 deletion fieldservice_stock/models/stock_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ class StockPicking(models.Model):
_inherit = "stock.picking"

fsm_order_id = fields.Many2one(
related="group_id.fsm_order_id", string="Field Service Order", store=True
"fsm.order", string="Field Service Order", store=True
)

0 comments on commit 2e8d491

Please sign in to comment.