Skip to content

Commit

Permalink
[UPD] ssi_service
Browse files Browse the repository at this point in the history
* analytic account pada contract tidak ikut tercopy
  • Loading branch information
andhit-r committed Sep 6, 2024
1 parent 440fb01 commit 1baed07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssi_service/models/service_contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class ServiceContract(models.Model):
("readonly", False),
],
},
copy=False,
)
analytic_group_id = fields.Many2one(
string="Analytic Group",
Expand Down

0 comments on commit 1baed07

Please sign in to comment.