now modulename and relative filename are stored separately

This commit is contained in:
2026-08-09 02:04:04 +02:00
parent d4337ad1a5
commit 388ee649c3
141 changed files with 1104 additions and 552 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "country", "module": "country",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "Country", "class": "Country",
"method": "__register__", "method": "__register__",
"line": 29, "line": 29,
+26 -13
View File
@@ -3,7 +3,8 @@
"module": "ir", "module": "ir",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionKeyword", "class": "ActionKeyword",
"method": "__register__", "method": "__register__",
"line": 119, "line": 119,
@@ -26,7 +27,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionReport", "class": "ActionReport",
"method": "__register__", "method": "__register__",
"line": 499, "line": 499,
@@ -79,7 +81,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindow", "class": "ActionActWindow",
"method": "__register__", "method": "__register__",
"line": 694, "line": 694,
@@ -161,7 +164,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/attachment.py", "module": "ir",
"file": "attachment.py",
"class": "Attachment", "class": "Attachment",
"method": "__register__", "method": "__register__",
"line": 60, "line": 60,
@@ -279,7 +283,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py", "module": "ir",
"file": "model.py",
"class": "ModelData", "class": "ModelData",
"method": "__register__", "method": "__register__",
"line": 1100, "line": 1100,
@@ -318,7 +323,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "Module", "class": "Module",
"method": "__register__", "method": "__register__",
"line": 102, "line": 102,
@@ -419,7 +425,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "ModuleConfigWizardItem", "class": "ModuleConfigWizardItem",
"method": "__register__", "method": "__register__",
"line": 401, "line": 401,
@@ -457,7 +464,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/queue.py", "module": "ir",
"file": "queue.py",
"class": "Queue", "class": "Queue",
"method": "__register__", "method": "__register__",
"line": 35, "line": 35,
@@ -481,7 +489,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/session.py", "module": "ir",
"file": "session.py",
"class": "Session", "class": "Session",
"method": "__register__", "method": "__register__",
"line": 36, "line": 36,
@@ -504,7 +513,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/translation.py", "module": "ir",
"file": "translation.py",
"class": "Translation", "class": "Translation",
"method": "__register__", "method": "__register__",
"line": 99, "line": 99,
@@ -558,7 +568,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py", "module": "ir",
"file": "trigger.py",
"class": "Trigger", "class": "Trigger",
"method": "__register__", "method": "__register__",
"line": 74, "line": 74,
@@ -614,7 +625,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py", "module": "ir",
"file": "trigger.py",
"class": "TriggerLog", "class": "TriggerLog",
"method": "__register__", "method": "__register__",
"line": 300, "line": 300,
@@ -637,7 +649,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/view.py", "module": "ir",
"file": "ui/view.py",
"class": "ViewTreeState", "class": "ViewTreeState",
"method": "__register__", "method": "__register__",
"line": 313, "line": 313,
+10 -5
View File
@@ -3,7 +3,8 @@
"module": "party", "module": "party",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/party/address.py", "module": "party",
"file": "address.py",
"class": "Address", "class": "Address",
"method": "__register__", "method": "__register__",
"line": 61, "line": 61,
@@ -57,7 +58,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/category.py", "module": "party",
"file": "category.py",
"class": "Category", "class": "Category",
"method": "__register__", "method": "__register__",
"line": 43, "line": 43,
@@ -79,7 +81,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "Party", "class": "Party",
"method": "__register__", "method": "__register__",
"line": 89, "line": 89,
@@ -102,7 +105,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "PartyLang", "class": "PartyLang",
"method": "__register__", "method": "__register__",
"line": 265, "line": 265,
@@ -171,7 +175,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "PartyIdentifier", "class": "PartyIdentifier",
"method": "__register__", "method": "__register__",
"line": 329, "line": 329,
+4 -2
View File
@@ -3,7 +3,8 @@
"module": "product", "module": "product",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductCostPriceMethod", "class": "ProductCostPriceMethod",
"method": "__register__", "method": "__register__",
"line": 374, "line": 374,
@@ -59,7 +60,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductCostPrice", "class": "ProductCostPrice",
"method": "__register__", "method": "__register__",
"line": 429, "line": 429,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "production", "module": "production",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/production/production.py", "module": "production",
"file": "production.py",
"class": "Production", "class": "Production",
"method": "__register__", "method": "__register__",
"line": 224, "line": 224,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "res", "module": "res",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/res/user.py", "module": "res",
"file": "user.py",
"class": "User", "class": "User",
"method": "__register__", "method": "__register__",
"line": 200, "line": 200,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "country", "module": "country",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "Country", "class": "Country",
"method": "__register__", "method": "__register__",
"line": 30, "line": 30,
+34 -17
View File
@@ -3,7 +3,8 @@
"module": "ir", "module": "ir",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionKeyword", "class": "ActionKeyword",
"method": "__register__", "method": "__register__",
"line": 147, "line": 147,
@@ -26,7 +27,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionReport", "class": "ActionReport",
"method": "__register__", "method": "__register__",
"line": 529, "line": 529,
@@ -79,7 +81,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindow", "class": "ActionActWindow",
"method": "__register__", "method": "__register__",
"line": 729, "line": 729,
@@ -161,7 +164,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindowView", "class": "ActionActWindowView",
"method": "__register__", "method": "__register__",
"line": 909, "line": 909,
@@ -184,7 +188,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindowDomain", "class": "ActionActWindowDomain",
"method": "__register__", "method": "__register__",
"line": 948, "line": 948,
@@ -207,7 +212,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/attachment.py", "module": "ir",
"file": "attachment.py",
"class": "Attachment", "class": "Attachment",
"method": "__register__", "method": "__register__",
"line": 60, "line": 60,
@@ -325,7 +331,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/cron.py", "module": "ir",
"file": "cron.py",
"class": "Cron", "class": "Cron",
"method": "__register__", "method": "__register__",
"line": 66, "line": 66,
@@ -348,7 +355,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py", "module": "ir",
"file": "model.py",
"class": "ModelData", "class": "ModelData",
"method": "__register__", "method": "__register__",
"line": 1135, "line": 1135,
@@ -403,7 +411,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "Module", "class": "Module",
"method": "__register__", "method": "__register__",
"line": 103, "line": 103,
@@ -504,7 +513,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "ModuleConfigWizardItem", "class": "ModuleConfigWizardItem",
"method": "__register__", "method": "__register__",
"line": 396, "line": 396,
@@ -557,7 +567,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/queue.py", "module": "ir",
"file": "queue.py",
"class": "Queue", "class": "Queue",
"method": "__register__", "method": "__register__",
"line": 35, "line": 35,
@@ -581,7 +592,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/session.py", "module": "ir",
"file": "session.py",
"class": "Session", "class": "Session",
"method": "__register__", "method": "__register__",
"line": 36, "line": 36,
@@ -604,7 +616,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/translation.py", "module": "ir",
"file": "translation.py",
"class": "Translation", "class": "Translation",
"method": "__register__", "method": "__register__",
"line": 85, "line": 85,
@@ -688,7 +701,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py", "module": "ir",
"file": "trigger.py",
"class": "Trigger", "class": "Trigger",
"method": "__register__", "method": "__register__",
"line": 76, "line": 76,
@@ -744,7 +758,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py", "module": "ir",
"file": "trigger.py",
"class": "TriggerLog", "class": "TriggerLog",
"method": "__register__", "method": "__register__",
"line": 302, "line": 302,
@@ -767,7 +782,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/icon.py", "module": "ir",
"file": "ui/icon.py",
"class": "Icon", "class": "Icon",
"method": "__register__", "method": "__register__",
"line": 33, "line": 33,
@@ -790,7 +806,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/view.py", "module": "ir",
"file": "ui/view.py",
"class": "ViewTreeState", "class": "ViewTreeState",
"method": "__register__", "method": "__register__",
"line": 323, "line": 323,
+10 -5
View File
@@ -3,7 +3,8 @@
"module": "party", "module": "party",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/party/address.py", "module": "party",
"file": "address.py",
"class": "Address", "class": "Address",
"method": "__register__", "method": "__register__",
"line": 66, "line": 66,
@@ -57,7 +58,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/category.py", "module": "party",
"file": "category.py",
"class": "Category", "class": "Category",
"method": "__register__", "method": "__register__",
"line": 43, "line": 43,
@@ -79,7 +81,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "Party", "class": "Party",
"method": "__register__", "method": "__register__",
"line": 91, "line": 91,
@@ -102,7 +105,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "PartyLang", "class": "PartyLang",
"method": "__register__", "method": "__register__",
"line": 278, "line": 278,
@@ -171,7 +175,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "PartyIdentifier", "class": "PartyIdentifier",
"method": "__register__", "method": "__register__",
"line": 439, "line": 439,
+4 -2
View File
@@ -3,7 +3,8 @@
"module": "product", "module": "product",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductCostPriceMethod", "class": "ProductCostPriceMethod",
"method": "__register__", "method": "__register__",
"line": 382, "line": 382,
@@ -59,7 +60,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductCostPrice", "class": "ProductCostPrice",
"method": "__register__", "method": "__register__",
"line": 437, "line": 437,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "production", "module": "production",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/production/production.py", "module": "production",
"file": "production.py",
"class": "Production", "class": "Production",
"method": "__register__", "method": "__register__",
"line": 222, "line": 222,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "res", "module": "res",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/res/user.py", "module": "res",
"file": "user.py",
"class": "User", "class": "User",
"method": "__register__", "method": "__register__",
"line": 194, "line": 194,
+4 -2
View File
@@ -3,7 +3,8 @@
"module": "country", "module": "country",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "Country", "class": "Country",
"method": "__register__", "method": "__register__",
"line": 32, "line": 32,
@@ -82,7 +83,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "Subdivision", "class": "Subdivision",
"method": "__register__", "method": "__register__",
"line": 216, "line": 216,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "currency", "module": "currency",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/currency/currency.py", "module": "currency",
"file": "currency.py",
"class": "Currency", "class": "Currency",
"method": "__register__", "method": "__register__",
"line": 53, "line": 53,
+34 -17
View File
@@ -3,7 +3,8 @@
"module": "ir", "module": "ir",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionKeyword", "class": "ActionKeyword",
"method": "__register__", "method": "__register__",
"line": 147, "line": 147,
@@ -26,7 +27,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionReport", "class": "ActionReport",
"method": "__register__", "method": "__register__",
"line": 529, "line": 529,
@@ -79,7 +81,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindow", "class": "ActionActWindow",
"method": "__register__", "method": "__register__",
"line": 729, "line": 729,
@@ -161,7 +164,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindowView", "class": "ActionActWindowView",
"method": "__register__", "method": "__register__",
"line": 909, "line": 909,
@@ -184,7 +188,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindowDomain", "class": "ActionActWindowDomain",
"method": "__register__", "method": "__register__",
"line": 948, "line": 948,
@@ -207,7 +212,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/attachment.py", "module": "ir",
"file": "attachment.py",
"class": "Attachment", "class": "Attachment",
"method": "__register__", "method": "__register__",
"line": 60, "line": 60,
@@ -325,7 +331,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/cron.py", "module": "ir",
"file": "cron.py",
"class": "Cron", "class": "Cron",
"method": "__register__", "method": "__register__",
"line": 69, "line": 69,
@@ -348,7 +355,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py", "module": "ir",
"file": "model.py",
"class": "ModelData", "class": "ModelData",
"method": "__register__", "method": "__register__",
"line": 1135, "line": 1135,
@@ -403,7 +411,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "Module", "class": "Module",
"method": "__register__", "method": "__register__",
"line": 103, "line": 103,
@@ -504,7 +513,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "ModuleConfigWizardItem", "class": "ModuleConfigWizardItem",
"method": "__register__", "method": "__register__",
"line": 396, "line": 396,
@@ -557,7 +567,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/queue.py", "module": "ir",
"file": "queue.py",
"class": "Queue", "class": "Queue",
"method": "__register__", "method": "__register__",
"line": 35, "line": 35,
@@ -581,7 +592,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/session.py", "module": "ir",
"file": "session.py",
"class": "Session", "class": "Session",
"method": "__register__", "method": "__register__",
"line": 36, "line": 36,
@@ -604,7 +616,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/translation.py", "module": "ir",
"file": "translation.py",
"class": "Translation", "class": "Translation",
"method": "__register__", "method": "__register__",
"line": 86, "line": 86,
@@ -688,7 +701,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py", "module": "ir",
"file": "trigger.py",
"class": "Trigger", "class": "Trigger",
"method": "__register__", "method": "__register__",
"line": 76, "line": 76,
@@ -744,7 +758,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py", "module": "ir",
"file": "trigger.py",
"class": "TriggerLog", "class": "TriggerLog",
"method": "__register__", "method": "__register__",
"line": 303, "line": 303,
@@ -767,7 +782,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/icon.py", "module": "ir",
"file": "ui/icon.py",
"class": "Icon", "class": "Icon",
"method": "__register__", "method": "__register__",
"line": 33, "line": 33,
@@ -790,7 +806,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/view.py", "module": "ir",
"file": "ui/view.py",
"class": "ViewTreeState", "class": "ViewTreeState",
"method": "__register__", "method": "__register__",
"line": 323, "line": 323,
+12 -6
View File
@@ -3,7 +3,8 @@
"module": "party", "module": "party",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/party/address.py", "module": "party",
"file": "address.py",
"class": "Address", "class": "Address",
"method": "__register__", "method": "__register__",
"line": 73, "line": 73,
@@ -57,7 +58,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/address.py", "module": "party",
"file": "address.py",
"class": "AddressFormat", "class": "AddressFormat",
"method": "__register__", "method": "__register__",
"line": 271, "line": 271,
@@ -189,7 +191,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/category.py", "module": "party",
"file": "category.py",
"class": "Category", "class": "Category",
"method": "__register__", "method": "__register__",
"line": 43, "line": 43,
@@ -211,7 +214,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "Party", "class": "Party",
"method": "__register__", "method": "__register__",
"line": 91, "line": 91,
@@ -234,7 +238,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "PartyLang", "class": "PartyLang",
"method": "__register__", "method": "__register__",
"line": 278, "line": 278,
@@ -303,7 +308,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "PartyIdentifier", "class": "PartyIdentifier",
"method": "__register__", "method": "__register__",
"line": 439, "line": 439,
+4 -2
View File
@@ -3,7 +3,8 @@
"module": "product", "module": "product",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductCostPriceMethod", "class": "ProductCostPriceMethod",
"method": "__register__", "method": "__register__",
"line": 439, "line": 439,
@@ -59,7 +60,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductCostPrice", "class": "ProductCostPrice",
"method": "__register__", "method": "__register__",
"line": 494, "line": 494,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "production", "module": "production",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/production/production.py", "module": "production",
"file": "production.py",
"class": "Production", "class": "Production",
"method": "__register__", "method": "__register__",
"line": 222, "line": 222,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "res", "module": "res",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/res/user.py", "module": "res",
"file": "user.py",
"class": "User", "class": "User",
"method": "__register__", "method": "__register__",
"line": 194, "line": 194,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "stock_lot", "module": "stock_lot",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/stock_lot/product.py", "module": "stock_lot",
"file": "product.py",
"class": "Template", "class": "Template",
"method": "__register__", "method": "__register__",
"line": 29, "line": 29,
+4 -2
View File
@@ -3,7 +3,8 @@
"module": "company", "module": "company",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/company/party.py", "module": "company",
"file": "party.py",
"class": "ConfigurationLang", "class": "ConfigurationLang",
"method": "__register__", "method": "__register__",
"line": 20, "line": 20,
@@ -25,7 +26,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/company/party.py", "module": "company",
"file": "party.py",
"class": "PartyLang", "class": "PartyLang",
"method": "__register__", "method": "__register__",
"line": 43, "line": 43,
+4 -2
View File
@@ -3,7 +3,8 @@
"module": "country", "module": "country",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "Country", "class": "Country",
"method": "__register__", "method": "__register__",
"line": 30, "line": 30,
@@ -82,7 +83,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "Subdivision", "class": "Subdivision",
"method": "__register__", "method": "__register__",
"line": 214, "line": 214,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "currency", "module": "currency",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/currency/currency.py", "module": "currency",
"file": "currency.py",
"class": "Currency", "class": "Currency",
"method": "__register__", "method": "__register__",
"line": 51, "line": 51,
+36 -18
View File
@@ -3,7 +3,8 @@
"module": "ir", "module": "ir",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionKeyword", "class": "ActionKeyword",
"method": "__register__", "method": "__register__",
"line": 152, "line": 152,
@@ -26,7 +27,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionReport", "class": "ActionReport",
"method": "__register__", "method": "__register__",
"line": 545, "line": 545,
@@ -79,7 +81,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindow", "class": "ActionActWindow",
"method": "__register__", "method": "__register__",
"line": 745, "line": 745,
@@ -161,7 +164,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindowView", "class": "ActionActWindowView",
"method": "__register__", "method": "__register__",
"line": 933, "line": 933,
@@ -184,7 +188,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindowDomain", "class": "ActionActWindowDomain",
"method": "__register__", "method": "__register__",
"line": 972, "line": 972,
@@ -207,7 +212,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/attachment.py", "module": "ir",
"file": "attachment.py",
"class": "Attachment", "class": "Attachment",
"method": "__register__", "method": "__register__",
"line": 63, "line": 63,
@@ -325,7 +331,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/cron.py", "module": "ir",
"file": "cron.py",
"class": "Cron", "class": "Cron",
"method": "__register__", "method": "__register__",
"line": 69, "line": 69,
@@ -348,7 +355,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py", "module": "ir",
"file": "model.py",
"class": "ModelData", "class": "ModelData",
"method": "__register__", "method": "__register__",
"line": 1157, "line": 1157,
@@ -403,7 +411,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "Module", "class": "Module",
"method": "__register__", "method": "__register__",
"line": 103, "line": 103,
@@ -521,7 +530,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "ModuleDependency", "class": "ModuleDependency",
"method": "__register__", "method": "__register__",
"line": 362, "line": 362,
@@ -546,7 +556,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "ModuleConfigWizardItem", "class": "ModuleConfigWizardItem",
"method": "__register__", "method": "__register__",
"line": 393, "line": 393,
@@ -616,7 +627,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/queue.py", "module": "ir",
"file": "queue.py",
"class": "Queue", "class": "Queue",
"method": "__register__", "method": "__register__",
"line": 35, "line": 35,
@@ -640,7 +652,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/session.py", "module": "ir",
"file": "session.py",
"class": "Session", "class": "Session",
"method": "__register__", "method": "__register__",
"line": 36, "line": 36,
@@ -663,7 +676,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/translation.py", "module": "ir",
"file": "translation.py",
"class": "Translation", "class": "Translation",
"method": "__register__", "method": "__register__",
"line": 86, "line": 86,
@@ -747,7 +761,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py", "module": "ir",
"file": "trigger.py",
"class": "Trigger", "class": "Trigger",
"method": "__register__", "method": "__register__",
"line": 77, "line": 77,
@@ -881,7 +896,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py", "module": "ir",
"file": "trigger.py",
"class": "TriggerLog", "class": "TriggerLog",
"method": "__register__", "method": "__register__",
"line": 330, "line": 330,
@@ -904,7 +920,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/icon.py", "module": "ir",
"file": "ui/icon.py",
"class": "Icon", "class": "Icon",
"method": "__register__", "method": "__register__",
"line": 33, "line": 33,
@@ -927,7 +944,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/view.py", "module": "ir",
"file": "ui/view.py",
"class": "ViewTreeState", "class": "ViewTreeState",
"method": "__register__", "method": "__register__",
"line": 323, "line": 323,
+14 -7
View File
@@ -3,7 +3,8 @@
"module": "party", "module": "party",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/party/address.py", "module": "party",
"file": "address.py",
"class": "Address", "class": "Address",
"method": "__register__", "method": "__register__",
"line": 67, "line": 67,
@@ -57,7 +58,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/address.py", "module": "party",
"file": "address.py",
"class": "AddressFormat", "class": "AddressFormat",
"method": "__register__", "method": "__register__",
"line": 265, "line": 265,
@@ -189,7 +191,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/category.py", "module": "party",
"file": "category.py",
"class": "Category", "class": "Category",
"method": "__register__", "method": "__register__",
"line": 35, "line": 35,
@@ -211,7 +214,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/configuration.py", "module": "party",
"file": "configuration.py",
"class": "_ConfigurationValue", "class": "_ConfigurationValue",
"method": "__register__", "method": "__register__",
"line": 40, "line": 40,
@@ -231,7 +235,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "Party", "class": "Party",
"method": "__register__", "method": "__register__",
"line": 81, "line": 81,
@@ -254,7 +259,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "PartyLang", "class": "PartyLang",
"method": "__register__", "method": "__register__",
"line": 268, "line": 268,
@@ -337,7 +343,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "Identifier", "class": "Identifier",
"method": "__register__", "method": "__register__",
"line": 428, "line": 428,
+10 -5
View File
@@ -3,7 +3,8 @@
"module": "product", "module": "product",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/product/configuration.py", "module": "product",
"file": "configuration.py",
"class": "ConfigurationDefaultCostPriceMethod", "class": "ConfigurationDefaultCostPriceMethod",
"method": "__register__", "method": "__register__",
"line": 48, "line": 48,
@@ -25,7 +26,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "Product", "class": "Product",
"method": "__register__", "method": "__register__",
"line": 360, "line": 360,
@@ -64,7 +66,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductListPrice", "class": "ProductListPrice",
"method": "__register__", "method": "__register__",
"line": 551, "line": 551,
@@ -86,7 +89,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductCostPriceMethod", "class": "ProductCostPriceMethod",
"method": "__register__", "method": "__register__",
"line": 578, "line": 578,
@@ -168,7 +172,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductCostPrice", "class": "ProductCostPrice",
"method": "__register__", "method": "__register__",
"line": 634, "line": 634,
+4 -2
View File
@@ -3,7 +3,8 @@
"module": "production", "module": "production",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/production/configuration.py", "module": "production",
"file": "configuration.py",
"class": "ConfigurationProductionSequence", "class": "ConfigurationProductionSequence",
"method": "__register__", "method": "__register__",
"line": 43, "line": 43,
@@ -25,7 +26,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/production/production.py", "module": "production",
"file": "production.py",
"class": "Production", "class": "Production",
"method": "__register__", "method": "__register__",
"line": 249, "line": 249,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "res", "module": "res",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/res/user.py", "module": "res",
"file": "user.py",
"class": "User", "class": "User",
"method": "__register__", "method": "__register__",
"line": 195, "line": 195,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "stock_lot", "module": "stock_lot",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/stock_lot/product.py", "module": "stock_lot",
"file": "product.py",
"class": "Template", "class": "Template",
"method": "__register__", "method": "__register__",
"line": 29, "line": 29,
+4 -2
View File
@@ -3,7 +3,8 @@
"module": "company", "module": "company",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/company/party.py", "module": "company",
"file": "party.py",
"class": "ConfigurationLang", "class": "ConfigurationLang",
"method": "__register__", "method": "__register__",
"line": 20, "line": 20,
@@ -25,7 +26,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/company/party.py", "module": "company",
"file": "party.py",
"class": "PartyLang", "class": "PartyLang",
"method": "__register__", "method": "__register__",
"line": 43, "line": 43,
+4 -2
View File
@@ -3,7 +3,8 @@
"module": "country", "module": "country",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "Country", "class": "Country",
"method": "__register__", "method": "__register__",
"line": 30, "line": 30,
@@ -82,7 +83,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "Subdivision", "class": "Subdivision",
"method": "__register__", "method": "__register__",
"line": 214, "line": 214,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "currency", "module": "currency",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/currency/currency.py", "module": "currency",
"file": "currency.py",
"class": "Currency", "class": "Currency",
"method": "__register__", "method": "__register__",
"line": 51, "line": 51,
+38 -19
View File
@@ -3,7 +3,8 @@
"module": "ir", "module": "ir",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionKeyword", "class": "ActionKeyword",
"method": "__register__", "method": "__register__",
"line": 149, "line": 149,
@@ -26,7 +27,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionReport", "class": "ActionReport",
"method": "__register__", "method": "__register__",
"line": 525, "line": 525,
@@ -79,7 +81,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindow", "class": "ActionActWindow",
"method": "__register__", "method": "__register__",
"line": 705, "line": 705,
@@ -161,7 +164,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindowView", "class": "ActionActWindowView",
"method": "__register__", "method": "__register__",
"line": 893, "line": 893,
@@ -184,7 +188,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindowDomain", "class": "ActionActWindowDomain",
"method": "__register__", "method": "__register__",
"line": 932, "line": 932,
@@ -207,7 +212,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/attachment.py", "module": "ir",
"file": "attachment.py",
"class": "Attachment", "class": "Attachment",
"method": "__register__", "method": "__register__",
"line": 63, "line": 63,
@@ -325,7 +331,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/cron.py", "module": "ir",
"file": "cron.py",
"class": "Cron", "class": "Cron",
"method": "__register__", "method": "__register__",
"line": 71, "line": 71,
@@ -348,7 +355,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py", "module": "ir",
"file": "model.py",
"class": "ModelData", "class": "ModelData",
"method": "__register__", "method": "__register__",
"line": 1159, "line": 1159,
@@ -403,7 +411,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "Module", "class": "Module",
"method": "__register__", "method": "__register__",
"line": 95, "line": 95,
@@ -521,7 +530,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "ModuleDependency", "class": "ModuleDependency",
"method": "__register__", "method": "__register__",
"line": 354, "line": 354,
@@ -546,7 +556,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "ModuleConfigWizardItem", "class": "ModuleConfigWizardItem",
"method": "__register__", "method": "__register__",
"line": 385, "line": 385,
@@ -616,7 +627,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/queue.py", "module": "ir",
"file": "queue.py",
"class": "Queue", "class": "Queue",
"method": "__register__", "method": "__register__",
"line": 36, "line": 36,
@@ -640,7 +652,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/session.py", "module": "ir",
"file": "session.py",
"class": "Session", "class": "Session",
"method": "__register__", "method": "__register__",
"line": 32, "line": 32,
@@ -663,7 +676,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/translation.py", "module": "ir",
"file": "translation.py",
"class": "Translation", "class": "Translation",
"method": "__register__", "method": "__register__",
"line": 80, "line": 80,
@@ -747,7 +761,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py", "module": "ir",
"file": "trigger.py",
"class": "Trigger", "class": "Trigger",
"method": "__register__", "method": "__register__",
"line": 73, "line": 73,
@@ -881,7 +896,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py", "module": "ir",
"file": "trigger.py",
"class": "TriggerLog", "class": "TriggerLog",
"method": "__register__", "method": "__register__",
"line": 327, "line": 327,
@@ -904,7 +920,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/icon.py", "module": "ir",
"file": "ui/icon.py",
"class": "Icon", "class": "Icon",
"method": "__register__", "method": "__register__",
"line": 29, "line": 29,
@@ -927,7 +944,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/view.py", "module": "ir",
"file": "ui/view.py",
"class": "ViewTreeState", "class": "ViewTreeState",
"method": "__register__", "method": "__register__",
"line": 324, "line": 324,
@@ -950,7 +968,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/view.py", "module": "ir",
"file": "ui/view.py",
"class": "ViewSearch", "class": "ViewSearch",
"method": "__register__", "method": "__register__",
"line": 396, "line": 396,
+14 -7
View File
@@ -3,7 +3,8 @@
"module": "party", "module": "party",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/party/address.py", "module": "party",
"file": "address.py",
"class": "Address", "class": "Address",
"method": "__register__", "method": "__register__",
"line": 67, "line": 67,
@@ -57,7 +58,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/address.py", "module": "party",
"file": "address.py",
"class": "AddressFormat", "class": "AddressFormat",
"method": "__register__", "method": "__register__",
"line": 265, "line": 265,
@@ -189,7 +191,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/category.py", "module": "party",
"file": "category.py",
"class": "Category", "class": "Category",
"method": "__register__", "method": "__register__",
"line": 35, "line": 35,
@@ -211,7 +214,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/configuration.py", "module": "party",
"file": "configuration.py",
"class": "_ConfigurationValue", "class": "_ConfigurationValue",
"method": "__register__", "method": "__register__",
"line": 40, "line": 40,
@@ -231,7 +235,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "Party", "class": "Party",
"method": "__register__", "method": "__register__",
"line": 81, "line": 81,
@@ -254,7 +259,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "PartyLang", "class": "PartyLang",
"method": "__register__", "method": "__register__",
"line": 270, "line": 270,
@@ -337,7 +343,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "Identifier", "class": "Identifier",
"method": "__register__", "method": "__register__",
"line": 445, "line": 445,
+10 -5
View File
@@ -3,7 +3,8 @@
"module": "product", "module": "product",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/product/configuration.py", "module": "product",
"file": "configuration.py",
"class": "ConfigurationDefaultCostPriceMethod", "class": "ConfigurationDefaultCostPriceMethod",
"method": "__register__", "method": "__register__",
"line": 53, "line": 53,
@@ -25,7 +26,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "Product", "class": "Product",
"method": "__register__", "method": "__register__",
"line": 401, "line": 401,
@@ -64,7 +66,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductListPrice", "class": "ProductListPrice",
"method": "__register__", "method": "__register__",
"line": 595, "line": 595,
@@ -86,7 +89,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductCostPriceMethod", "class": "ProductCostPriceMethod",
"method": "__register__", "method": "__register__",
"line": 622, "line": 622,
@@ -168,7 +172,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductCostPrice", "class": "ProductCostPrice",
"method": "__register__", "method": "__register__",
"line": 678, "line": 678,
+4 -2
View File
@@ -3,7 +3,8 @@
"module": "production", "module": "production",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/production/configuration.py", "module": "production",
"file": "configuration.py",
"class": "ConfigurationProductionSequence", "class": "ConfigurationProductionSequence",
"method": "__register__", "method": "__register__",
"line": 43, "line": 43,
@@ -25,7 +26,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/production/production.py", "module": "production",
"file": "production.py",
"class": "Production", "class": "Production",
"method": "__register__", "method": "__register__",
"line": 254, "line": 254,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "res", "module": "res",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/res/user.py", "module": "res",
"file": "user.py",
"class": "User", "class": "User",
"method": "__register__", "method": "__register__",
"line": 191, "line": 191,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "stock_lot", "module": "stock_lot",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/stock_lot/product.py", "module": "stock_lot",
"file": "product.py",
"class": "Template", "class": "Template",
"method": "__register__", "method": "__register__",
"line": 29, "line": 29,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "stock_product_location", "module": "stock_product_location",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/stock_product_location/location.py", "module": "stock_product_location",
"file": "location.py",
"class": "ProductLocation", "class": "ProductLocation",
"method": "__register__", "method": "__register__",
"line": 43, "line": 43,
+6 -3
View File
@@ -3,7 +3,8 @@
"module": "company", "module": "company",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/company/party.py", "module": "company",
"file": "party.py",
"class": "ConfigurationLang", "class": "ConfigurationLang",
"method": "__register__", "method": "__register__",
"line": 21, "line": 21,
@@ -25,7 +26,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/company/party.py", "module": "company",
"file": "party.py",
"class": "PartyLang", "class": "PartyLang",
"method": "__register__", "method": "__register__",
"line": 51, "line": 51,
@@ -47,7 +49,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/company/res.py", "module": "company",
"file": "res.py",
"class": "User", "class": "User",
"method": "__register__", "method": "__register__",
"line": 72, "line": 72,
+6 -3
View File
@@ -3,7 +3,8 @@
"module": "country", "module": "country",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "Country", "class": "Country",
"method": "__register__", "method": "__register__",
"line": 31, "line": 31,
@@ -82,7 +83,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "Subdivision", "class": "Subdivision",
"method": "__register__", "method": "__register__",
"line": 219, "line": 219,
@@ -118,7 +120,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "PostalCode", "class": "PostalCode",
"method": "__register__", "method": "__register__",
"line": 287, "line": 287,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "currency", "module": "currency",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/currency/currency.py", "module": "currency",
"file": "currency.py",
"class": "Currency", "class": "Currency",
"method": "__register__", "method": "__register__",
"line": 59, "line": 59,
+42 -21
View File
@@ -3,7 +3,8 @@
"module": "ir", "module": "ir",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionKeyword", "class": "ActionKeyword",
"method": "__register__", "method": "__register__",
"line": 166, "line": 166,
@@ -26,7 +27,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionReport", "class": "ActionReport",
"method": "__register__", "method": "__register__",
"line": 558, "line": 558,
@@ -79,7 +81,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindow", "class": "ActionActWindow",
"method": "__register__", "method": "__register__",
"line": 732, "line": 732,
@@ -161,7 +164,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindowView", "class": "ActionActWindowView",
"method": "__register__", "method": "__register__",
"line": 920, "line": 920,
@@ -184,7 +188,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindowDomain", "class": "ActionActWindowDomain",
"method": "__register__", "method": "__register__",
"line": 959, "line": 959,
@@ -207,7 +212,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/attachment.py", "module": "ir",
"file": "attachment.py",
"class": "Attachment", "class": "Attachment",
"method": "__register__", "method": "__register__",
"line": 58, "line": 58,
@@ -325,7 +331,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/cron.py", "module": "ir",
"file": "cron.py",
"class": "Cron", "class": "Cron",
"method": "__register__", "method": "__register__",
"line": 84, "line": 84,
@@ -348,7 +355,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py", "module": "ir",
"file": "model.py",
"class": "ModelData", "class": "ModelData",
"method": "__register__", "method": "__register__",
"line": 1203, "line": 1203,
@@ -403,7 +411,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "Module", "class": "Module",
"method": "__register__", "method": "__register__",
"line": 96, "line": 96,
@@ -521,7 +530,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "ModuleDependency", "class": "ModuleDependency",
"method": "__register__", "method": "__register__",
"line": 355, "line": 355,
@@ -546,7 +556,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "ModuleConfigWizardItem", "class": "ModuleConfigWizardItem",
"method": "__register__", "method": "__register__",
"line": 386, "line": 386,
@@ -616,7 +627,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/queue.py", "module": "ir",
"file": "queue.py",
"class": "Queue", "class": "Queue",
"method": "__register__", "method": "__register__",
"line": 36, "line": 36,
@@ -640,7 +652,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/sequence.py", "module": "ir",
"file": "sequence.py",
"class": "SequenceType", "class": "SequenceType",
"method": "__register__", "method": "__register__",
"line": 39, "line": 39,
@@ -664,7 +677,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/sequence.py", "module": "ir",
"file": "sequence.py",
"class": "Sequence", "class": "Sequence",
"method": "__register__", "method": "__register__",
"line": 115, "line": 115,
@@ -737,7 +751,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/session.py", "module": "ir",
"file": "session.py",
"class": "Session", "class": "Session",
"method": "__register__", "method": "__register__",
"line": 32, "line": 32,
@@ -760,7 +775,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/translation.py", "module": "ir",
"file": "translation.py",
"class": "Translation", "class": "Translation",
"method": "__register__", "method": "__register__",
"line": 80, "line": 80,
@@ -844,7 +860,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py", "module": "ir",
"file": "trigger.py",
"class": "Trigger", "class": "Trigger",
"method": "__register__", "method": "__register__",
"line": 73, "line": 73,
@@ -978,7 +995,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py", "module": "ir",
"file": "trigger.py",
"class": "TriggerLog", "class": "TriggerLog",
"method": "__register__", "method": "__register__",
"line": 327, "line": 327,
@@ -1001,7 +1019,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/icon.py", "module": "ir",
"file": "ui/icon.py",
"class": "Icon", "class": "Icon",
"method": "__register__", "method": "__register__",
"line": 29, "line": 29,
@@ -1024,7 +1043,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/view.py", "module": "ir",
"file": "ui/view.py",
"class": "ViewTreeState", "class": "ViewTreeState",
"method": "__register__", "method": "__register__",
"line": 317, "line": 317,
@@ -1047,7 +1067,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/view.py", "module": "ir",
"file": "ui/view.py",
"class": "ViewSearch", "class": "ViewSearch",
"method": "__register__", "method": "__register__",
"line": 389, "line": 389,
+14 -7
View File
@@ -3,7 +3,8 @@
"module": "party", "module": "party",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/party/address.py", "module": "party",
"file": "address.py",
"class": "Address", "class": "Address",
"method": "__register__", "method": "__register__",
"line": 67, "line": 67,
@@ -72,7 +73,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/address.py", "module": "party",
"file": "address.py",
"class": "AddressFormat", "class": "AddressFormat",
"method": "__register__", "method": "__register__",
"line": 278, "line": 278,
@@ -204,7 +206,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/category.py", "module": "party",
"file": "category.py",
"class": "Category", "class": "Category",
"method": "__register__", "method": "__register__",
"line": 35, "line": 35,
@@ -226,7 +229,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/configuration.py", "module": "party",
"file": "configuration.py",
"class": "_ConfigurationValue", "class": "_ConfigurationValue",
"method": "__register__", "method": "__register__",
"line": 97, "line": 97,
@@ -246,7 +250,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "Party", "class": "Party",
"method": "__register__", "method": "__register__",
"line": 84, "line": 84,
@@ -269,7 +274,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "PartyLang", "class": "PartyLang",
"method": "__register__", "method": "__register__",
"line": 322, "line": 322,
@@ -352,7 +358,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "Identifier", "class": "Identifier",
"method": "__register__", "method": "__register__",
"line": 515, "line": 515,
+10 -5
View File
@@ -3,7 +3,8 @@
"module": "product", "module": "product",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/product/configuration.py", "module": "product",
"file": "configuration.py",
"class": "ConfigurationDefaultCostPriceMethod", "class": "ConfigurationDefaultCostPriceMethod",
"method": "__register__", "method": "__register__",
"line": 54, "line": 54,
@@ -25,7 +26,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "Product", "class": "Product",
"method": "__register__", "method": "__register__",
"line": 416, "line": 416,
@@ -64,7 +66,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductListPrice", "class": "ProductListPrice",
"method": "__register__", "method": "__register__",
"line": 616, "line": 616,
@@ -86,7 +89,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductCostPriceMethod", "class": "ProductCostPriceMethod",
"method": "__register__", "method": "__register__",
"line": 647, "line": 647,
@@ -168,7 +172,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductCostPrice", "class": "ProductCostPrice",
"method": "__register__", "method": "__register__",
"line": 707, "line": 707,
+4 -2
View File
@@ -3,7 +3,8 @@
"module": "production", "module": "production",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/production/configuration.py", "module": "production",
"file": "configuration.py",
"class": "ConfigurationProductionSequence", "class": "ConfigurationProductionSequence",
"method": "__register__", "method": "__register__",
"line": 45, "line": 45,
@@ -25,7 +26,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/production/production.py", "module": "production",
"file": "production.py",
"class": "Production", "class": "Production",
"method": "__register__", "method": "__register__",
"line": 264, "line": 264,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "res", "module": "res",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/res/user.py", "module": "res",
"file": "user.py",
"class": "User", "class": "User",
"method": "__register__", "method": "__register__",
"line": 197, "line": 197,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "stock_lot", "module": "stock_lot",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/stock_lot/product.py", "module": "stock_lot",
"file": "product.py",
"class": "Template", "class": "Template",
"method": "__register__", "method": "__register__",
"line": 65, "line": 65,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "stock_product_location", "module": "stock_product_location",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/stock_product_location/location.py", "module": "stock_product_location",
"file": "location.py",
"class": "ProductLocation", "class": "ProductLocation",
"method": "__register__", "method": "__register__",
"line": 43, "line": 43,
+6 -3
View File
@@ -3,7 +3,8 @@
"module": "company", "module": "company",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/company/party.py", "module": "company",
"file": "party.py",
"class": "ConfigurationLang", "class": "ConfigurationLang",
"method": "__register__", "method": "__register__",
"line": 21, "line": 21,
@@ -25,7 +26,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/company/party.py", "module": "company",
"file": "party.py",
"class": "PartyLang", "class": "PartyLang",
"method": "__register__", "method": "__register__",
"line": 51, "line": 51,
@@ -47,7 +49,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/company/res.py", "module": "company",
"file": "res.py",
"class": "User", "class": "User",
"method": "__register__", "method": "__register__",
"line": 72, "line": 72,
+6 -3
View File
@@ -3,7 +3,8 @@
"module": "country", "module": "country",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "Country", "class": "Country",
"method": "__register__", "method": "__register__",
"line": 31, "line": 31,
@@ -82,7 +83,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "Subdivision", "class": "Subdivision",
"method": "__register__", "method": "__register__",
"line": 219, "line": 219,
@@ -118,7 +120,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "PostalCode", "class": "PostalCode",
"method": "__register__", "method": "__register__",
"line": 287, "line": 287,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "currency", "module": "currency",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/currency/currency.py", "module": "currency",
"file": "currency.py",
"class": "Currency", "class": "Currency",
"method": "__register__", "method": "__register__",
"line": 61, "line": 61,
+42 -21
View File
@@ -3,7 +3,8 @@
"module": "ir", "module": "ir",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionKeyword", "class": "ActionKeyword",
"method": "__register__", "method": "__register__",
"line": 167, "line": 167,
@@ -26,7 +27,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionReport", "class": "ActionReport",
"method": "__register__", "method": "__register__",
"line": 562, "line": 562,
@@ -79,7 +81,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindow", "class": "ActionActWindow",
"method": "__register__", "method": "__register__",
"line": 759, "line": 759,
@@ -161,7 +164,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindowView", "class": "ActionActWindowView",
"method": "__register__", "method": "__register__",
"line": 947, "line": 947,
@@ -184,7 +188,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindowDomain", "class": "ActionActWindowDomain",
"method": "__register__", "method": "__register__",
"line": 986, "line": 986,
@@ -207,7 +212,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/attachment.py", "module": "ir",
"file": "attachment.py",
"class": "Attachment", "class": "Attachment",
"method": "__register__", "method": "__register__",
"line": 58, "line": 58,
@@ -325,7 +331,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/cron.py", "module": "ir",
"file": "cron.py",
"class": "Cron", "class": "Cron",
"method": "__register__", "method": "__register__",
"line": 86, "line": 86,
@@ -348,7 +355,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py", "module": "ir",
"file": "model.py",
"class": "ModelData", "class": "ModelData",
"method": "__register__", "method": "__register__",
"line": 1199, "line": 1199,
@@ -403,7 +411,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "Module", "class": "Module",
"method": "__register__", "method": "__register__",
"line": 96, "line": 96,
@@ -521,7 +530,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "ModuleDependency", "class": "ModuleDependency",
"method": "__register__", "method": "__register__",
"line": 355, "line": 355,
@@ -546,7 +556,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "ModuleConfigWizardItem", "class": "ModuleConfigWizardItem",
"method": "__register__", "method": "__register__",
"line": 386, "line": 386,
@@ -616,7 +627,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/queue.py", "module": "ir",
"file": "queue.py",
"class": "Queue", "class": "Queue",
"method": "__register__", "method": "__register__",
"line": 36, "line": 36,
@@ -640,7 +652,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/sequence.py", "module": "ir",
"file": "sequence.py",
"class": "SequenceType", "class": "SequenceType",
"method": "__register__", "method": "__register__",
"line": 43, "line": 43,
@@ -664,7 +677,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/sequence.py", "module": "ir",
"file": "sequence.py",
"class": "Sequence", "class": "Sequence",
"method": "__register__", "method": "__register__",
"line": 119, "line": 119,
@@ -737,7 +751,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/session.py", "module": "ir",
"file": "session.py",
"class": "Session", "class": "Session",
"method": "__register__", "method": "__register__",
"line": 32, "line": 32,
@@ -760,7 +775,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/translation.py", "module": "ir",
"file": "translation.py",
"class": "Translation", "class": "Translation",
"method": "__register__", "method": "__register__",
"line": 80, "line": 80,
@@ -844,7 +860,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py", "module": "ir",
"file": "trigger.py",
"class": "Trigger", "class": "Trigger",
"method": "__register__", "method": "__register__",
"line": 73, "line": 73,
@@ -978,7 +995,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py", "module": "ir",
"file": "trigger.py",
"class": "TriggerLog", "class": "TriggerLog",
"method": "__register__", "method": "__register__",
"line": 327, "line": 327,
@@ -1001,7 +1019,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/icon.py", "module": "ir",
"file": "ui/icon.py",
"class": "Icon", "class": "Icon",
"method": "__register__", "method": "__register__",
"line": 29, "line": 29,
@@ -1024,7 +1043,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/view.py", "module": "ir",
"file": "ui/view.py",
"class": "ViewTreeState", "class": "ViewTreeState",
"method": "__register__", "method": "__register__",
"line": 317, "line": 317,
@@ -1047,7 +1067,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/view.py", "module": "ir",
"file": "ui/view.py",
"class": "ViewSearch", "class": "ViewSearch",
"method": "__register__", "method": "__register__",
"line": 389, "line": 389,
+14 -7
View File
@@ -3,7 +3,8 @@
"module": "party", "module": "party",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/party/address.py", "module": "party",
"file": "address.py",
"class": "Address", "class": "Address",
"method": "__register__", "method": "__register__",
"line": 67, "line": 67,
@@ -72,7 +73,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/address.py", "module": "party",
"file": "address.py",
"class": "AddressFormat", "class": "AddressFormat",
"method": "__register__", "method": "__register__",
"line": 271, "line": 271,
@@ -204,7 +206,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/category.py", "module": "party",
"file": "category.py",
"class": "Category", "class": "Category",
"method": "__register__", "method": "__register__",
"line": 35, "line": 35,
@@ -226,7 +229,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/configuration.py", "module": "party",
"file": "configuration.py",
"class": "_ConfigurationValue", "class": "_ConfigurationValue",
"method": "__register__", "method": "__register__",
"line": 97, "line": 97,
@@ -246,7 +250,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "Party", "class": "Party",
"method": "__register__", "method": "__register__",
"line": 103, "line": 103,
@@ -269,7 +274,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "PartyLang", "class": "PartyLang",
"method": "__register__", "method": "__register__",
"line": 357, "line": 357,
@@ -352,7 +358,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "Identifier", "class": "Identifier",
"method": "__register__", "method": "__register__",
"line": 625, "line": 625,
+10 -5
View File
@@ -3,7 +3,8 @@
"module": "product", "module": "product",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/product/configuration.py", "module": "product",
"file": "configuration.py",
"class": "ConfigurationDefaultCostPriceMethod", "class": "ConfigurationDefaultCostPriceMethod",
"method": "__register__", "method": "__register__",
"line": 54, "line": 54,
@@ -25,7 +26,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "Product", "class": "Product",
"method": "__register__", "method": "__register__",
"line": 432, "line": 432,
@@ -64,7 +66,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductListPrice", "class": "ProductListPrice",
"method": "__register__", "method": "__register__",
"line": 646, "line": 646,
@@ -86,7 +89,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductCostPriceMethod", "class": "ProductCostPriceMethod",
"method": "__register__", "method": "__register__",
"line": 677, "line": 677,
@@ -168,7 +172,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductCostPrice", "class": "ProductCostPrice",
"method": "__register__", "method": "__register__",
"line": 742, "line": 742,
+6 -3
View File
@@ -3,7 +3,8 @@
"module": "production", "module": "production",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/production/bom.py", "module": "production",
"file": "bom.py",
"class": "BOMInput", "class": "BOMInput",
"method": "__register__", "method": "__register__",
"line": 70, "line": 70,
@@ -25,7 +26,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/production/configuration.py", "module": "production",
"file": "configuration.py",
"class": "ConfigurationProductionSequence", "class": "ConfigurationProductionSequence",
"method": "__register__", "method": "__register__",
"line": 45, "line": 45,
@@ -47,7 +49,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/production/production.py", "module": "production",
"file": "production.py",
"class": "Production", "class": "Production",
"method": "__register__", "method": "__register__",
"line": 265, "line": 265,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "res", "module": "res",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/res/user.py", "module": "res",
"file": "user.py",
"class": "User", "class": "User",
"method": "__register__", "method": "__register__",
"line": 205, "line": 205,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "stock_lot", "module": "stock_lot",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/stock_lot/product.py", "module": "stock_lot",
"file": "product.py",
"class": "Template", "class": "Template",
"method": "__register__", "method": "__register__",
"line": 62, "line": 62,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "stock_product_location", "module": "stock_product_location",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/stock_product_location/location.py", "module": "stock_product_location",
"file": "location.py",
"class": "ProductLocation", "class": "ProductLocation",
"method": "__register__", "method": "__register__",
"line": 43, "line": 43,
+6 -3
View File
@@ -3,7 +3,8 @@
"module": "company", "module": "company",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/company/party.py", "module": "company",
"file": "party.py",
"class": "ConfigurationLang", "class": "ConfigurationLang",
"method": "__register__", "method": "__register__",
"line": 21, "line": 21,
@@ -25,7 +26,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/company/party.py", "module": "company",
"file": "party.py",
"class": "PartyLang", "class": "PartyLang",
"method": "__register__", "method": "__register__",
"line": 50, "line": 50,
@@ -47,7 +49,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/company/res.py", "module": "company",
"file": "res.py",
"class": "User", "class": "User",
"method": "__register__", "method": "__register__",
"line": 69, "line": 69,
+6 -3
View File
@@ -3,7 +3,8 @@
"module": "country", "module": "country",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "Country", "class": "Country",
"method": "__register__", "method": "__register__",
"line": 31, "line": 31,
@@ -82,7 +83,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "Subdivision", "class": "Subdivision",
"method": "__register__", "method": "__register__",
"line": 256, "line": 256,
@@ -134,7 +136,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "PostalCode", "class": "PostalCode",
"method": "__register__", "method": "__register__",
"line": 328, "line": 328,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "currency", "module": "currency",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/currency/currency.py", "module": "currency",
"file": "currency.py",
"class": "Currency", "class": "Currency",
"method": "__register__", "method": "__register__",
"line": 59, "line": 59,
+46 -23
View File
@@ -3,7 +3,8 @@
"module": "ir", "module": "ir",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionKeyword", "class": "ActionKeyword",
"method": "__register__", "method": "__register__",
"line": 166, "line": 166,
@@ -26,7 +27,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionReport", "class": "ActionReport",
"method": "__register__", "method": "__register__",
"line": 565, "line": 565,
@@ -79,7 +81,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindow", "class": "ActionActWindow",
"method": "__register__", "method": "__register__",
"line": 765, "line": 765,
@@ -161,7 +164,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindowView", "class": "ActionActWindowView",
"method": "__register__", "method": "__register__",
"line": 961, "line": 961,
@@ -184,7 +188,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindowDomain", "class": "ActionActWindowDomain",
"method": "__register__", "method": "__register__",
"line": 1000, "line": 1000,
@@ -207,7 +212,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/attachment.py", "module": "ir",
"file": "attachment.py",
"class": "Attachment", "class": "Attachment",
"method": "__register__", "method": "__register__",
"line": 59, "line": 59,
@@ -325,7 +331,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/cron.py", "module": "ir",
"file": "cron.py",
"class": "Cron", "class": "Cron",
"method": "__register__", "method": "__register__",
"line": 87, "line": 87,
@@ -348,7 +355,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py", "module": "ir",
"file": "model.py",
"class": "ModelButton", "class": "ModelButton",
"method": "__register__", "method": "__register__",
"line": 889, "line": 889,
@@ -370,7 +378,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py", "module": "ir",
"file": "model.py",
"class": "ModelData", "class": "ModelData",
"method": "__register__", "method": "__register__",
"line": 1228, "line": 1228,
@@ -425,7 +434,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "Module", "class": "Module",
"method": "__register__", "method": "__register__",
"line": 96, "line": 96,
@@ -543,7 +553,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "ModuleDependency", "class": "ModuleDependency",
"method": "__register__", "method": "__register__",
"line": 355, "line": 355,
@@ -568,7 +579,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "ModuleConfigWizardItem", "class": "ModuleConfigWizardItem",
"method": "__register__", "method": "__register__",
"line": 386, "line": 386,
@@ -638,7 +650,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/queue_.py", "module": "ir",
"file": "queue_.py",
"class": "Queue", "class": "Queue",
"method": "__register__", "method": "__register__",
"line": 37, "line": 37,
@@ -662,7 +675,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/sequence.py", "module": "ir",
"file": "sequence.py",
"class": "SequenceType", "class": "SequenceType",
"method": "__register__", "method": "__register__",
"line": 41, "line": 41,
@@ -686,7 +700,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/sequence.py", "module": "ir",
"file": "sequence.py",
"class": "Sequence", "class": "Sequence",
"method": "__register__", "method": "__register__",
"line": 117, "line": 117,
@@ -759,7 +774,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/session.py", "module": "ir",
"file": "session.py",
"class": "Session", "class": "Session",
"method": "__register__", "method": "__register__",
"line": 24, "line": 24,
@@ -782,7 +798,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/translation.py", "module": "ir",
"file": "translation.py",
"class": "Translation", "class": "Translation",
"method": "__register__", "method": "__register__",
"line": 79, "line": 79,
@@ -866,7 +883,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py", "module": "ir",
"file": "trigger.py",
"class": "Trigger", "class": "Trigger",
"method": "__register__", "method": "__register__",
"line": 73, "line": 73,
@@ -1000,7 +1018,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py", "module": "ir",
"file": "trigger.py",
"class": "TriggerLog", "class": "TriggerLog",
"method": "__register__", "method": "__register__",
"line": 329, "line": 329,
@@ -1023,7 +1042,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/icon.py", "module": "ir",
"file": "ui/icon.py",
"class": "Icon", "class": "Icon",
"method": "__register__", "method": "__register__",
"line": 29, "line": 29,
@@ -1046,7 +1066,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/view.py", "module": "ir",
"file": "ui/view.py",
"class": "ViewTreeOptional", "class": "ViewTreeOptional",
"method": "__register__", "method": "__register__",
"line": 445, "line": 445,
@@ -1069,7 +1090,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/view.py", "module": "ir",
"file": "ui/view.py",
"class": "ViewTreeState", "class": "ViewTreeState",
"method": "__register__", "method": "__register__",
"line": 508, "line": 508,
@@ -1092,7 +1114,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/view.py", "module": "ir",
"file": "ui/view.py",
"class": "ViewSearch", "class": "ViewSearch",
"method": "__register__", "method": "__register__",
"line": 580, "line": 580,
+14 -7
View File
@@ -3,7 +3,8 @@
"module": "party", "module": "party",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/party/address.py", "module": "party",
"file": "address.py",
"class": "Address", "class": "Address",
"method": "__register__", "method": "__register__",
"line": 76, "line": 76,
@@ -72,7 +73,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/address.py", "module": "party",
"file": "address.py",
"class": "AddressFormat", "class": "AddressFormat",
"method": "__register__", "method": "__register__",
"line": 295, "line": 295,
@@ -204,7 +206,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/category.py", "module": "party",
"file": "category.py",
"class": "Category", "class": "Category",
"method": "__register__", "method": "__register__",
"line": 35, "line": 35,
@@ -226,7 +229,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/configuration.py", "module": "party",
"file": "configuration.py",
"class": "_ConfigurationValue", "class": "_ConfigurationValue",
"method": "__register__", "method": "__register__",
"line": 99, "line": 99,
@@ -246,7 +250,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "Party", "class": "Party",
"method": "__register__", "method": "__register__",
"line": 102, "line": 102,
@@ -269,7 +274,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "PartyLang", "class": "PartyLang",
"method": "__register__", "method": "__register__",
"line": 356, "line": 356,
@@ -352,7 +358,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "Identifier", "class": "Identifier",
"method": "__register__", "method": "__register__",
"line": 636, "line": 636,
+10 -5
View File
@@ -3,7 +3,8 @@
"module": "product", "module": "product",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/product/configuration.py", "module": "product",
"file": "configuration.py",
"class": "ConfigurationDefaultCostPriceMethod", "class": "ConfigurationDefaultCostPriceMethod",
"method": "__register__", "method": "__register__",
"line": 54, "line": 54,
@@ -25,7 +26,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "Product", "class": "Product",
"method": "__register__", "method": "__register__",
"line": 424, "line": 424,
@@ -64,7 +66,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductListPrice", "class": "ProductListPrice",
"method": "__register__", "method": "__register__",
"line": 638, "line": 638,
@@ -86,7 +89,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductCostPriceMethod", "class": "ProductCostPriceMethod",
"method": "__register__", "method": "__register__",
"line": 669, "line": 669,
@@ -168,7 +172,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductCostPrice", "class": "ProductCostPrice",
"method": "__register__", "method": "__register__",
"line": 734, "line": 734,
+6 -3
View File
@@ -3,7 +3,8 @@
"module": "production", "module": "production",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/production/bom.py", "module": "production",
"file": "bom.py",
"class": "BOMInput", "class": "BOMInput",
"method": "__register__", "method": "__register__",
"line": 70, "line": 70,
@@ -25,7 +26,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/production/configuration.py", "module": "production",
"file": "configuration.py",
"class": "ConfigurationProductionSequence", "class": "ConfigurationProductionSequence",
"method": "__register__", "method": "__register__",
"line": 44, "line": 44,
@@ -47,7 +49,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/production/production.py", "module": "production",
"file": "production.py",
"class": "Production", "class": "Production",
"method": "__register__", "method": "__register__",
"line": 250, "line": 250,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "res", "module": "res",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/res/user.py", "module": "res",
"file": "user.py",
"class": "User", "class": "User",
"method": "__register__", "method": "__register__",
"line": 202, "line": 202,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "stock_lot", "module": "stock_lot",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/stock_lot/product.py", "module": "stock_lot",
"file": "product.py",
"class": "Template", "class": "Template",
"method": "__register__", "method": "__register__",
"line": 60, "line": 60,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "stock_product_location", "module": "stock_product_location",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/stock_product_location/location.py", "module": "stock_product_location",
"file": "location.py",
"class": "ProductLocation", "class": "ProductLocation",
"method": "__register__", "method": "__register__",
"line": 41, "line": 41,
+6 -3
View File
@@ -3,7 +3,8 @@
"module": "company", "module": "company",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/company/party.py", "module": "company",
"file": "party.py",
"class": "ConfigurationLang", "class": "ConfigurationLang",
"method": "__register__", "method": "__register__",
"line": 21, "line": 21,
@@ -25,7 +26,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/company/party.py", "module": "company",
"file": "party.py",
"class": "PartyLang", "class": "PartyLang",
"method": "__register__", "method": "__register__",
"line": 50, "line": 50,
@@ -47,7 +49,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/company/res.py", "module": "company",
"file": "res.py",
"class": "User", "class": "User",
"method": "__register__", "method": "__register__",
"line": 69, "line": 69,
+6 -3
View File
@@ -3,7 +3,8 @@
"module": "country", "module": "country",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "Country", "class": "Country",
"method": "__register__", "method": "__register__",
"line": 178, "line": 178,
@@ -82,7 +83,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "Subdivision", "class": "Subdivision",
"method": "__register__", "method": "__register__",
"line": 433, "line": 433,
@@ -150,7 +152,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "PostalCode", "class": "PostalCode",
"method": "__register__", "method": "__register__",
"line": 516, "line": 516,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "currency", "module": "currency",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/currency/currency.py", "module": "currency",
"file": "currency.py",
"class": "Currency", "class": "Currency",
"method": "__register__", "method": "__register__",
"line": 60, "line": 60,
+34 -17
View File
@@ -3,7 +3,8 @@
"module": "ir", "module": "ir",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionReport", "class": "ActionReport",
"method": "__register__", "method": "__register__",
"line": 570, "line": 570,
@@ -56,7 +57,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindow", "class": "ActionActWindow",
"method": "__register__", "method": "__register__",
"line": 770, "line": 770,
@@ -138,7 +140,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindowView", "class": "ActionActWindowView",
"method": "__register__", "method": "__register__",
"line": 966, "line": 966,
@@ -161,7 +164,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindowDomain", "class": "ActionActWindowDomain",
"method": "__register__", "method": "__register__",
"line": 1005, "line": 1005,
@@ -184,7 +188,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/attachment.py", "module": "ir",
"file": "attachment.py",
"class": "Attachment", "class": "Attachment",
"method": "__register__", "method": "__register__",
"line": 59, "line": 59,
@@ -302,7 +307,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/cron.py", "module": "ir",
"file": "cron.py",
"class": "Cron", "class": "Cron",
"method": "__register__", "method": "__register__",
"line": 92, "line": 92,
@@ -325,7 +331,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py", "module": "ir",
"file": "model.py",
"class": "ModelButton", "class": "ModelButton",
"method": "__register__", "method": "__register__",
"line": 886, "line": 886,
@@ -347,7 +354,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py", "module": "ir",
"file": "model.py",
"class": "ModelData", "class": "ModelData",
"method": "__register__", "method": "__register__",
"line": 1208, "line": 1208,
@@ -402,7 +410,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "Module", "class": "Module",
"method": "__register__", "method": "__register__",
"line": 96, "line": 96,
@@ -520,7 +529,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "ModuleDependency", "class": "ModuleDependency",
"method": "__register__", "method": "__register__",
"line": 355, "line": 355,
@@ -545,7 +555,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "ModuleConfigWizardItem", "class": "ModuleConfigWizardItem",
"method": "__register__", "method": "__register__",
"line": 386, "line": 386,
@@ -615,7 +626,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/sequence.py", "module": "ir",
"file": "sequence.py",
"class": "SequenceType", "class": "SequenceType",
"method": "__register__", "method": "__register__",
"line": 41, "line": 41,
@@ -639,7 +651,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/sequence.py", "module": "ir",
"file": "sequence.py",
"class": "Sequence", "class": "Sequence",
"method": "__register__", "method": "__register__",
"line": 117, "line": 117,
@@ -712,7 +725,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/translation.py", "module": "ir",
"file": "translation.py",
"class": "Translation", "class": "Translation",
"method": "__register__", "method": "__register__",
"line": 110, "line": 110,
@@ -781,7 +795,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py", "module": "ir",
"file": "trigger.py",
"class": "Trigger", "class": "Trigger",
"method": "__register__", "method": "__register__",
"line": 74, "line": 74,
@@ -915,7 +930,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/icon.py", "module": "ir",
"file": "ui/icon.py",
"class": "Icon", "class": "Icon",
"method": "__register__", "method": "__register__",
"line": 31, "line": 31,
@@ -938,7 +954,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/view.py", "module": "ir",
"file": "ui/view.py",
"class": "ViewSearch", "class": "ViewSearch",
"method": "__register__", "method": "__register__",
"line": 601, "line": 601,
+14 -7
View File
@@ -3,7 +3,8 @@
"module": "party", "module": "party",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/party/address.py", "module": "party",
"file": "address.py",
"class": "Address", "class": "Address",
"method": "__register__", "method": "__register__",
"line": 85, "line": 85,
@@ -72,7 +73,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/address.py", "module": "party",
"file": "address.py",
"class": "AddressFormat", "class": "AddressFormat",
"method": "__register__", "method": "__register__",
"line": 312, "line": 312,
@@ -204,7 +206,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/category.py", "module": "party",
"file": "category.py",
"class": "Category", "class": "Category",
"method": "__register__", "method": "__register__",
"line": 35, "line": 35,
@@ -226,7 +229,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/configuration.py", "module": "party",
"file": "configuration.py",
"class": "_ConfigurationValue", "class": "_ConfigurationValue",
"method": "__register__", "method": "__register__",
"line": 99, "line": 99,
@@ -246,7 +250,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "Party", "class": "Party",
"method": "__register__", "method": "__register__",
"line": 110, "line": 110,
@@ -269,7 +274,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "PartyLang", "class": "PartyLang",
"method": "__register__", "method": "__register__",
"line": 345, "line": 345,
@@ -352,7 +358,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "Identifier", "class": "Identifier",
"method": "__register__", "method": "__register__",
"line": 625, "line": 625,
+10 -5
View File
@@ -3,7 +3,8 @@
"module": "product", "module": "product",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/product/configuration.py", "module": "product",
"file": "configuration.py",
"class": "ConfigurationDefaultCostPriceMethod", "class": "ConfigurationDefaultCostPriceMethod",
"method": "__register__", "method": "__register__",
"line": 54, "line": 54,
@@ -25,7 +26,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "Product", "class": "Product",
"method": "__register__", "method": "__register__",
"line": 444, "line": 444,
@@ -64,7 +66,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductListPrice", "class": "ProductListPrice",
"method": "__register__", "method": "__register__",
"line": 677, "line": 677,
@@ -86,7 +89,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductCostPriceMethod", "class": "ProductCostPriceMethod",
"method": "__register__", "method": "__register__",
"line": 708, "line": 708,
@@ -168,7 +172,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductCostPrice", "class": "ProductCostPrice",
"method": "__register__", "method": "__register__",
"line": 772, "line": 772,
+6 -3
View File
@@ -3,7 +3,8 @@
"module": "production", "module": "production",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/production/bom.py", "module": "production",
"file": "bom.py",
"class": "BOMInput", "class": "BOMInput",
"method": "__register__", "method": "__register__",
"line": 70, "line": 70,
@@ -25,7 +26,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/production/configuration.py", "module": "production",
"file": "configuration.py",
"class": "ConfigurationProductionSequence", "class": "ConfigurationProductionSequence",
"method": "__register__", "method": "__register__",
"line": 44, "line": 44,
@@ -47,7 +49,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/production/production.py", "module": "production",
"file": "production.py",
"class": "Production", "class": "Production",
"method": "__register__", "method": "__register__",
"line": 266, "line": 266,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "res", "module": "res",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/res/user.py", "module": "res",
"file": "user.py",
"class": "User", "class": "User",
"method": "__register__", "method": "__register__",
"line": 202, "line": 202,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "stock_lot", "module": "stock_lot",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/stock_lot/product.py", "module": "stock_lot",
"file": "product.py",
"class": "Template", "class": "Template",
"method": "__register__", "method": "__register__",
"line": 60, "line": 60,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "stock_product_location", "module": "stock_product_location",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/stock_product_location/location.py", "module": "stock_product_location",
"file": "location.py",
"class": "ProductLocation", "class": "ProductLocation",
"method": "__register__", "method": "__register__",
"line": 41, "line": 41,
+6 -3
View File
@@ -3,7 +3,8 @@
"module": "company", "module": "company",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/company/party.py", "module": "company",
"file": "party.py",
"class": "ConfigurationLang", "class": "ConfigurationLang",
"method": "__register__", "method": "__register__",
"line": 21, "line": 21,
@@ -25,7 +26,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/company/party.py", "module": "company",
"file": "party.py",
"class": "PartyLang", "class": "PartyLang",
"method": "__register__", "method": "__register__",
"line": 50, "line": 50,
@@ -47,7 +49,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/company/res.py", "module": "company",
"file": "res.py",
"class": "User", "class": "User",
"method": "__register__", "method": "__register__",
"line": 69, "line": 69,
+6 -3
View File
@@ -3,7 +3,8 @@
"module": "country", "module": "country",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "Country", "class": "Country",
"method": "__register__", "method": "__register__",
"line": 178, "line": 178,
@@ -82,7 +83,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "Subdivision", "class": "Subdivision",
"method": "__register__", "method": "__register__",
"line": 433, "line": 433,
@@ -150,7 +152,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "PostalCode", "class": "PostalCode",
"method": "__register__", "method": "__register__",
"line": 516, "line": 516,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "currency", "module": "currency",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/currency/currency.py", "module": "currency",
"file": "currency.py",
"class": "Currency", "class": "Currency",
"method": "__register__", "method": "__register__",
"line": 72, "line": 72,
+34 -17
View File
@@ -3,7 +3,8 @@
"module": "ir", "module": "ir",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionReport", "class": "ActionReport",
"method": "__register__", "method": "__register__",
"line": 582, "line": 582,
@@ -56,7 +57,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindow", "class": "ActionActWindow",
"method": "__register__", "method": "__register__",
"line": 774, "line": 774,
@@ -138,7 +140,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindowView", "class": "ActionActWindowView",
"method": "__register__", "method": "__register__",
"line": 979, "line": 979,
@@ -161,7 +164,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindowDomain", "class": "ActionActWindowDomain",
"method": "__register__", "method": "__register__",
"line": 1028, "line": 1028,
@@ -184,7 +188,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/attachment.py", "module": "ir",
"file": "attachment.py",
"class": "Attachment", "class": "Attachment",
"method": "__register__", "method": "__register__",
"line": 59, "line": 59,
@@ -302,7 +307,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/cron.py", "module": "ir",
"file": "cron.py",
"class": "Cron", "class": "Cron",
"method": "__register__", "method": "__register__",
"line": 92, "line": 92,
@@ -325,7 +331,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py", "module": "ir",
"file": "model.py",
"class": "ModelButton", "class": "ModelButton",
"method": "__register__", "method": "__register__",
"line": 895, "line": 895,
@@ -347,7 +354,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py", "module": "ir",
"file": "model.py",
"class": "ModelData", "class": "ModelData",
"method": "__register__", "method": "__register__",
"line": 1227, "line": 1227,
@@ -402,7 +410,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "Module", "class": "Module",
"method": "__register__", "method": "__register__",
"line": 97, "line": 97,
@@ -520,7 +529,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "ModuleDependency", "class": "ModuleDependency",
"method": "__register__", "method": "__register__",
"line": 337, "line": 337,
@@ -545,7 +555,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "ModuleConfigWizardItem", "class": "ModuleConfigWizardItem",
"method": "__register__", "method": "__register__",
"line": 370, "line": 370,
@@ -615,7 +626,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/sequence.py", "module": "ir",
"file": "sequence.py",
"class": "SequenceType", "class": "SequenceType",
"method": "__register__", "method": "__register__",
"line": 41, "line": 41,
@@ -639,7 +651,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/sequence.py", "module": "ir",
"file": "sequence.py",
"class": "Sequence", "class": "Sequence",
"method": "__register__", "method": "__register__",
"line": 117, "line": 117,
@@ -712,7 +725,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/translation.py", "module": "ir",
"file": "translation.py",
"class": "Translation", "class": "Translation",
"method": "__register__", "method": "__register__",
"line": 111, "line": 111,
@@ -781,7 +795,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py", "module": "ir",
"file": "trigger.py",
"class": "Trigger", "class": "Trigger",
"method": "__register__", "method": "__register__",
"line": 79, "line": 79,
@@ -915,7 +930,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/icon.py", "module": "ir",
"file": "ui/icon.py",
"class": "Icon", "class": "Icon",
"method": "__register__", "method": "__register__",
"line": 31, "line": 31,
@@ -938,7 +954,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/view.py", "module": "ir",
"file": "ui/view.py",
"class": "ViewSearch", "class": "ViewSearch",
"method": "__register__", "method": "__register__",
"line": 601, "line": 601,
+14 -7
View File
@@ -3,7 +3,8 @@
"module": "party", "module": "party",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/party/address.py", "module": "party",
"file": "address.py",
"class": "Address", "class": "Address",
"method": "__register__", "method": "__register__",
"line": 85, "line": 85,
@@ -72,7 +73,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/address.py", "module": "party",
"file": "address.py",
"class": "AddressFormat", "class": "AddressFormat",
"method": "__register__", "method": "__register__",
"line": 312, "line": 312,
@@ -204,7 +206,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/category.py", "module": "party",
"file": "category.py",
"class": "Category", "class": "Category",
"method": "__register__", "method": "__register__",
"line": 35, "line": 35,
@@ -226,7 +229,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/configuration.py", "module": "party",
"file": "configuration.py",
"class": "_ConfigurationValue", "class": "_ConfigurationValue",
"method": "__register__", "method": "__register__",
"line": 99, "line": 99,
@@ -246,7 +250,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "Party", "class": "Party",
"method": "__register__", "method": "__register__",
"line": 110, "line": 110,
@@ -269,7 +274,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "PartyLang", "class": "PartyLang",
"method": "__register__", "method": "__register__",
"line": 345, "line": 345,
@@ -352,7 +358,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "Identifier", "class": "Identifier",
"method": "__register__", "method": "__register__",
"line": 625, "line": 625,
+10 -5
View File
@@ -3,7 +3,8 @@
"module": "product", "module": "product",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/product/configuration.py", "module": "product",
"file": "configuration.py",
"class": "ConfigurationDefaultCostPriceMethod", "class": "ConfigurationDefaultCostPriceMethod",
"method": "__register__", "method": "__register__",
"line": 54, "line": 54,
@@ -25,7 +26,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "Product", "class": "Product",
"method": "__register__", "method": "__register__",
"line": 447, "line": 447,
@@ -64,7 +66,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductListPrice", "class": "ProductListPrice",
"method": "__register__", "method": "__register__",
"line": 701, "line": 701,
@@ -86,7 +89,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductCostPriceMethod", "class": "ProductCostPriceMethod",
"method": "__register__", "method": "__register__",
"line": 732, "line": 732,
@@ -168,7 +172,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "ProductCostPrice", "class": "ProductCostPrice",
"method": "__register__", "method": "__register__",
"line": 796, "line": 796,
+6 -3
View File
@@ -3,7 +3,8 @@
"module": "production", "module": "production",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/production/bom.py", "module": "production",
"file": "bom.py",
"class": "BOMInput", "class": "BOMInput",
"method": "__register__", "method": "__register__",
"line": 70, "line": 70,
@@ -25,7 +26,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/production/configuration.py", "module": "production",
"file": "configuration.py",
"class": "ConfigurationProductionSequence", "class": "ConfigurationProductionSequence",
"method": "__register__", "method": "__register__",
"line": 44, "line": 44,
@@ -47,7 +49,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/production/production.py", "module": "production",
"file": "production.py",
"class": "Production", "class": "Production",
"method": "__register__", "method": "__register__",
"line": 263, "line": 263,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "res", "module": "res",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/res/user.py", "module": "res",
"file": "user.py",
"class": "User", "class": "User",
"method": "__register__", "method": "__register__",
"line": 202, "line": 202,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "stock_lot", "module": "stock_lot",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/stock_lot/product.py", "module": "stock_lot",
"file": "product.py",
"class": "Template", "class": "Template",
"method": "__register__", "method": "__register__",
"line": 63, "line": 63,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "stock_product_location", "module": "stock_product_location",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/stock_product_location/location.py", "module": "stock_product_location",
"file": "location.py",
"class": "ProductLocation", "class": "ProductLocation",
"method": "__register__", "method": "__register__",
"line": 41, "line": 41,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "company", "module": "company",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/company/res.py", "module": "company",
"file": "res.py",
"class": "User", "class": "User",
"method": "__register__", "method": "__register__",
"line": 116, "line": 116,
+6 -3
View File
@@ -3,7 +3,8 @@
"module": "country", "module": "country",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "Country", "class": "Country",
"method": "__register__", "method": "__register__",
"line": 178, "line": 178,
@@ -39,7 +40,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "Subdivision", "class": "Subdivision",
"method": "__register__", "method": "__register__",
"line": 424, "line": 424,
@@ -107,7 +109,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/country/country.py", "module": "country",
"file": "country.py",
"class": "PostalCode", "class": "PostalCode",
"method": "__register__", "method": "__register__",
"line": 507, "line": 507,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "currency", "module": "currency",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/currency/currency.py", "module": "currency",
"file": "currency.py",
"class": "Currency", "class": "Currency",
"method": "__register__", "method": "__register__",
"line": 72, "line": 72,
+26 -13
View File
@@ -3,7 +3,8 @@
"module": "ir", "module": "ir",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindowView", "class": "ActionActWindowView",
"method": "__register__", "method": "__register__",
"line": 952, "line": 952,
@@ -26,7 +27,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/action.py", "module": "ir",
"file": "action.py",
"class": "ActionActWindowDomain", "class": "ActionActWindowDomain",
"method": "__register__", "method": "__register__",
"line": 1001, "line": 1001,
@@ -49,7 +51,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/cron.py", "module": "ir",
"file": "cron.py",
"class": "Cron", "class": "Cron",
"method": "__register__", "method": "__register__",
"line": 92, "line": 92,
@@ -72,7 +75,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/export.py", "module": "ir",
"file": "export.py",
"class": "Export", "class": "Export",
"method": "__register__", "method": "__register__",
"line": 56, "line": 56,
@@ -111,7 +115,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py", "module": "ir",
"file": "model.py",
"class": "ModelButton", "class": "ModelButton",
"method": "__register__", "method": "__register__",
"line": 887, "line": 887,
@@ -133,7 +138,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/model.py", "module": "ir",
"file": "model.py",
"class": "ModelData", "class": "ModelData",
"method": "__register__", "method": "__register__",
"line": 1219, "line": 1219,
@@ -157,7 +163,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/module.py", "module": "ir",
"file": "module.py",
"class": "ModuleConfigWizardItem", "class": "ModuleConfigWizardItem",
"method": "__register__", "method": "__register__",
"line": 323, "line": 323,
@@ -180,7 +187,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/sequence.py", "module": "ir",
"file": "sequence.py",
"class": "SequenceType", "class": "SequenceType",
"method": "__register__", "method": "__register__",
"line": 41, "line": 41,
@@ -204,7 +212,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/sequence.py", "module": "ir",
"file": "sequence.py",
"class": "Sequence", "class": "Sequence",
"method": "__register__", "method": "__register__",
"line": 122, "line": 122,
@@ -277,7 +286,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/translation.py", "module": "ir",
"file": "translation.py",
"class": "Translation", "class": "Translation",
"method": "__register__", "method": "__register__",
"line": 115, "line": 115,
@@ -315,7 +325,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/trigger.py", "module": "ir",
"file": "trigger.py",
"class": "Trigger", "class": "Trigger",
"method": "__register__", "method": "__register__",
"line": 79, "line": 79,
@@ -401,7 +412,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/icon.py", "module": "ir",
"file": "ui/icon.py",
"class": "Icon", "class": "Icon",
"method": "__register__", "method": "__register__",
"line": 31, "line": 31,
@@ -424,7 +436,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/ir/ui/view.py", "module": "ir",
"file": "ui/view.py",
"class": "ViewSearch", "class": "ViewSearch",
"method": "__register__", "method": "__register__",
"line": 616, "line": 616,
+8 -4
View File
@@ -3,7 +3,8 @@
"module": "party", "module": "party",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/party/address.py", "module": "party",
"file": "address.py",
"class": "Address", "class": "Address",
"method": "__register__", "method": "__register__",
"line": 84, "line": 84,
@@ -26,7 +27,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/address.py", "module": "party",
"file": "address.py",
"class": "AddressFormat", "class": "AddressFormat",
"method": "__register__", "method": "__register__",
"line": 303, "line": 303,
@@ -158,7 +160,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/configuration.py", "module": "party",
"file": "configuration.py",
"class": "Configuration", "class": "Configuration",
"method": "__register__", "method": "__register__",
"line": 34, "line": 34,
@@ -197,7 +200,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/party/party.py", "module": "party",
"file": "party.py",
"class": "Identifier", "class": "Identifier",
"method": "__register__", "method": "__register__",
"line": 780, "line": 780,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "product", "module": "product",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/product/product.py", "module": "product",
"file": "product.py",
"class": "Product", "class": "Product",
"method": "__register__", "method": "__register__",
"line": 494, "line": 494,
+4 -2
View File
@@ -3,7 +3,8 @@
"module": "production", "module": "production",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/production/bom.py", "module": "production",
"file": "bom.py",
"class": "BOMInput", "class": "BOMInput",
"method": "__register__", "method": "__register__",
"line": 72, "line": 72,
@@ -41,7 +42,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/production/production.py", "module": "production",
"file": "production.py",
"class": "Production", "class": "Production",
"method": "__register__", "method": "__register__",
"line": 264, "line": 264,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "res", "module": "res",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/trytond/trytond/res/user.py", "module": "res",
"file": "user.py",
"class": "User", "class": "User",
"method": "__register__", "method": "__register__",
"line": 207, "line": 207,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "stock_lot", "module": "stock_lot",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/stock_lot/product.py", "module": "stock_lot",
"file": "product.py",
"class": "Template", "class": "Template",
"method": "__register__", "method": "__register__",
"line": 63, "line": 63,
+2 -1
View File
@@ -3,7 +3,8 @@
"module": "stock_product_location", "module": "stock_product_location",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/stock_product_location/location.py", "module": "stock_product_location",
"file": "location.py",
"class": "ProductLocation", "class": "ProductLocation",
"method": "__register__", "method": "__register__",
"line": 41, "line": 41,
+4 -2
View File
@@ -3,7 +3,8 @@
"module": "company", "module": "company",
"files": [ "files": [
{ {
"file": "/home/uha4/tmp/tryton/modules/company/ir.py", "module": "company",
"file": "ir.py",
"class": "CronCompany", "class": "CronCompany",
"method": "__register__", "method": "__register__",
"line": 102, "line": 102,
@@ -27,7 +28,8 @@
] ]
}, },
{ {
"file": "/home/uha4/tmp/tryton/modules/company/res.py", "module": "company",
"file": "res.py",
"class": "User", "class": "User",
"method": "__register__", "method": "__register__",
"line": 116, "line": 116,

Some files were not shown because too many files have changed in this diff Show More