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.
私はopenERP7を使用し、product.pyで新しいタイプ「ダミー」を見つけました
私はドキュメントでそれを見つけることができません。
誰でも例を挙げて説明してもらえますか?
前もって感謝します!!
'field_name':fields.dummy(type='',string='',relation='')
type が many2one の場合、リレーションが使用されます。その場合、関係は関連クラスになります。