odoo/addons/fleet
Martin Trigaux e826e84af5 [FIX] fleet: avoid function field computation order issues
The name of a vehicle is function field.
The field odometer on a vehicle has a a setter that creates an odometer.
The name of an odometer is a function field that uses the name of the vehicle.
If a vehicle is created with a value in odometer field, the odometer is created before the name is computed so the concatanation would fail.
Fixes #3468
2014-11-13 16:05:54 +01:00
..
i18n [I18N] Update translations from Launchpad 8.0 branches 2014-10-08 17:52:25 +02:00
security [MERGE] Harmonization of noupdate flag on security XML data, courtesy of Alexis de Lattre (Akretion) 2012-12-19 00:20:01 +01:00
static [REF] Renamed files whose names contained whitespaces 2014-09-02 14:13:00 +02:00
__init__.py [ADD]add license in .py files 2012-10-31 15:28:30 +01:00
__openerp__.py [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
fleet.py [FIX] fleet: avoid function field computation order issues 2014-11-13 16:05:54 +01:00
fleet_board_view.xml [IMP] Cleaning of reporting (group_by, filters), adding new favourites and default views, some renaming (py and xml files) 2014-08-26 11:56:49 +02:00
fleet_cars.xml [REF] Renamed files whose names contained whitespaces 2014-09-02 14:13:00 +02:00
fleet_data.xml [ADD]after install go to fleet menu, change driver of demo data to demo_user and put demo_user in fleet_user group 2012-12-10 17:28:34 +01:00
fleet_demo.xml [FIX] fleet,project allow demo user to create cars and projects 2013-11-20 17:53:14 +01:00
fleet_view.xml [IMP] Cleaning of reporting (group_by, filters), adding new favourites and default views, some renaming (py and xml files) 2014-08-26 11:56:49 +02:00