[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

@ -7,7 +7,7 @@ Link to a partner in document pages
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:f44c10d01daccb8a4056b7a43902ca208d9fbcf75bc0891fea876c02126c812f
!! source digest: sha256:551f3befa9a02d00f51e8256594e83f031d0f482ccdeae01bb56ff8b901760d9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

View File

@ -1,8 +1,9 @@
# 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).
{
"name": "Link to a partner in document pages",
"version": "14.0.1.0.0",
"version": "16.0.1.0.0",
"website": "https://github.com/OCA/knowledge",
"author": "Therp BV,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Knowledge Management",

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):

View File

@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:f44c10d01daccb8a4056b7a43902ca208d9fbcf75bc0891fea876c02126c812f
!! source digest: sha256:551f3befa9a02d00f51e8256594e83f031d0f482ccdeae01bb56ff8b901760d9
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/knowledge/tree/16.0/document_page_partner"><img alt="OCA/knowledge" src="https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_partner"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/knowledge&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module allows you to organize your knowledgebase by partner.</p>

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<openerp>
<data>
<odoo>
<record id="view_wiki_form" model="ir.ui.view">
<field name="model">document.page</field>
<field name="inherit_id" ref="document_page.view_wiki_form" />
@ -36,5 +35,4 @@
</xpath>
</field>
</record>
</data>
</openerp>
</odoo>