mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[12.0][ENH] account_spreaad_cost_revenue, add optional expense/revenue account
This commit is contained in:
@@ -44,6 +44,9 @@ class AccountSpread(models.Model):
|
||||
default='month',
|
||||
help="Period length for the entries",
|
||||
required=True)
|
||||
use_invoice_line_account = fields.Boolean(
|
||||
string="Use invoice line's account",
|
||||
)
|
||||
credit_account_id = fields.Many2one(
|
||||
'account.account',
|
||||
string='Credit Account',
|
||||
|
||||
Reference in New Issue
Block a user