mirror of
https://github.com/bringout/oca-report.git
synced 2026-04-18 05:42:01 +02:00
7 lines
177 B
Python
7 lines
177 B
Python
from odoo import models
|
|
|
|
|
|
class MisKpiDataTestItem(models.Model):
|
|
_name = "mis.kpi.data.test.item"
|
|
_inherit = "mis.kpi.data"
|
|
_description = "MIS Kpi Data test item"
|