Browse Source

add module loading

nas 2 years ago
parent
commit
3c575e07ac
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      README.md

+ 8
- 0
README.md View File

@@ -15,3 +15,11 @@ sudo apt-get install apt-transport-https ca-certificates curl gnupg lsb-release
15 15
 ```
16 16
 sh build.sh
17 17
 ```
18
+
19
+## Modules
20
+
21
+### Résolution
22
+
23
+Si les modules n'apparaissent pas, cette commande à chaud peut résoudre le problème
24
+
25
+`docker-compose exec odoo python3 /opt/odoo/odoo/odoo-bin -c /opt/odoo/etc/odoo.conf -init account_menu --stop-after-init --no-http --without-demo=all --database=odoo`

Loading…
Cancel
Save