[FIX] correct various date issues in reporting
authorGéry Debongnie <ged@odoo.com>
Mon, 28 Jul 2014 08:34:30 +0000 (10:34 +0200)
committerOlivier Dony <odo@openerp.com>
Wed, 30 Jul 2014 13:11:22 +0000 (15:11 +0200)
commit366a30db95b92744a6403cc5a347a001f27315ae
tree46f6deffd72badf11a65f4d2bd05effe0ba9a65b
parent6f563d6284e397cb23aa060a548b4af765c4c97f
[FIX] correct various date issues in reporting

* remove old 'day', 'month', 'field' and replace them by the actual
date/datetime field
* remove weird cast to char when creating the view to prevent crash
when grouping on them
* remove duplicates (such as 'creation_date' and 'create_date')
* fix typing errors (field type date defined as a datetime in the
postgres view)
* fix search view definition
38 files changed:
addons/account/report/account_analytic_entries_report_view.xml
addons/account/report/account_entries_report.py
addons/account/report/account_entries_report_view.xml
addons/account/report/account_invoice_report_view.xml
addons/account_voucher/report/account_voucher_sales_receipt.py
addons/account_voucher/report/account_voucher_sales_receipt_view.xml
addons/crm/report/crm_lead_report.py
addons/crm/report/crm_phonecall_report.py
addons/crm/report/crm_phonecall_report_view.xml
addons/crm_claim/report/crm_claim_report.py
addons/crm_claim/report/crm_claim_report_view.xml
addons/crm_helpdesk/report/crm_helpdesk_report.py
addons/crm_helpdesk/report/crm_helpdesk_report_view.xml
addons/crm_partner_assign/report/crm_lead_report.py
addons/crm_partner_assign/report/crm_lead_report_view.xml
addons/event/report/report_event_registration_view.xml
addons/fleet/fleet.py
addons/fleet/fleet_view.xml
addons/hr_evaluation/report/hr_evaluation_report.py
addons/hr_evaluation/report/hr_evaluation_report_view.xml
addons/hr_expense/report/hr_expense_report.py
addons/hr_expense/report/hr_expense_report_view.xml
addons/hr_recruitment/report/hr_recruitment_report.py
addons/hr_recruitment/report/hr_recruitment_report_view.xml
addons/hr_timesheet/report/hr_timesheet_report.py
addons/hr_timesheet/report/hr_timesheet_report_view.xml
addons/hr_timesheet_sheet/report/hr_timesheet_report.py
addons/membership/report/report_membership.py
addons/membership/report/report_membership_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_view.xml
addons/project/report/project_report.py
addons/project/report/project_report_view.xml
addons/project_issue/report/project_issue_report.py
addons/project_issue/report/project_issue_report_view.xml
addons/purchase/report/purchase_report.py
addons/purchase/report/purchase_report_view.xml