I want to add a row to a table created i my openerp module. cant do it. lol. ive already tried this in my .xml view
<record model="prods.prods" id="row1stuff">
<field name="name"> "blah" </field>
<field name="code"> "content" </field>
<field name="sku"> "blah" </field>
<field name="description">"my stuff"</field>
<field name="salepricewithvat" eval="12"></field>
<field name="group"> "field2 content" </field>
<field name="id"> "blah" </field>
<field name="applicationid"> "field2 content" </field>
</record>
but that didnt add any data to the table adding data to a table is the next small step i want to take but currently its not working. my journey so far with openerp has been very very slow.