Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Matevz Golob
erp5
Commits
752f9907
Commit
752f9907
authored
10 years ago
by
Sebastien Robin
Browse files
Options
Download
Email Patches
Plain Diff
erp5_ooo_import: the score of property was not able to find perfect matching
parent
c4f9f1a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
bt5/erp5_ooo_import/SkinTemplateItem/portal_skins/erp5_ooo_import/Base_getModulePortalTypeDefaultProperty.xml
...p5_ooo_import/Base_getModulePortalTypeDefaultProperty.xml
+3
-1
No files found.
bt5/erp5_ooo_import/SkinTemplateItem/portal_skins/erp5_ooo_import/Base_getModulePortalTypeDefaultProperty.xml
View file @
752f9907
...
...
@@ -61,10 +61,12 @@ def extract_keyword(name):\n
\n
def match(name, keyword_list):\n
count = 0\n
if name == keyword_list:\n
return 1\n
for i in keyword_list:\n
if i in name:\n
count += 1\n
return count/float(len(keyword_list))\n
return count/float(len(
name +
keyword_list))\n
\n
module = context\n
spreadsheet_column = cell.getProperty(\'spreadsheet_column\')\n
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment