Skip to content

Commit 467caf7

Browse files
committed
vcp_odoo: remove white space on module name
1 parent 7980645 commit 467caf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vcp_odoo/models/vcp_rule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def _process_rule_odoo_module_prepare_vals(
123123
description = path.read_text()
124124
break
125125
return {
126-
"name": manifest.get("name"),
126+
"name": manifest.get("name").strip(),
127127
"module_id": module_id,
128128
"author_ids": [Command.set(authors)],
129129
"maintainer_ids": [Command.set(maintainers)],

0 commit comments

Comments
 (0)