mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-22 08:12:01 +02:00
19.0 vanilla
This commit is contained in:
parent
d1963a3c3a
commit
2d3ee4855a
7430 changed files with 2687981 additions and 2965473 deletions
|
|
@ -7,6 +7,7 @@ def convert_field(cr, model, field, target_model):
|
|||
FROM information_schema.columns
|
||||
WHERE table_name = %s
|
||||
AND column_name = %s
|
||||
AND table_schema = current_schema
|
||||
""", (table, field))
|
||||
if not cr.fetchone():
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue