Public Access
now modulename and relative filename are stored separately
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
"module": "production",
|
||||
"files": [
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/production/bom.py",
|
||||
"module": "production",
|
||||
"file": "bom.py",
|
||||
"class": "BOMInput",
|
||||
"method": "__register__",
|
||||
"line": 142,
|
||||
@@ -41,7 +42,8 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/production/ir.py",
|
||||
"module": "production",
|
||||
"file": "ir.py",
|
||||
"class": "Cron",
|
||||
"method": "__register__",
|
||||
"line": 19,
|
||||
@@ -80,7 +82,8 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/production/production.py",
|
||||
"module": "production",
|
||||
"file": "production.py",
|
||||
"class": "Production",
|
||||
"method": "__register__",
|
||||
"line": 267,
|
||||
|
||||
Reference in New Issue
Block a user