Skip to content

Commit

Permalink
[FIX] l10n_be_bpost_address_validation: add description attribute in …
Browse files Browse the repository at this point in the history
…BpostAddressValidationWizard
  • Loading branch information
kouffsamuel authored and lmignon committed Nov 7, 2024
1 parent e5fac7a commit 0445195
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

class BpostAddressValidationWizard(models.TransientModel):
_name = "bpost.address.validation.wizard"
_description = "Check address validity and propose change if needed"

partner_id = fields.Many2one("res.partner", readonly=True)
is_valid = fields.Boolean(compute="_compute_response_address")
Expand Down

0 comments on commit 0445195

Please sign in to comment.