Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
5501 มุมมอง

Hi i want to do some updates to my Customer Invoice & Supplier Invoice modules and a customized report for the same

I developed my extension modules for accounting & custom report and placed in addons folder , but my accounting module is not listing in not installed or in any category .. where as my report module is appearing in not installed category , where am i went wrong ?? Here i added my __openerp__.py of my custom accounting module.

__openerp__.py

 {
'name' : 'ePillar eInvoicing',
'version' : '1.0',
'author' : 'Nishad',
'category' : 'Accounting & Finance',
'description' : """ Accounting and Financial Management """,
'website': '',
'depends' : ['base_setup', 'product', 'analytic', 'account'],
'init_xml': [],
'update_xml': ['account_invoice_view.xml'],
'installable': True,
'auto_install': False,
'application': True,
}

Since my Karma is low i cant put 'website': entry in the above source , it as usual like www.openerp.com

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi, Make sure it is owned by the suitable user,

also make sure you did 'Update Modules List',

I hope it'll works....

อวตาร
ละทิ้ง

Also, you need to make sure that Technical Features enabled under the current user Access Rights ..%

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
มี.ค. 15
6312
1
พ.ค. 25
1045
2
เม.ย. 24
1450
1
มิ.ย. 22
2655
1
พ.ค. 17
8173