diff options
Diffstat (limited to 'indoteknik_custom/models/account_account.py')
| -rw-r--r-- | indoteknik_custom/models/account_account.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/models/account_account.py b/indoteknik_custom/models/account_account.py index 584c38f8..e2988625 100644 --- a/indoteknik_custom/models/account_account.py +++ b/indoteknik_custom/models/account_account.py @@ -3,4 +3,5 @@ from odoo import fields, models, api, _ class AccountAccount(models.Model): _inherit = 'account.account' - cost_centre_id = fields.Many2one('cost.centre', string='Cost Centre')
\ No newline at end of file + cost_centre_id = fields.Many2one('cost.centre', string='Cost Centre') + analytic_account_ids = fields.Many2many('account.analytic.account', string='Analytic Account')
\ No newline at end of file |
