Weekday Filter & Group By for Odoo by TraceNcode
Weekday Filter & Group By — Odoo 19.0
======================================
Adds a reusable weekday computed field so you can filter or group records
by the day of the week a date or datetime field falls on.
Built-in support
----------------
* Sales Orders — Order Date (date_order)
* Invoices & Bills — Invoice/Bill Date (invoice_date)
Example use cases
-----------------
* Show only Sale Orders created on Wednesday
* Group Invoices by weekday of the invoice date
* Spot weekly sales or billing patterns at a glance
Developer-friendly
------------------
Reuse the ``weekday.mixin`` abstract model to add the same capability to
any date/datetime field on any model in a few lines of code.
Learn more at https://www.tracencode.com
Your Dynamic Snippet will be displayed here...
This message is displayed because youy did not provide both a filter and a template to use.