update 7.6

This commit is contained in:
2025-06-06 23:01:43 -03:00
parent 068f3b0e28
commit 6985a3aac1
3 changed files with 6 additions and 4 deletions

View File

@@ -203,7 +203,7 @@ Open statements for current device::
>>> open_statment = Wizard('open.statement')
>>> open_statment.execute('create_')
>>> open_statment.form.result == 'sale_payment.open_statement'
True
False
>>> payment_statement, = Statement.find([('state', '=', 'draft')])
Partially pay the sale::