mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 03:42:19 -06:00
[MIG] document_url: Migration to 15.0
This commit is contained in:
committed by
Bhavesh Heliconia
parent
620aac5041
commit
95c078588d
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user