[REF] auto-fix conventions

This commit is contained in:
moylop260
2014-11-13 21:42:35 -06:00
parent 4b73c6f5f5
commit 3b0ed9dd21
2 changed files with 2 additions and 2 deletions

View File

@@ -19,4 +19,4 @@
# #
############################################################################## ##############################################################################
import account_analytic_analysis_recurring from . import account_analytic_analysis_recurring

View File

@@ -92,7 +92,7 @@ class AccountAnalyticInvoiceLine(orm.Model):
'uom_id': uom_id or res.uom_id.id or False, 'uom_id': uom_id or res.uom_id.id or False,
'price_unit': res.list_price or 0.0}) 'price_unit': res.list_price or 0.0})
if res.description: if res.description:
result['name'] += '\n'+res.description result['name'] += '\n' + res.description
res_final = {'value': result} res_final = {'value': result}
if result['uom_id'] != res.uom_id.id: if result['uom_id'] != res.uom_id.id: