mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[ADD] Docstring
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user