release chart

This commit is contained in:
ivan deng
2019-11-12 18:56:15 +08:00
parent 5559ca2fbe
commit 564fd32478
118 changed files with 2120 additions and 0 deletions

View File

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