Skip to content

Commit

Permalink
Merge PR OCA#344 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by dreispt
  • Loading branch information
OCA-git-bot committed May 29, 2021
2 parents c1b6dd1 + d297330 commit 2b49991
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base_cancel_confirm/model/base_cancel_confirm.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ class BaseCancelConfirm(models.AbstractModel):

cancel_confirm = fields.Boolean(
string="Cancel Confirmed",
copy=False,
help="A flag signify that this document is confirmed for cancellation",
)
cancel_reason = fields.Text(
string="Cancel Reason",
copy=False,
help="An optional cancel reason",
)

Expand Down

0 comments on commit 2b49991

Please sign in to comment.