odoo/addons/hr_timesheet_invoice
Denis Ledoux 37a2f426a9 [FIX] hr_timesheet_invoice: invoice timesheet of contract with no customer
If there is no partner on the contract to which are invoiced
the timesheets, the error telling you to set a partner (and a pricelist)
must be raised before trying to create the invoice, not before
creating the lines of the invoice.

In this case, this is because if you set no customer
on the contract, there is no pricelist automatically filled
as well, and the currency is took from the pricelist,
which will be False in the case there is no pricelist
on the contract, and you cannot create an invoice
with no currency set.

opw-647672
2015-08-19 14:29:09 +02:00
..
i18n [I18N] Update translation terms from Transifex 2015-08-16 01:58:03 +02:00
report [MERGE] forward port of branch saas-3 up to 21b1203 2014-10-29 19:33:02 +01:00
security [IMP] Security Rule: removed duplicates due to inheritancies of groups 2011-12-12 19:11:13 +01:00
test [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
views [IMP] hr* reports converted to qweb 2014-04-15 21:19:11 +02:00
wizard [MERGE] new v8 api by rco 2014-07-06 17:05:41 +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 [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
hr_timesheet_invoice.py [FIX] hr_timesheet_invoice: invoice timesheet of contract with no customer 2015-08-19 14:29:09 +02: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 [FIX] Fix for Issue 2716: Hide 'Print' button for the report 'Timesheet Profit' 2014-10-27 14:28:23 +01:00
hr_timesheet_invoice_view.xml [FIX]hr_timesheet: prevent quick creation and record opening for account fields 2015-02-19 09:11:21 +01:00
hr_timesheet_invoice_wizard.xml merged with trunk 2010-12-30 15:28:09 +05:30