Error while calling ir.model.access.csv file
Hello,
I have generated one access csv file for my customized module. Now when i tries to install my module i am getting below error.
Error : No references to arihant_
Stack :
Environment Information :
System : Linux-2.
OS Name : posix
Distributor ID: Ubuntu
Description: Ubuntu 8.10
Release: 8.10
Codename: intrepid
Operating System Release : 2.6.27-14-generic
Operating System Version : #1 SMP Tue Aug 18 16:25:45 UTC 2009
Operating System Architecture : 32bit
Operating System Locale : en_IN.ISO8859-1
Python Version : 2.5.2
OpenERP-Client Version : 5.0.5-bzr
Last revision No. & ID : 988 <email address hidden>
Traceback (most recent call last):
File "/home/
result = LocalService(
File "/home/
return getattr(self, method)(*params)
File "/home/
File "/home/
File "/home/
res = self.execute_cr(cr, uid, data, state, context)
File "/home/
action_res = action(self, cr, uid, data, context)
File "/home/
db, pool = pooler.
File "/home/
return get_db_
File "/home/
addons.
File "/home/
File "/home/
File "/home/
File "/home/
process_
File "/home/
id = ir_model_
File "/home/
result2 = fn(self2, cr, *args[:
File "/home/
raise Exception('No references to %s.%s' % (module, xml_id))
Exception: No references to arihant_
Please kindly help me to solve this error.
Waiting for the valuable reply.
Thanks in advance
Deven
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Deven Moga
- Solved:
- 2009-09-10
- Last query:
- 2009-09-10
- Last reply:
- 2009-09-10
This question was originally filed as bug #427172.
Deven Moga (erpsupport) said : | #1 |
Hi
it's not a bug, yous must declare your group in __terp__.py before read the ir.model.access.csv
Regards,
Deven Moga (erpsupport) said : | #3 |
Problem solved
ed (egeers) said : | #4 |
how do you declare that?
I have a similar problem with the sale_product_
following error:
Environment Information :
System : Windows-32bit
OS Name : nt
Operating System Release :
Operating System Version : 32bit
Operating System Architecture : 32bit
Operating System Locale : nl_BE.cp1252
Python Version : 2.5.2
OpenERP-Client Version : 6.0.1
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
File "netsvc.pyo", line 489, in dispatch
File "service\
File "osv\osv.pyo", line 122, in wrapper
File "osv\osv.pyo", line 176, in execute
File "osv\osv.pyo", line 167, in execute_cr
File "C:\Program Files (x86)\OpenERP 6.0\Server\
File "pooler.pyo", line 60, in restart_pool
File "pooler.pyo", line 39, in get_db_and_pool
File "addons\
File "addons\
File "addons\
File "tools\
File "osv\orm.pyo", line 860, in import_data
File "osv\orm.pyo", line 810, in process_liness
File "osv\orm.pyo", line 724, in _get_id
File "tools\misc.pyo", line 823, in cached_result
File "C:\Program Files (x86)\OpenERP 6.0\Server\
ValueError: No references to sale.group_
The following is in the ir.model.access.csv file:
"id","name"
"access_
I noticed that the rest of the corresponding modules are 6.0.1.0 like porduct_
I would try to program it myself but i'm not so good yet so thats why i pop this question. please help...
Kind regards,
e
Chandra L (vesper83) said : | #5 |
change sale.group_
it solve the problem