mirror of
https://github.com/bringout/odoomates.git
synced 2026-04-19 01:52:04 +02:00
Fix running saldo with previous balance, default reconciled to True
🤖 assisted by claude
This commit is contained in:
parent
e65f2ee0ec
commit
a7dfb5e818
2 changed files with 5 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
|||
'default_partner_ids':active_ids,
|
||||
'default_target_move': 'posted',
|
||||
'default_result_selection': 'customer_supplier',
|
||||
'default_reconciled': False,
|
||||
'default_reconciled': True,
|
||||
'hide_partner':1,
|
||||
}</field>
|
||||
<field name="groups_id" eval="[(4, ref('account.group_account_invoice'))]"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue