update ztree relate

This commit is contained in:
ivan deng
2021-12-06 18:57:07 +08:00
parent beb1fde6cc
commit 39e7e1dfd9
124 changed files with 2658 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# -*- coding: utf-8 -*-
from odoo import api, fields, models, tools, _
class Location(models.Model):
_name = "stock.location"
_inherit = ['stock.location', 'image.mixin']