Public Access
now included shellscript and results
This commit is contained in:
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"version": "6.6.14",
|
||||
"module": "company",
|
||||
"files": [
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/company/res.py",
|
||||
"class": "User",
|
||||
"method": "__register__",
|
||||
"line": 69,
|
||||
"operations": [
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"line": 83,
|
||||
"args": [
|
||||
"*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null))"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "cursor.execute(*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null)))",
|
||||
"phase": "after_super",
|
||||
"condition": "table_h.column_exist('main_company')"
|
||||
},
|
||||
{
|
||||
"object": "user_company",
|
||||
"operation": "insert",
|
||||
"line": 83,
|
||||
"args": [
|
||||
"[user_company.user, user_company.company]",
|
||||
"table.select(table.id, table.main_company, where=table.main_company != Null)"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "user_company.insert([user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null))",
|
||||
"phase": "after_super",
|
||||
"condition": "table_h.column_exist('main_company')"
|
||||
},
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "select",
|
||||
"line": 85,
|
||||
"args": [
|
||||
"table.id",
|
||||
"table.main_company"
|
||||
],
|
||||
"kwargs": {
|
||||
"where": "table.main_company != Null"
|
||||
},
|
||||
"code": "table.select(table.id, table.main_company, where=table.main_company != Null)",
|
||||
"phase": "after_super",
|
||||
"condition": "table_h.column_exist('main_company')"
|
||||
},
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"line": 88,
|
||||
"args": [
|
||||
"*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company)))"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "cursor.execute(*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company))))",
|
||||
"phase": "after_super",
|
||||
"condition": "table_h.column_exist('main_company')"
|
||||
},
|
||||
{
|
||||
"object": "user_company",
|
||||
"operation": "insert",
|
||||
"line": 88,
|
||||
"args": [
|
||||
"[user_company.user, user_company.company]",
|
||||
"table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company))"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "user_company.insert([user_company.user, user_company.company], table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company)))",
|
||||
"phase": "after_super",
|
||||
"condition": "table_h.column_exist('main_company')"
|
||||
},
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "select",
|
||||
"line": 90,
|
||||
"args": [
|
||||
"table.id",
|
||||
"table.company"
|
||||
],
|
||||
"kwargs": {
|
||||
"where": "(table.company != Null) & (table.company != table.main_company)"
|
||||
},
|
||||
"code": "table.select(table.id, table.company, where=(table.company != Null) & (table.company != table.main_company))",
|
||||
"phase": "after_super",
|
||||
"condition": "table_h.column_exist('main_company')"
|
||||
},
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "drop_column",
|
||||
"line": 94,
|
||||
"args": [
|
||||
"'main_company'"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "table_h.drop_column('main_company')",
|
||||
"phase": "after_super",
|
||||
"condition": "table_h.column_exist('main_company')"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user