mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-26 03:21:59 +02:00
account_reconcile_oca
This commit is contained in:
parent
64fdc5b0df
commit
a8804cdf59
95 changed files with 17541 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
def post_init_hook(cr, registry):
|
||||
cr.execute(
|
||||
"""
|
||||
UPDATE account_bank_statement_line
|
||||
SET reconcile_mode = 'edit'
|
||||
WHERE is_reconciled
|
||||
"""
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue