mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-21 12:52:18 -06:00
[MIG] document_url: Migration to 13.0
[UPD] Update document_url.pot [UPD] README.rst Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: knowledge-13.0/knowledge-13.0-document_url Translate-URL: https://translation.odoo-community.org/projects/knowledge-13-0/knowledge-13-0-document_url/
This commit is contained in:
committed by
Víctor Martínez
parent
9e1c16c141
commit
85c567a01a
@@ -1,12 +1,12 @@
|
||||
# Copyright 2014 Serv. Tecnol. Avanzados (http://www.serviciosbaeza.com)
|
||||
# Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
|
||||
# Copyright 2014 Tecnativa - Pedro M. Baeza
|
||||
# Copyright 2020 Tecnativa - Manuel Calero
|
||||
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
|
||||
from urllib import parse
|
||||
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class AddUrlWizard(models.Model):
|
||||
class AddUrlWizard(models.TransientModel):
|
||||
_name = "ir.attachment.add_url"
|
||||
_description = "Wizard to add URL attachment"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user