[12.0][FIX] account_spread_cost_revenue: convert total amount to spread currency

This commit is contained in:
antonio
2020-07-30 10:06:36 +02:00
committed by Andrea Stirpe
parent f8133b25ad
commit 27494b106d
3 changed files with 22 additions and 6 deletions

View File

@@ -34,7 +34,8 @@ class AccountSpreadTemplate(models.Model):
exp_rev_account_id = fields.Many2one(
'account.account',
string='Expense/Revenue Account',
help="Optional account to overwrite the existing expense/revenue account")
help="Optional account to overwrite the existing expense/revenue "
"account")
period_number = fields.Integer(
string='Number of Repetitions',
help="Define the number of spread lines")