Ai
2 Star 0 Fork 0

oca-github/server-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ir_model_data.py 421 Bytes
一键复制 编辑 原始数据 按行查看 历史
Holger Brunn 提交于 2018-07-19 15:20 +08:00 . [MIG] base_import_odoo
# -*- coding: utf-8 -*-
# Copyright 2017-2018 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo import fields, models
class IrModelData(models.Model):
_inherit = 'ir.model.data'
import_database_id = fields.Many2one(
'import.odoo.database', string='From remote database',
)
import_database_record_id = fields.Integer('Remote database ID')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/oca-github/server-tools.git
git@gitee.com:oca-github/server-tools.git
oca-github
server-tools
server-tools
10.0

搜索帮助