From 3861704e8596dbc8832a03720c35c91a3c85ce9f Mon Sep 17 00:00:00 2001 From: Stefan Rijnhart Date: Wed, 8 Apr 2015 17:10:42 +0200 Subject: [PATCH] [ADD] Docstring --- account_reset_chart/models/res_company.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/account_reset_chart/models/res_company.py b/account_reset_chart/models/res_company.py index e888b45cc..3979fcdbc 100644 --- a/account_reset_chart/models/res_company.py +++ b/account_reset_chart/models/res_company.py @@ -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):