OK, found a way: Like in /tinyerp-server-4.2.1/bin/addons/base/res/partner/partner_data.xml I create a xml file and define 'Bank type': <record model="res.partner.bank.type" id="bank_normal"> <field name="name">Bank account</field> <field name="code">bank</field> </record>
It's not nice but it's working. However, I experience another bank related problem. In Financial Management->Configuration->Banks I create a Bank (only field 'Name'='Superbank'). Then I try to import Partners with Bank details but I get the error that 'Superbank' doesn't exist on 'res.bank' or 'res.partner' for that matter. When creating Bank details manually I click on the looking glass next to the Bank field and 'Superbank' shows up. What am I missing? I'd really appreciate it very much if I don't have to key in thousands of bank account numbers... thanks knerz _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
