تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3001 أدوات العرض

Hello, I have Odoo 8 and I am starting to understand the reports, to develop my own reports. (The reports of Reporting tab).

Where is any tutorial? I see the tutorial of the v8 in https://www.odoo.com/documentation/8.0/ but it is very short. I need more detailed tutorials.

For example, I am seeing the addons/account/account_invoice_report.py and I don't know why the table of BD is named "ail"...

Thanks!

الصورة الرمزية
إهمال

Probably documentation postgresql is the best tutorial for this. PS. ... ail ... short name account_invoice_line (postgresql - account_invoice_line AS ail) ... see ... FROM account_invoice_line ail ... method _from in account_invoice_report.py

الكاتب

Yes, I see that. Thanks for your reply!

It is called an alias. You can call it anything. If you don't provide it, the full table name is used.

المنشورات ذات الصلة الردود أدوات العرض النشاط
1
مارس 15
3016
1
نوفمبر 24
1762
0
أغسطس 24
1703
2
نوفمبر 23
3831
5
أغسطس 23
10031