[RFR] PEP8

This commit is contained in:
Stefan Rijnhart
2014-07-11 16:18:31 +02:00
parent c6767caff6
commit 6eacc26241
2 changed files with 116 additions and 63 deletions

View File

@@ -26,10 +26,13 @@
'category': 'Other',
'description': """
This module add a new feature in contracts to manage recurring invoice
=======================================================================================
======================================================================
This is a backport of the new V8 feature available in trunk and saas. With the V8 release this module will be deprecated.
It also add a little feature, you can use #START# and #END# in the contract line to automatically insert the dates of the invoiced period.
This is a backport of the new V8 feature available in trunk and saas. With
the V8 release this module will be deprecated.
It also add a little feature, you can use #START# and #END# in the contract
line to automatically insert the dates of the invoiced period.
Backport done By Yannick Buron.
""",
@@ -41,7 +44,7 @@ Backport done By Yannick Buron.
'account_analytic_analysis_recurring_view.xml',
],
'demo': [''],
'test':[],
'test': [],
'installable': True,
'images': [],
}