[ADD] Docstring

This commit is contained in:
Stefan Rijnhart
2015-04-08 17:10:42 +02:00
parent b8dc36b862
commit 3861704e85

View File

@@ -28,6 +28,10 @@ class Company(models.Model):
@api.one
def reset_chart(self):
"""
This method removes the chart of account on the company record,
including all the related financial transactions.
"""
logger = logging.getLogger('openerp.addons.account_reset_chart')
def unlink_from_company(model):