Closed DaniilDigtyar closed 1 year ago
When using cooperator for multicompany you have to create manually the subscription journal for all new companies.
When selecting and loading a chart template for a new company, it should also create the subscription journal for that company.
Add the subscription journal to the account.chart.template method _prepare_all_journals(self, acc_template_ref, company, journals_dict=None):
account.chart.template
_prepare_all_journals(self, acc_template_ref, company, journals_dict=None):
Issue
When using cooperator for multicompany you have to create manually the subscription journal for all new companies.
Expected
When selecting and loading a chart template for a new company, it should also create the subscription journal for that company.
Implementation
Add the subscription journal to the
account.chart.template
method_prepare_all_journals(self, acc_template_ref, company, journals_dict=None):