-
- Downloads
[FIX] account_accountant: Make transfer_account not required without chart template
required: [('chart_template_id','!=',False)] doesn't work because you need to fill the chart_template_id to install a chart of accounts for your company. Then, the transfer_account becomes required before its installation and then, you are not able to install a chart of accounts for your company.
Please register or sign in to comment