Skip to Content
Menu
This question has been flagged

I have a field.char and I want to save the user input into database.

_columns={

        'code':fields.char("Código",size=10),

        }

the querie I use is this: cr.execute("INSERT INTO gs_recintos (code) VALUES (%s)",(user_input))

so how can I fill the database with the user input on the field code?

Avatar
Zrušiť

In Openerp ORM Create Method Insert data in DB. For more details see the link http://help.openerp.com/question/760/what-is-the-orm-used-in-version-7-of-openerp/

Related Posts Replies Zobrazenia Aktivita
0
máj 20
2789
2
máj 24
1282
1
júl 23
5654
2
júl 19
4417
1
apr 15
14052