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 7.0で文字フィールドを表示するにはどうすればよいですか?
> For Class: > > '<field_name>': fields.char('Text', size=Char Size, translate=True, > required=True) > > For View: > > <field name="<field_name>" />