Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5_fork
Commits
752f9907
Commit
752f9907
authored
Dec 15, 2014
by
Sebastien Robin
Browse files
Options
Browse Files
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
...
@@ -61,10 +61,12 @@ def extract_keyword(name):\n
\n
\n
def match(name, keyword_list):\n
def match(name, keyword_list):\n
count = 0\n
count = 0\n
if name == keyword_list:\n
return 1\n
for i in keyword_list:\n
for i in keyword_list:\n
if i in name:\n
if i in name:\n
count += 1\n
count += 1\n
return count/float(len(keyword_list))\n
return count/float(len(
name +
keyword_list))\n
\n
\n
module = context\n
module = context\n
spreadsheet_column = cell.getProperty(\'spreadsheet_column\')\n
spreadsheet_column = cell.getProperty(\'spreadsheet_column\')\n
...
...
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