diff --git a/account_reset_chart/README.rst b/account_reset_chart/README.rst index ae6382d8c..8976bceca 100644 --- a/account_reset_chart/README.rst +++ b/account_reset_chart/README.rst @@ -4,10 +4,11 @@ Account chart reset =================== -Adds a method to the company to remove its chart of accounts, including moves -and journals. By necessity, this process also removes the company's bank -accounts as they are linked to the company's journals and the company's payment -orders and payment modes if the payment module is installed. +Adds a method to the company to remove its chart of accounts, including all +related transactions, journals etc. By necessity, this process also removes +the company's bank accounts as they are linked to the company's journals and +the company's payment orders and payment modes if the payment module is +installed. As a result, you can then reconfigure the company chart of account with the same or a different chart template. @@ -29,8 +30,6 @@ provided. Please run through xmlrpc, for instance using erppeek: :: client.login('admin', admin_pw, dbname) client.execute('res.company', 'reset_chart', 1) -Caution! This process will destroy - Known issues / Roadmap ======================