我想修改 OpenERP 订阅中的文档选择字段。
'doc_source': fields.reference('Source Document', required=True,
selection=_get_document_types, size=128,
help="User can choose the source document on which he wants to create documents"),
它允许您首先选择模型,然后在第二个字段中选择文档。我想要的是将文档过滤为仅草稿文档(例如发票)。是否可以在第二个字段上设置域?
提前致谢!