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 モジュールを作成しました。画像ファイルを添付するためのフィールドもあります。しかし今、複数の画像フィールドを添付できるフィールドが必要です。どうすればこれを行うことができますか?
提案を希望
ir.attachments請求書の .Check sent by email ボタンに関連する many2many フィールドを追加します。多くの添付ファイルとメール本文を追加できるウィザードが開きます
ir.attachments
たとえば、ir.attachement に関連する many2many フィールドを追加し、そのフィールドの xml 行で、widget="many2many_binary" を指定します。
画像をできるだけ多く表示できるかどうかわかりません