Repository
OCA/sale-reporting · module folder · Try on Runboat
Module version
1.1.0
Category
Sale
Folder size
0.17 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-reporting
Last tracking update
2026-08-07 08:43:07
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Víctor Martínez, Carlos Roca, Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
sale_order_product_recommendation_product_sold_by_delivery_week
Description
This module allows to compute a graphical hint, stored in the product
itself, to display whether that product was sold and delivered in recent
weeks.

![image](../static/description/sold_by_week_hint.png)

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
product_product_tree_view product.product tree Inherits product.product_product_tree_view
product_template_tree_view product.template tree Inherits product.product_template_tree_view
product_view_kanban_catalog product.product kanban Inherits sale.product_view_kanban_catalog
view_order_form sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (2)
  • weekly_sold_delivered Char
    company_dependent=True groups='sales_team.group_sale_salesman'
  • weekly_sold_delivered_shown Char
    compute='_compute_weekly_sold_delivered_shown' groups='sales_team.group_sale_salesman' string='Weekly Sold'
Public methods (0)

No public methods.

New fields (2)
  • weekly_sold_delivered Char
    compute='_compute_weekly_sold_delivered' groups='sales_team.group_sale_salesman' readonly=True
  • weekly_sold_delivered_shown Char
    compute='_compute_weekly_sold_delivered_shown' groups='sales_team.group_sale_salesman' string='Weekly Sold'
Public methods (0)

No public methods.

New fields (1)
  • weekly_sold_delivered_shown Char
    compute='_compute_weekly_sold_delivered_shown' string='Weekly Sold'
Public methods (1)
  • get_partner_for_reporting(self)
    get partner from line taking into account context parameters

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
575 days ago
Last activity
17 days ago
Repository
OCA/sale-reporting
Pull request
[17.0][MIG] product_sold_by_delivery_week: Migration to 17.0 (#312)
Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
43 days ago
Last activity
43 days ago
Repository
OCA/sale-reporting
Pull request
[19.0][MIG] product_sold_by_delivery_week : Migration to 19.0. (#383)