mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[12.0][FIX] account_spread_cost_revenue: convert total amount to spread currency
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user