mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[REF] auto-fix conventions
This commit is contained in:
@@ -19,4 +19,4 @@
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
import account_analytic_analysis_recurring
|
||||
from . import account_analytic_analysis_recurring
|
||||
|
||||
@@ -92,7 +92,7 @@ class AccountAnalyticInvoiceLine(orm.Model):
|
||||
'uom_id': uom_id or res.uom_id.id or False,
|
||||
'price_unit': res.list_price or 0.0})
|
||||
if res.description:
|
||||
result['name'] += '\n'+res.description
|
||||
result['name'] += '\n' + res.description
|
||||
|
||||
res_final = {'value': result}
|
||||
if result['uom_id'] != res.uom_id.id:
|
||||
|
||||
Reference in New Issue
Block a user