odoo/addons/hr_timesheet_invoice/report
Antonio Esposito a00de91001 [FIX] hr_timesheet_invoice: warning in report generation
When generating the report 'Timesheet Profit', got a warning "The domain term '('user_id', '=', [...])' should use the 'in' or 'not in' operator."
This warning is due to the use of the '=' operator to compare the field 'user_id' while the reports sends a list of ids.
Fallback to still accept a single id in case of customised reports.
2014-10-28 11:00:07 +01:00
..
__init__.py [REM] hr_timesheet_invoice: removed unused report cost ledger. It was duplicated code of the same report defined in account module AND calling its rml. 2012-02-24 12:17:13 +01:00
account_analytic_profit.py [FIX] hr_timesheet_invoice: warning in report generation 2014-10-28 11:00:07 +01:00
account_analytic_profit.rml [IMP]: Removed pageSize from report rml as it will be taken from company paper format; 2011-12-21 14:38:11 +05:30
account_analytic_profit.sxw [RESTORE] Restore *.sxw files, skipped during bzr-to-git conversion to discard older binary blobs 2014-05-22 14:07:15 +02:00
hr_timesheet_invoice_report.py [IMP] use the openerp namespace. 2012-12-06 16:13:16 +01:00
hr_timesheet_invoice_report_view.xml [MERGE] related not in 'More...' 2012-09-27 19:36:41 +02:00
report_analytic.py [FIX] replace from/import decimal_precision by from/import openerp.addons.decimal_precision 2012-12-17 16:23:03 +01:00
report_analytic_view.xml [IMP] contracts 2012-09-01 09:21:37 +02:00