diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-01 14:19:41 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-01 14:19:41 +0700 |
| commit | 20c47637e2bf5029888361e1449ef075c9aacce0 (patch) | |
| tree | c0d7163ea40b120d43f2660349a2783b33a16183 | |
| parent | 877ddb529656de9b40d69f7ca9c672bbaac29eaa (diff) | |
<Miqdad> fix error import
| -rwxr-xr-x | fixco_custom/models/product_product.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fixco_custom/models/product_product.py b/fixco_custom/models/product_product.py index a5618b3..fe5e098 100755 --- a/fixco_custom/models/product_product.py +++ b/fixco_custom/models/product_product.py @@ -1,4 +1,3 @@ -from typing_extensions import Required from odoo import fields, models, api, tools, _ from datetime import datetime, timedelta, date from odoo.exceptions import UserError |
