summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2022-12-27 17:25:50 +0700
committerIT Fixcomart <it@fixcomart.co.id>2022-12-27 17:25:50 +0700
commit3a5407d507ff985e10b4675727643bf5af107d11 (patch)
tree4ea1b14395b49572012fb521b41ad26c664a1549
parent2f4860787fc09d07cf538bb73f897c9b897b025e (diff)
Fix class name
-rw-r--r--indoteknik_api/models/product_product.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_api/models/product_product.py b/indoteknik_api/models/product_product.py
index 4cff6b5c..92c738fd 100644
--- a/indoteknik_api/models/product_product.py
+++ b/indoteknik_api/models/product_product.py
@@ -1,7 +1,7 @@
from odoo import models
-class ProductTemplate(models.Model):
+class ProductProduct(models.Model):
_inherit = 'product.product'
def api_single_response(self, product_product):