odoo/addons/hr_timesheet_invoice
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
..
i18n [I18N] Update all 7.0 translation templates with latest terms and annotations 2014-08-14 02:24:24 +02:00
report [FIX] hr_timesheet_invoice: warning in report generation 2014-10-28 11:00:07 +01:00
security [IMP] Security Rule: removed duplicates due to inheritancies of groups 2011-12-12 19:11:13 +01:00
test [IMP] hr_timesheet_invoice: cleanup/simplify previous commit 2013-10-03 12:43:55 +02:00
wizard [REV] revert revision 9056 that was deleting a whole wizard. The patch is good but not applicable as it in the v7 2013-04-23 16:49:48 +02:00
__init__.py [REM] hr_timesheet_invoice:Remove Define Your Employees Invoice Data config wiz 2011-06-22 12:22:43 +05:30
__openerp__.py [REV] revert revision 9056 that was deleting a whole wizard. The patch is good but not applicable as it in the v7 2013-04-23 16:49:48 +02:00
hr_timesheet_invoice.py [FIX] hr_timesheet_invoice: on_change_partner_id, do nothing if partner_id is False 2014-01-13 17:56:47 +01:00
hr_timesheet_invoice_data.xml [IMP] Analytic, hr_timesheet_invoice: moved chatter and subtypes for analytic into analytic; removed salesteam-related subtypes. 2012-12-19 18:31:27 +01:00
hr_timesheet_invoice_demo.xml [IMP]Improvement in different modules 2012-11-05 12:34:08 +05:30
hr_timesheet_invoice_report.xml [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
hr_timesheet_invoice_view.xml [IMP] Avoid to set to_invoice 100% when 'use timesheet' set. 2012-11-29 19:15:29 +05:00
hr_timesheet_invoice_wizard.xml merged with trunk 2010-12-30 15:28:09 +05:30