コンテンツへスキップ
メニュー
この質問にフラグが付けられました

I have successfully installed Odoo 17 Community version on my PC and now I an unable to install third party apps on it.

Steps followed:

1. downloaded Cybrosoft's Odoo 17 Full Accounting Kit.

2. Extracted the zip file.

3. copied the folder to Odoo's addon folder.

4. Restarted Odoo services from Windows services.

5. Enabled developer mode in Odoo settings.

6. From App menu clicked the 'Update App list'

7. Searched the base_accounting_kit. not available in list.

Is anything missing from my end. Please support me to resolve this issue. It is my first experience with Odoo community.


アバター
破棄
最善の回答

Hi,

To resolve the issue of not being able to install third-party apps on Odoo 17 Community, follow these steps:

  1. Verify the Addon Path:
    • Ensure the __manifest__.py file is directly inside the module folder you copied. The path should be addons/your_module/__manifest__.py.
  2. Check Permissions:
    • Make sure the copied folder and files have the appropriate read permissions.
  3. Update Configuration:
  • Ensure your odoo.conf file includes the custom addons path:

addons_path = /path/to/odoo/addons,/path/to/your/custom/addons

  1. Restart Odoo Service:
    • Fully restart the Odoo server, not just the application.
  2. Clear Cache:
    • Remove .pyc files and __pycache__ directories within the addon directory.
  3. Check Logs:
    • Inspect odoo-server.log for any errors or warnings.
  4. Verify Compatibility:
    • Ensure the module is compatible with Odoo 17 by checking the __manifest__.py file.

After these steps, go to the App menu, click 'Update App list', and search for base_accounting_kit.



Hope it helps

アバター
破棄
関連投稿 返信 ビュー 活動
1
9月 20
7184
1
3月 15
3391
3
5月 25
6803
0
11月 24
877
1
1月 23
2303