跳至內容
選單
此問題已被標幟
2 回覆
1487 瀏覽次數
I have added the hr_attendance_geolocation module to the odoo addons. but the module doesn't appear. I have turned off the odoo server service and have updated the app list but the module still doesn't appear in the app list


頭像
捨棄
最佳答案

Hi, 

There could be multiple reasons for the cause:

  • Make sure that the addons folder added to addons_path in config file.
  • Another thing: try to stop Odoo service and then try to access it from browser if it's still working you need to kill the service and make sure Odoo is not running in the browser and then start Odoo service and do update app list.
  • Check your module folder and make sure there is no nested folders.

頭像
捨棄
最佳答案

It sounds like you are having trouble getting the hr_attendance_geolocation module to appear in your Odoo instance. Here are a few things you can try:

  1. Make sure that you have installed the module from the correct location. If you downloaded the module from the internet, make sure that it is in the correct directory for your Odoo installation.

  2. If you installed the module using the Odoo App Store, make sure that it is marked as "installed" in the App Store. You can do this by going to the App Store, searching for the module, and clicking on the "Install" button.

  3. If you installed the module manually, you may need to update the module list in Odoo. To do this, go to the "Apps" menu and click on the "Update Apps List" button. This will refresh the list of available modules and may make the hr_attendance_geolocation module appear.

  4. If the module still doesn't appear, you may need to check the log files to see if there are any errors that are preventing the module from being loaded. The log files are located in the log directory in your Odoo installation.


頭像
捨棄