Skip to content

Commit 281e7c6

Browse files
committed
[FIX] vcp_odoo: adapt function
1 parent 5453668 commit 281e7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcp_odoo/models/vcp_rule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class VcpRule(models.Model):
2828
"odoo_module_rule_id",
2929
)
3030

31-
def _process_rule_odoo_module(self, record):
31+
def _process_rule_odoo_module(self, record, parameters=None):
3232
"""
3333
Process the rule as an Odoo module analysis.
3434
"""

0 commit comments

Comments
 (0)