Skip to content

Commit 21c1a33

Browse files
committed
[FIX] vcp_odoo: adapt function
1 parent 5d1f542 commit 21c1a33

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
@@ -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)