This question has been flagged
2 Replies
3049 Views

Hi all, i am a newbie in ERP. I am created a database called SOFT and i will add tables into SOFT DB: T1(id: pri key, name, add); T2(id: pri key, kind); T3(id: pri, idT1: foreign key, idT2: foreing key, timestart, timeend) And then i login into ERP 6.1, so how do i add those tables into SOFT DB? And how can i take fields in tables? to show, insert and update content of tables. Thanks so much.

Avatar
Discard
Best Answer

Hi,

With openerp you does not create tables manually.

you must create a new module that contains the description of these tables.and openerp takes care of rest.

to create a new module in openerp 7 see this subject: How i can create module openerp 7 ?

Thanks.

Avatar
Discard
Author Best Answer

Thanks, great tutorial.

Avatar
Discard