-
- Downloads
[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
Showing
- addons/account/report/account_analytic_entries_report_view.xml 1 addition, 3 deletions...s/account/report/account_analytic_entries_report_view.xml
- addons/account/report/account_entries_report.py 1 addition, 10 deletionsaddons/account/report/account_entries_report.py
- addons/account/report/account_entries_report_view.xml 0 additions, 3 deletionsaddons/account/report/account_entries_report_view.xml
- addons/account/report/account_invoice_report_view.xml 1 addition, 3 deletionsaddons/account/report/account_invoice_report_view.xml
- addons/account_voucher/report/account_voucher_sales_receipt.py 0 additions, 11 deletions...s/account_voucher/report/account_voucher_sales_receipt.py
- addons/account_voucher/report/account_voucher_sales_receipt_view.xml 2 additions, 31 deletions...unt_voucher/report/account_voucher_sales_receipt_view.xml
- addons/crm/report/crm_lead_report.py 2 additions, 2 deletionsaddons/crm/report/crm_lead_report.py
- addons/crm/report/crm_phonecall_report.py 3 additions, 5 deletionsaddons/crm/report/crm_phonecall_report.py
- addons/crm/report/crm_phonecall_report_view.xml 1 addition, 4 deletionsaddons/crm/report/crm_phonecall_report_view.xml
- addons/crm_claim/report/crm_claim_report.py 6 additions, 15 deletionsaddons/crm_claim/report/crm_claim_report.py
- addons/crm_claim/report/crm_claim_report_view.xml 1 addition, 3 deletionsaddons/crm_claim/report/crm_claim_report_view.xml
- addons/crm_helpdesk/report/crm_helpdesk_report.py 5 additions, 14 deletionsaddons/crm_helpdesk/report/crm_helpdesk_report.py
- addons/crm_helpdesk/report/crm_helpdesk_report_view.xml 1 addition, 3 deletionsaddons/crm_helpdesk/report/crm_helpdesk_report_view.xml
- addons/crm_partner_assign/report/crm_lead_report.py 3 additions, 5 deletionsaddons/crm_partner_assign/report/crm_lead_report.py
- addons/crm_partner_assign/report/crm_lead_report_view.xml 1 addition, 4 deletionsaddons/crm_partner_assign/report/crm_lead_report_view.xml
- addons/event/report/report_event_registration_view.xml 1 addition, 3 deletionsaddons/event/report/report_event_registration_view.xml
- addons/fleet/fleet.py 0 additions, 10 deletionsaddons/fleet/fleet.py
- addons/fleet/fleet_view.xml 1 addition, 2 deletionsaddons/fleet/fleet_view.xml
- addons/hr_evaluation/report/hr_evaluation_report.py 1 addition, 13 deletionsaddons/hr_evaluation/report/hr_evaluation_report.py
- addons/hr_evaluation/report/hr_evaluation_report_view.xml 1 addition, 3 deletionsaddons/hr_evaluation/report/hr_evaluation_report_view.xml
Loading
Please register or sign in to comment