From 646cd659e82010a01de8e4fad14d9d0f7c7acd06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rolando=20P=C3=A9rez=20Rebollo?= <38138332+rrebollo@users.noreply.github.com> Date: Wed, 10 Dec 2025 14:44:57 -0500 Subject: [PATCH] [FIX] Modify pipx inject command in README Updated pipx command to include apps for oca-port. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d32a5d..6dd8288 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ to another. To automatically apply code patterns with [odoo-module-migrator](https://github.com/OCA/odoo-module-migrator), install library with below syntax: - $ pipx inject --include-deps oca-port git+https://github.com/OCA/odoo-module-migrator.git@master + $ pipx inject --include-apps --include-deps oca-port git+https://github.com/OCA/odoo-module-migrator.git@master ## Using