Skip to content

Commit

Permalink
[FIX] Change default for manifest dependencies install
Browse files Browse the repository at this point in the history
  • Loading branch information
katyukha committed Oct 6, 2023
1 parent afa307d commit 91e6db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subpackages/lib/source/odood/lib/addons/manager.d
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ private import odood.exception: OdoodException;
immutable bool DEFAULT_INSTALL_PY_REQUREMENTS = true;

/// Install python dependencies from addon manifest by default
immutable bool DEFAULT_INSTALL_MANIFEST_REQUREMENTS = true;
immutable bool DEFAULT_INSTALL_MANIFEST_REQUREMENTS = false;


/// Struct that provide API to manage odoo addons for the project
Expand Down

0 comments on commit 91e6db7

Please sign in to comment.