odoo/addons/web_calendar/static
jkei 76f6203888 Avoid false values in calendar views
'false' is displayed when no value is assigne to a field declared in a calend.

Impacted versions:

8.0, master
Steps to reproduce:

Create a fresh database, create a new customer and set his fiscal position.
Create a quotation, select the customer
Current behavior:

File "/Users/keje/src/odoo/addons/account/partner.py", line 107, in get_fiscal_position
return part.property_account_position.id
NameError: global name 'part' is not defined

Expected behavior:

No error
2014-12-22 13:16:26 +01:00
..
lib/fullcalendar [IMP] Upgrade fullCal library from 1.6.1 with the last 1.6.4 2013-11-07 14:55:19 +01:00
src Avoid false values in calendar views 2014-12-22 13:16:26 +01:00