mirror of
https://gitlab.com/flectra-community/mis-builder.git
synced 2024-11-16 11:12:07 +00:00
12 lines
247 B
Python
12 lines
247 B
Python
# Copyright 2017 ACSONE SA/NV
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
from flectra import fields, models
|
|
|
|
|
|
class MisReportKpi(models.Model):
|
|
|
|
_inherit = "mis.report.kpi"
|
|
|
|
budgetable = fields.Boolean(default=False)
|