[IMP] Reportings Review
authorYannick Tivisse <yti@odoo.com>
Fri, 5 Dec 2014 09:44:53 +0000 (10:44 +0100)
committerRichard Mathot <rim@odoo.com>
Tue, 9 Dec 2014 15:12:48 +0000 (16:12 +0100)
commitb5164698f255633e68e6c3b75f30eae8492326dc
tree8b87dd7f83b7472cf7f2b73266b2ee59e05d35c0
parentfa93166a1f68fadaac40fd804a2ec8f14b502e7d
[IMP] Reportings Review

This commit fixes lots of usability problems in the reporting views.

eg: missing fields in the reports, labelling inconsistencies, broken/outdated/unused filters and group bys...

Detailed changelist
-------------------

account/Invoice Analysis:
- "Product Category" vs "Category of Product": labelling consistency
- group by Analytic Account

account_voucher/Sales Receipt Analysis:
- remove filter on Pro-forma

crm/Lead & Opportunities Analysis:
- "Exp." vs "Expected": labelluing consistency

crm/Phone Calls Analysis:
- remove Todo and My Phone Call filters
- fix My Sales Team(s) filter

crm_claim/Claims Analysis
- remove My Case(s) filter
- fix My Company(s) filter
- remove group by Sales Team
- fix label Creation Month

crm_helpdesk/Helpdesk Analysis
- remove My Case(s) filter

event/Events Analysis
- remove My Events & Show Confirmed Registrations filters
- fix labelling of Attendee / Contact group by

hr_holidays/Leaves Analysis
- remove My Requests filter

hr_recruitment/Recruitment Analysis
- remove My filter

marketing_campaign/Campaign Analysis
- fix labelling

mrp_operations/Work Order Analysis
- add fields Product Template, Product Category, Responsible, Routing
  and BoM
- fix labelling group by Planned Month

point_of_sale/Orders Analysis
- add fields Product Template, Invoiced, Point of Sale, Public Category,
  Warehouse and Pricelist
- fix Year filter

project/Tasks Analysis:
- remove My Task filter

project/Issues Analysis:
- remove My Issues filter
- remove Task group by

purchase/Purchase Analysis:
- fix quantity field into float
- add fields Product Template, Product Category, Partner Country, Fiscal
  Position, Analytic Account and Commercial Entity
- add group by Partner Country and Fiscal Position
- fix labelling "Product Category" vs "Category of product"

sale/Sales Analysis
- fix labelling "Product Category" vs "Category of product"
- add fields Product Template, Paid, # of Paid Lines, Partner Countru
  and Commercial Entity
- remove filter My Sales
- add group by Partner Country

sale_stock/Sales Analysis
- fix label name of shipped_qty_1

Credits
-------

Analysis and code courtesy of Sébastien Versailles, Quentin De Coninck,
Yannick Tivisse and Richard Mathot {sve,qdc,yti,rim}@odoo.com

(congratulations if you've read this boring commit message)
26 files changed:
addons/account/report/account_invoice_report.py
addons/account/report/account_invoice_report_view.xml
addons/account_voucher/report/account_voucher_sales_receipt_view.xml
addons/crm/report/crm_lead_report.py
addons/crm/report/crm_opportunity_report.py
addons/crm/report/crm_opportunity_report_view.xml
addons/crm/report/crm_phonecall_report.py
addons/crm/report/crm_phonecall_report_view.xml
addons/crm_claim/report/crm_claim_report_view.xml
addons/crm_helpdesk/report/crm_helpdesk_report_view.xml
addons/event/report/report_event_registration_view.xml
addons/hr_holidays/hr_holidays_view.xml
addons/hr_recruitment/report/hr_recruitment_report_view.xml
addons/marketing_campaign/report/campaign_analysis.py
addons/marketing_campaign/report/campaign_analysis_view.xml
addons/mrp_operations/report/mrp_workorder_analysis.py
addons/mrp_operations/report/mrp_workorder_analysis_view.xml
addons/point_of_sale/report/pos_order_report.py
addons/point_of_sale/report/pos_order_report_view.xml
addons/project/report/project_report_view.xml
addons/project_issue/report/project_issue_report_view.xml
addons/purchase/report/purchase_report.py
addons/purchase/report/purchase_report_view.xml
addons/sale/report/sale_report.py
addons/sale/report/sale_report_view.xml
addons/sale_stock/report/sale_report.py