[MIG] initiate branch 18.0

This commit is contained in:
Stéphan Sainléger
2025-12-16 23:12:36 +01:00
parent 721daadbb2
commit 9ac67a2788
140 changed files with 0 additions and 7187 deletions

View File

@@ -1 +0,0 @@
from . import res_partner

View File

@@ -1,15 +0,0 @@
# -*- coding: utf-8 -*-
from odoo import fields, models, api
class ResPartner(models.Model):
_inherit = "res.partner"
visio_url = fields.Char(
string="Visio URL",
help="URL for Visio meetings associated with this company.",
)
wiki_homepage_url = fields.Char(
string="Wiki Homepage URL",
help="URL for the Wiki homepage associated with this company.",
)