Skip to content

Commit

Permalink
Merge PR OCA#1176 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by legalsylvain
  • Loading branch information
OCA-git-bot committed Apr 12, 2024
2 parents 12345ea + e33693e commit 953aa41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class PosPaymentChangeWizardLine(models.TransientModel):
wizard_id = fields.Many2one(
comodel_name="pos.payment.change.wizard",
required=True,
ondelete="cascade",
)

new_payment_method_id = fields.Many2one(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class PosPaymentChangeWizardOldLine(models.TransientModel):
wizard_id = fields.Many2one(
comodel_name="pos.payment.change.wizard",
required=True,
ondelete="cascade",
)

old_payment_method_id = fields.Many2one(
Expand Down

0 comments on commit 953aa41

Please sign in to comment.