diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-08-23 15:05:00 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-08-23 15:05:00 +0700 |
| commit | 5ff183f7ee77c99327d90e178bdccf77ab2c2cc4 (patch) | |
| tree | dabca3543c725ac0fc5d66e734c57f2b75fd6d50 /indoteknik_custom/models/sale_order.py | |
| parent | 1e172ec6265592dbd92789c216983ffee5f40e9f (diff) | |
add new validation for product and product attribute
Diffstat (limited to 'indoteknik_custom/models/sale_order.py')
| -rwxr-xr-x | indoteknik_custom/models/sale_order.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/sale_order.py b/indoteknik_custom/models/sale_order.py index eb07959e..a0bc54b8 100755 --- a/indoteknik_custom/models/sale_order.py +++ b/indoteknik_custom/models/sale_order.py @@ -1,6 +1,6 @@ from odoo import fields, models, api, _ from odoo.exceptions import UserError -import logging, random, string, requests, math, json, re +import logging, random, string, requests, math, json, re _logger = logging.getLogger(__name__) |
