Metadata-Version: 2.1
Name: odoo-addon-product_sold_by_delivery_week
Version: 18.0.1.1.0
Requires-Python: >=3.10
Requires-Dist: odoo==18.0.*
Summary: Adds a field that graphically hints the weekly product sales
Home-page: https://github.com/OCA/sale-reporting
License: AGPL-3
Author: Tecnativa, Odoo Community Association (OCA)
Author-email: support@odoo-community.org
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 18.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Development Status :: 4 - Beta
Description-Content-Type: text/x-rst

.. image:: https://odoo-community.org/readme-banner-image
   :target: https://odoo-community.org/get-involved?utm_source=readme
   :alt: Odoo Community Association

=========================
Product weekly sales hint
=========================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:cf40b83e185706e055806d97117e24d7ebe309211a85eb229477754ec6317ab3
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--reporting-lightgray.png?logo=github
    :target: https://github.com/OCA/sale-reporting/tree/18.0/product_sold_by_delivery_week
    :alt: OCA/sale-reporting
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/sale-reporting-18-0/sale-reporting-18-0-product_sold_by_delivery_week
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
    :target: https://runboat.odoo-community.org/builds?repo=OCA/sale-reporting&target_branch=18.0
    :alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

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|

.. |image| image:: https://raw.githubusercontent.com/OCA/sale-reporting/18.0/product_sold_by_delivery_week/static/description/sold_by_week_hint.png

**Table of contents**

.. contents::
   :local:

Configuration
=============

Some variables can be configured using config parameter keys:

- For hint characters:

..

   - For the sold char: product_sold_by_delivery_week.sold_char
   - For the not sold: product_sold_by_delivery_week.not_sold_char
   - For weeks length: product_sold_by_delivery_week.weeks_to_consider

Assign the security group 'Weekly selling info in order lines' and/or
'Weekly selling info in product list' to users that should see weekly
sales info in product lists or in order lines. (If you want to see the
info in other views like product recommendations, this is not needed.)

Usage
=====

Once configured, hints will appear as an optional column in sale order
lines or in products tree.

In the general products view, general sales info is shown. Meanwhile, in
the sale lines field we can see this field in context by simply
filtering partner sales.

Only salespeople can access this information.

Known issues / Roadmap
======================

- Services are not taken into consideration.
- A widget could be created on top of the main field to have nicer icons
  and probably colors.
- For the near future, a configurable granularity would be desirable, so
  behavior could be changed to years, months or days as the period of
  choice. To simplify this module, only weekly periods will be
  considered for now.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-reporting/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/sale-reporting/issues/new?body=module:%20product_sold_by_delivery_week%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Tecnativa

Contributors
------------

- `Tecnativa <https://www.tecnativa.com>`__:

  - David Vidal
  - Carlos Dauden
  - César A. Sánchez
  - Luis D. Lafaurie

- Jairo Llopis ([Moduon](https://www.moduon.team/))
- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io)

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

.. |maintainer-chienandalu| image:: https://github.com/chienandalu.png?size=40px
    :target: https://github.com/chienandalu
    :alt: chienandalu

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-chienandalu| 

This module is part of the `OCA/sale-reporting <https://github.com/OCA/sale-reporting/tree/18.0/product_sold_by_delivery_week>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
