Skip to Content
Menu

PoS Happy Hours | PoS Time Based Products | PoS Breakfast Lunch Dinner

by
Odoo
v 18.0 Third Party 512
Download for v 18.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Point of Sale (point_of_sale)
Inventory (stock)
Invoicing (account)
Lines of code 224
Technical Name pos_products_based_on_time
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 14.0 15.0 16.0 17.0 18.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Point of Sale (point_of_sale)
Inventory (stock)
Invoicing (account)
Lines of code 224
Technical Name pos_products_based_on_time
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 14.0 15.0 16.0 17.0 18.0
Community
Enterprise

This module enables you to display time-based products in POS. The item will vary as time goes on.

PoS Happy Hours | PoS Time Based Products | PoS Breakfast Lunch Dinner

Key Highlights

This module enables you to display time-based products in POS. The item will vary as time goes on.

PoS Happy Hours | PoS Time Based Products | PoS Breakfast Lunch Dinner

Time based Product Availability

The pos product will change in accordance with the time.

Compatibility

Designed to work with both Odoo Community and Enterprise editions.

PoS Happy Hours | PoS Time Based Products | PoS Breakfast Lunch Dinner

Are you ready to make your business more organized?
Improve now!

odoo@cybrosys.com +91 9074270811
acc_bg

Product Planning

There will be a menu under product menu to configure the feature.

Product planning form page

Configure the form page with product and time.

Filtered Product list

Now, between the time interval you can only see the selected product in the pos.

The pos product will change in accordance with the time.

Available in Odoo 18.0 Community, Enterprise and Odoo.sh

Changing the product without ending the session or refreshing.

PoS Happy Hours apply discounts on selected products during specific time windows.

Yes, you can define specific times for Breakfast, Lunch, and Dinner products.

Yes, you can set multiple Happy Hours with different time slots.

Latest Release 18.0.1.0.0

30th September, 2024
Add
  • Initial Commit

Related Products

Our Services

....

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
by
cemara
on 9/11/25, 11:15 PM

Error while importing module 'pos_products_based_on_time'. Module loading pos_products_based_on_time failed: file /tmp/tmpfvqg63zk/pos_products_based_on_time/security/ir.model.access.csv could not be processed: No matching record found for external id 'model_meals_planning' in field 'Model' No matching record found for external id 'model_meals_planning' in field 'Model' Missing required value for the field 'Model' (model_id) Missing required value for the field 'Model' (model_id)

Hello please fix this,

Re:
by
Cybrosys Technologies
on 9/13/25, 6:21 AM Author

This error occurs when attempting to import the module ZIP file through the 'Import Module' menu in the app list, as this feature is intended only for importing data modules (.xml files and static assets).

Since this module includes Python files, you should follow these steps instead:

  • Extract the ZIP file and place the extracted module folder into your Odoo's addons directory, or any directory listed in the addons_path of your odoo.conf file.
  • Restart Odoo service.
  • Activate Developer Mode in Odoo (Settings > Activate the developer mode).
  • Navigate to the Apps menu and click "Update Apps List".
  • After the update, search for the module by name and install it from the list.

This is the correct way to install modules that include Python code, ensuring Odoo loads all models, views, and logic as expected.