main #7

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

View File

@@ -2301,6 +2301,7 @@ class SaleReport(CompanyReport):
@classmethod @classmethod
def execute(cls, ids, data): def execute(cls, ids, data):
with Transaction().set_context(address_with_party=True): with Transaction().set_context(address_with_party=True):
logger.info("EXECUTE:%s",data)
return super().execute(ids, data) return super().execute(ids, data)
@classmethod @classmethod