odoo/addons/web_calendar
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
..
i18n [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
static Avoid false values in calendar views 2014-12-22 13:16:26 +01:00
views [FIX] Fix web test with temporary hack 2014-04-24 23:28:26 +02:00
__init__.py [IMP] Improve according first review CHS 2014-01-10 18:03:33 +01:00
__openerp__.py [IMP] bundlify web client 2014-04-24 11:25:20 +02:00