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 7 自定义模块。我正在使用 Eclipse IDE 和 Python 进行调试。我在我的模块中添加了 2 个字段并且工作正常。但是在添加第三个字段时出现“xml 架构”错误。1)我无法解决这个问题 2)接下来我想为图片附件添加字段。这样用户就可以将他们的图像与他们的帐户一起附加。如何才能做到这一点?
希望提出建议
for image attachment you can add binary field for image 'image': field.binary('Image')