Skip to content

Commit

Permalink
[IMP] mrp_qr_code: Improve depends error
Browse files Browse the repository at this point in the history
  • Loading branch information
unaiberis authored and anajuaristi committed Jan 24, 2025
1 parent 9cc3f2c commit fc9a8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrp_qr_code/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"category": "Product",
"author": "Avanzosc",
"license": "LGPL-3",
"depends": [],
"depends": ["mrp"],
"data": [],
"installable": True,
"application": False,
Expand Down

0 comments on commit fc9a8ec

Please sign in to comment.