[MIG] document_url: Migration to 15.0

This commit is contained in:
matiasperalta1
2022-07-18 16:33:26 -03:00
committed by Bhavesh Heliconia
parent 620aac5041
commit 95c078588d
9 changed files with 122 additions and 96 deletions

View File

@@ -10,7 +10,7 @@ class AddUrlWizard(models.TransientModel):
_name = "ir.attachment.add_url"
_description = "Wizard to add URL attachment"
name = fields.Char("Name", required=True)
name = fields.Char(required=True)
url = fields.Char("URL", required=True)
def action_add_url(self):