summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/account_account.py
blob: 584c38f854f17c46953f175353303030b17962ca (plain)
1
2
3
4
5
6
from odoo import fields, models, api, _

class AccountAccount(models.Model):
    _inherit = 'account.account'

    cost_centre_id = fields.Many2one('cost.centre', string='Cost Centre')