Skip to Content
Menu
This question has been flagged

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.


Avatar
Discard
Best Answer

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

Avatar
Discard
Related Posts Replies Views Activity
1
Sep 20
7113
1
Mar 15
3341
3
May 25
6714
0
Nov 24
820
1
Jan 23
2260