product_sold_by_delivery_week
This module provides a graphical hint on products indicating their sales and delivery status over recent weeks.
Key Features
- product.product: Adds a field to store a binary string representing weekly sales and delivery status.
- product.product: Adds a computed field for displaying weekly sales with customizable characters.
- product.product: Computes weekly sales based on delivered outgoing stock moves within a configurable number of weeks.
- product.product: Updates the weekly sales field in real-time when stock moves are completed.
- product.template: Computes weekly sales by aggregating data from product variants using bitwise operations.
- product.template: Adds a computed field for displaying weekly sales with customizable characters.
- sale.order.line: Adds a computed field showing weekly sales in the context of the partner.
- stock.move: Updates product weekly sales when outgoing stock moves are marked as done.
- sales: Defines security groups to control access to weekly sales information in product lists and order lines.
- sales: Provides configurable parameters for display characters and the number of weeks to consider.
- sales: Includes a scheduled job to recalculate weekly sales data for all products every week.
- sales: Executes initial calculation of weekly sales data upon module installation.