Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我在自定义 openerp 模块中创建了一个按钮。我想将 func 添加到此按钮以创建一个字段。我已经添加了功能,但是如何添加用于创建字段的功能。请帮忙
您可以在函数上创建字段,您必须在对象“ir.model.fields”中创建字段
如果您要创建像浮点数这样的简单字段。char, boolean 那么你必须给值字段名称,标签,模型,你想为哪个对象创建字段,如果是 many2one 或 many2many 字段,那么你必须给对象关系字段。
希望这有帮助