diff --git a/config/settings.yaml b/config/settings.yaml index d7f1dfa..e393c15 100644 --- a/config/settings.yaml +++ b/config/settings.yaml @@ -20,7 +20,6 @@ odoo_instances: host: "10.1.1.34" port: 8069 database: "server" - action: "update" modules: *module_list <<: *common # Inherit common settings @@ -28,6 +27,5 @@ odoo_instances: host: "10.1.1.34" port: 8069 database: "server2" - action: "install" modules: *module_list <<: *common # Inherit common settings \ No newline at end of file