openerp - Odoo Keyerror in accounts list -
description
in odoo accounting module,there 26 accounts each assigned unique codes.some used invoice(like creditors invoice) , other purpose.we can see in accounting module->configuration->accounts->accounts.i have imported many user defined accounts client's database.no error during import,all account entries shows in user interface.
error
but when open of entries,i getting error
"keyerror:261"
where 261 id of 1 of account name.it exists both in ui , db.i know keyerror means dictionary , cant find key called 261.since id 261 there in db why not able search it?
Comments
Post a Comment