Skip to content

Commit

Permalink
[FIX] fieldservice_sale_*
Browse files Browse the repository at this point in the history
Do not copy FSM Order or FSM Recurring Orders on sale order line
  • Loading branch information
brian10048 committed Nov 14, 2023
1 parent b53455a commit 8822b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fieldservice_sale_recurring/models/sale_order_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class SaleOrderLine(models.Model):
"fsm.recurring",
"Recurring Order",
index=True,
copy=False,
help="Field Service Recurring Order generated by the sale order line",
)

Expand Down

0 comments on commit 8822b92

Please sign in to comment.