main #7

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

View File

@@ -2298,11 +2298,6 @@ class SaleLineRecreatedMove(ModelSQL):
class SaleReport(CompanyReport):
__name__ = 'sale.sale'
@classmethod
def execute(cls, ids, data):
with Transaction().set_context(address_with_party=True):
return super(SaleReport, cls).execute(ids, data)
@classmethod
def execute(cls, ids, data):
pool = Pool()