[MIG] document_page_partner: Migration to 16.0

This commit is contained in:
ntsirintanis
2024-03-08 09:33:29 +01:00
parent 85a439be2c
commit 0b6fd9e908
6 changed files with 42 additions and 43 deletions

View File

@@ -1,3 +1,3 @@
# Copyright 2015-18 Therp BV <https://therp.nl>
# Copyright 2015-24 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from . import document_page

View File

@@ -1,6 +1,6 @@
# Copyright 2015-18 Therp BV <https://therp.nl>
# Copyright 2015-24 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
from openerp import fields, models
from odoo import fields, models
class DocumentPage(models.Model):