Public Access
extract gets and saves most tables worked on
some cases still need some work...
This commit is contained in:
@@ -2,6 +2,50 @@
|
||||
"version": "6.4",
|
||||
"module": "company",
|
||||
"files": [
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/company/party.py",
|
||||
"class": "ConfigurationLang",
|
||||
"method": "__register__",
|
||||
"line": 21,
|
||||
"operations": [
|
||||
{
|
||||
"object": "backend.TableHandler",
|
||||
"operation": "table_exist",
|
||||
"tables": [
|
||||
"party_configuration_party_lang"
|
||||
],
|
||||
"line": 22,
|
||||
"args": [
|
||||
"cls._table"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "backend.TableHandler.table_exist(cls._table)",
|
||||
"phase": "before_super"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/company/party.py",
|
||||
"class": "PartyLang",
|
||||
"method": "__register__",
|
||||
"line": 50,
|
||||
"operations": [
|
||||
{
|
||||
"object": "backend.TableHandler",
|
||||
"operation": "table_exist",
|
||||
"tables": [
|
||||
"party_party_lang"
|
||||
],
|
||||
"line": 51,
|
||||
"args": [
|
||||
"cls._table"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "backend.TableHandler.table_exist(cls._table)",
|
||||
"phase": "before_super"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/company/res.py",
|
||||
"class": "User",
|
||||
@@ -11,6 +55,10 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"res_user-company_company",
|
||||
"res_user"
|
||||
],
|
||||
"line": 83,
|
||||
"args": [
|
||||
"*user_company.insert([user_company.user, user_company.company], table.select(table.id, table.main_company, where=table.main_company != Null))"
|
||||
@@ -23,6 +71,10 @@
|
||||
{
|
||||
"object": "user_company",
|
||||
"operation": "insert",
|
||||
"tables": [
|
||||
"res_user-company_company",
|
||||
"res_user"
|
||||
],
|
||||
"line": 83,
|
||||
"args": [
|
||||
"[user_company.user, user_company.company]",
|
||||
@@ -36,6 +88,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "select",
|
||||
"tables": [
|
||||
"res_user"
|
||||
],
|
||||
"line": 85,
|
||||
"args": [
|
||||
"table.id",
|
||||
@@ -51,6 +106,10 @@
|
||||
{
|
||||
"object": "cursor",
|
||||
"operation": "execute",
|
||||
"tables": [
|
||||
"res_user-company_company",
|
||||
"res_user"
|
||||
],
|
||||
"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)))"
|
||||
@@ -63,6 +122,10 @@
|
||||
{
|
||||
"object": "user_company",
|
||||
"operation": "insert",
|
||||
"tables": [
|
||||
"res_user-company_company",
|
||||
"res_user"
|
||||
],
|
||||
"line": 88,
|
||||
"args": [
|
||||
"[user_company.user, user_company.company]",
|
||||
@@ -76,6 +139,9 @@
|
||||
{
|
||||
"object": "table",
|
||||
"operation": "select",
|
||||
"tables": [
|
||||
"res_user"
|
||||
],
|
||||
"line": 90,
|
||||
"args": [
|
||||
"table.id",
|
||||
@@ -91,6 +157,9 @@
|
||||
{
|
||||
"object": "table_h",
|
||||
"operation": "drop_column",
|
||||
"tables": [
|
||||
"res_user"
|
||||
],
|
||||
"line": 94,
|
||||
"args": [
|
||||
"'main_company'"
|
||||
|
||||
Reference in New Issue
Block a user