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 モジュールに取り組んでいます。フィールドを動的に作りたい。ユーザーからフィールドの名前を取得し、それにフィールドを作成したいと考えています。これはどのように行うことができますか?名前、文字型を返すために fields.function でそれを行うことはできますか? 助けてください
class self.pool.get('ir.model.fields') Use Create Function を使用して、フィールドを動的に作成できます。