Skip to Content
Menu
This question has been flagged
3 Replies
4835 Views

I see PWA feature on the Odoo17 enterprise version. How Can I try for the community?

Avatar
Discard
Best Answer

Hi 

PWA feature is currently only Odoo 17 Enterprise 

if you need it for the community, you can purchase apps from Odoo Apps store 

PWA Odoo 17

PWA Apps


Regards


Avatar
Discard
Best Answer

Hi,

While the Progressive Web App (PWA) feature is currently exclusive to the Odoo 17 Enterprise version


Hope it helps

Avatar
Discard
Best Answer

Yes, Odoo 17 Community Edition supports Progressive Web Applications (PWAs). To enable PWA functionality for your Odoo 17 Community instance, you can follow these general steps:

  1. Configuration:
    • Ensure your Odoo instance is set up and running correctly. This includes having a stable internet connection and a supported web browser.
  2. Enable PWA Manifest:
    • Odoo 17 allows you to create a PWA manifest for your instance. This manifest file defines how your app behaves when installed as a PWA.
    • Customize the manifest to include details like the app's name, icons, theme color, and other metadata.
  3. Service Worker Setup:
    • Implement a service worker to manage offline caching and enhance the PWA experience.
    • Service workers enable offline capabilities and improve the performance of PWAs by caching resources.
  4. Installation Prompt:
    • Implement the install prompt for your PWA. This allows users to install the Odoo app on their devices directly from the browser.
  5. Testing and Deployment:
    • Test your PWA on various devices and browsers to ensure compatibility and responsiveness.
    • Deploy the PWA by making it accessible to users through a URL.
  6. Promotion and User Engagement:
    • Promote the PWA among your users. Educate them on the benefits of installing the Odoo app as a PWA.
    • Ensure users understand how to install and use the PWA on their devices.

To implement these steps, you might need development expertise, especially in web technologies like HTML, CSS, and JavaScript. Also, ensure your hosting environment supports the necessary PWA features.

Avatar
Discard