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 的新手,有一个任务要完成。
我想在 CRM 中添加新的潜在客户时保持电子邮件 ID的唯一性和强制性。我想知道实现它的最佳方法。
谢谢你
您必须使用 _constraint 作为字段电子邮件地址,用于检查字段的唯一性。使用 required=True 使每个数据都需要它。
干杯,帕蒂夫