mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
opt 2020 account
This commit is contained in:
@@ -29,6 +29,7 @@ def post_init_hook(cr, registry):
|
||||
cr.execute(sql)
|
||||
sql = "UPDATE res_partner SET supplier = TRUE WHERE supplier_rank >= 1"
|
||||
cr.execute(sql)
|
||||
cr.commit()
|
||||
except Exception as e:
|
||||
pass
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user