Hi all, I have a big problem, I hope some of you can help me. I'm trying to import this simple data to my accounts C:\fakepath\account.account.png
at the moment to validate OpenERP show me this message
'NoneType' object has no attribute 'group'
the logs show me this
2014-01-26 16:54:12,546 1816 ERROR inicial openerp.netsvc: 'NoneType' object has no attribute 'group' Traceback (most recent call last): File "C:\openerp70\Server\server.\openerp\netsvc.py", line 292, in dispatch_rpc File "C:\openerp70\Server\server.\openerp\service\web_services.py", line 626, in dispatch File "C:\openerp70\Server\server.\openerp\osv\osv.py", line 188, in execute_kw File "C:\openerp70\Server\server.\openerp\osv\osv.py", line 131, in wrapper File "C:\openerp70\Server\server.\openerp\osv\osv.py", line 197, in execute File "C:\openerp70\Server\server.\openerp\osv\osv.py", line 185, in execute_cr File "C:\openerp70\Server\server\openerp\addons\base_import\models.py", line 320, in do File "C:\openerp70\Server\server.\openerp\osv\orm.py", line 1374, in load File "C:\openerp70\Server\server.\openerp\osv\orm.py", line 5336, in convert_pgerror_23502 AttributeError: 'NoneType' object has no attribute 'group' 2014-01-26 16:54:12,651 1816 INFO inicial werkzeug: 127.0.0.1 - - [26/Jan/2014 16:54:12] "POST /web/dataset/call_kw HTTP/1.1" 200 -
I don't know what is the problem, I can create the account from the account form, but I cant import this from a csv file, what is the problem??
another thing I did was add all account columns to file account.account.csv and still not working :(
please help me.