Final changes have the total discount field and translate

This commit is contained in:
cosmos
2023-09-03 13:51:17 -05:00
parent f6a968535d
commit 94279af9b8
3 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
from trytond.pool import Pool, PoolMeta
from trytond.model import ModelView, fields
from trytond.transaction import Transaction
from trytond.modules.currency.fields import Monetary
from decimal import Decimal
import requests
import json