diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-12-27 17:25:50 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-12-27 17:25:50 +0700 |
| commit | 3a5407d507ff985e10b4675727643bf5af107d11 (patch) | |
| tree | 4ea1b14395b49572012fb521b41ad26c664a1549 | |
| parent | 2f4860787fc09d07cf538bb73f897c9b897b025e (diff) | |
Fix class name
| -rw-r--r-- | indoteknik_api/models/product_product.py | 2 |
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): |
