[IMP+FIX] Pot file and Dutch translation + PEP8

This commit is contained in:
Stefan Rijnhart
2014-07-11 16:18:08 +02:00
committed by Pedro M. Baeza
parent af584d5427
commit d2a27646f5
4 changed files with 417 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': [],
}