update company

This commit is contained in:
Ivan Office
2024-05-06 23:36:29 +08:00
parent 4e66233f70
commit 1096634029
31 changed files with 729 additions and 41 deletions

View File

@@ -0,0 +1,10 @@
# -*- coding: utf-8 -*-
from odoo import api, fields, models, tools, _
class Company(models.Model):
_inherit = "res.company"
# 注意res.partner 有 parent_id 和 child_ids