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

I am facing problem finding the profit and loss query in openerp folders. Can any one tell me the path of that file?

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

There is a community module called fstr that may be useful.

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

All accounting Reports are centralized one... "account.common.report" acts as an base model for all reports, featuring all basic fields with necessary requirements... and rest all other reports inherits this object and later addition report criteria are added... So for Profit And Loss Report, refer "accounting.report" object..

Path: account/wizard/account_financial_report.py

Tip: Use Ctrl + H, which performs a search on entire addon/openerp folder, if you are using EDI like Eclipse, Aptana Studio, etc

 

อวตาร
ละทิ้ง