Skip to content

Commit

Permalink
Merge PR OCA#44 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Dec 16, 2019
2 parents a97496a + 05217c2 commit 1145f5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions account_credit_control/models/credit_control_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ class CreditControlPolicyLevel(models.Model):
comodel_name='credit.control.policy',
string='Related Policy',
required=True,
ondelete="cascade",
)
level = fields.Integer(
required=True,
Expand Down

0 comments on commit 1145f5a

Please sign in to comment.