Fix: partial fix of test scenario, fixed model buttons, update 7.6

This commit is contained in:
2025-06-06 19:35:44 -05:00
parent a4e9001bd6
commit 068f3b0e28
6 changed files with 14 additions and 14 deletions

View File

@@ -164,7 +164,7 @@ class Sale(metaclass=PoolMeta):
).select(
sale.id,
where=(And([
sale.total_amount_cache != None,
sale.total_amount_cache is not None,
sale.state.in_([
'draft',
'quotation',