[IMP] Description

This commit is contained in:
Stefan Rijnhart
2015-04-08 17:15:12 +02:00
parent 3861704e85
commit 4db40cd2ca

View File

@@ -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
======================