main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit fbfc943301 - Show all commits

View File

@@ -20,7 +20,7 @@ import datetime
import json import json
import logging import logging
from trytond.exceptions import UserWarning, UserError from trytond.exceptions import UserWarning, UserError
from purchase_trade.service import ContractFactory from trytond.modules.purchase_trade.service import ContractFactory
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)