Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIG][16.0] mig product_main_supplierinfo #1786

Merged
merged 17 commits into from
Nov 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 86 additions & 0 deletions product_main_supplierinfo/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
===================
Product Main Vendor
===================

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

.. |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/licence-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%2Fproduct--attribute-lightgray.png?logo=github
:target: https://github.com/OCA/product-attribute/tree/16.0/product_main_supplierinfo
:alt: OCA/product-attribute
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/product-attribute-16-0/product-attribute-16-0-product_main_supplierinfo
: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/product-attribute&target_branch=16.0
:alt: Try me on Runboat

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

This module shows the main vendor of a product.

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/product-attribute/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/product-attribute/issues/new?body=module:%20product_main_supplierinfo%0Aversion:%2016.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
~~~~~~~

* Camptocamp

Contributors
~~~~~~~~~~~~

* `Camptocamp <https://www.camptocamp.com>`_

* Sébastien Alix <[email protected]>

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-sebalix| image:: https://github.com/sebalix.png?size=40px
:target: https://github.com/sebalix
:alt: sebalix

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

|maintainer-sebalix|

This module is part of the `OCA/product-attribute <https://github.com/OCA/product-attribute/tree/16.0/product_main_supplierinfo>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions product_main_supplierinfo/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
17 changes: 17 additions & 0 deletions product_main_supplierinfo/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright 2021 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
{
"name": "Product Main Vendor",
"version": "16.0.1.0.0",
"summary": "Display the main vendor of a product.",
"website": "https://github.com/OCA/product-attribute",
"author": "Camptocamp, Odoo Community Association (OCA)",
"maintainers": ["sebalix"],
"development_status": "Beta",
"license": "AGPL-3",
"category": "Product",
"depends": ["product", "purchase"],
"data": ["views/product_product.xml"],
"auto_install": False,
"installable": True,
}
42 changes: 42 additions & 0 deletions product_main_supplierinfo/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_main_supplierinfo
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-01-15 16:36+0000\n"
"Last-Translator: Ivorra78 <[email protected]>\n"
"Language-Team: none\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: product_main_supplierinfo
#: model:ir.model.fields,field_description:product_main_supplierinfo.field_product_product__display_name
msgid "Display Name"
msgstr "Mostrar Nombre"

#. module: product_main_supplierinfo
#: model:ir.model.fields,field_description:product_main_supplierinfo.field_product_product__id
msgid "ID"
msgstr "ID"

#. module: product_main_supplierinfo
#: model:ir.model.fields,field_description:product_main_supplierinfo.field_product_product____last_update
msgid "Last Modified on"
msgstr "Última Modificación el"

#. module: product_main_supplierinfo
#: model:ir.model.fields,field_description:product_main_supplierinfo.field_product_product__main_seller_id
msgid "Main Vendor"
msgstr "Vendedor Principal"

#. module: product_main_supplierinfo
#: model:ir.model,name:product_main_supplierinfo.model_product_product
msgid "Product"
msgstr "Producto"
40 changes: 40 additions & 0 deletions product_main_supplierinfo/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_main_supplierinfo
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"

#. module: product_main_supplierinfo
#: model:ir.model.fields,field_description:product_main_supplierinfo.field_product_product__display_name
msgid "Display Name"
msgstr ""

#. module: product_main_supplierinfo
#: model:ir.model.fields,field_description:product_main_supplierinfo.field_product_product__id
msgid "ID"
msgstr ""

#. module: product_main_supplierinfo
#: model:ir.model.fields,field_description:product_main_supplierinfo.field_product_product____last_update
msgid "Last Modified on"
msgstr ""

#. module: product_main_supplierinfo
#: model:ir.model.fields,field_description:product_main_supplierinfo.field_product_product__main_seller_id
msgid "Main Vendor"
msgstr ""

#. module: product_main_supplierinfo
#: model:ir.model,name:product_main_supplierinfo.model_product_product
msgid "Product"
msgstr ""
42 changes: 42 additions & 0 deletions product_main_supplierinfo/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_main_supplierinfo
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-11-03 13:36+0000\n"
"Last-Translator: mymage <[email protected]>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: product_main_supplierinfo
#: model:ir.model.fields,field_description:product_main_supplierinfo.field_product_product__display_name
msgid "Display Name"
msgstr "Nome visualizzato"

#. module: product_main_supplierinfo
#: model:ir.model.fields,field_description:product_main_supplierinfo.field_product_product__id
msgid "ID"
msgstr "ID"

#. module: product_main_supplierinfo
#: model:ir.model.fields,field_description:product_main_supplierinfo.field_product_product____last_update
msgid "Last Modified on"
msgstr "Ultima modifica il"

#. module: product_main_supplierinfo
#: model:ir.model.fields,field_description:product_main_supplierinfo.field_product_product__main_seller_id
msgid "Main Vendor"
msgstr "Fornitore principale"

#. module: product_main_supplierinfo
#: model:ir.model,name:product_main_supplierinfo.model_product_product
msgid "Product"
msgstr "Prodotto"
39 changes: 39 additions & 0 deletions product_main_supplierinfo/i18n/product_main_supplierinfo.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * product_main_supplierinfo
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: product_main_supplierinfo
#: model:ir.model.fields,field_description:product_main_supplierinfo.field_product_product__display_name
msgid "Display Name"
msgstr ""

#. module: product_main_supplierinfo
#: model:ir.model.fields,field_description:product_main_supplierinfo.field_product_product__id
msgid "ID"
msgstr ""

#. module: product_main_supplierinfo
#: model:ir.model.fields,field_description:product_main_supplierinfo.field_product_product____last_update
msgid "Last Modified on"
msgstr ""

#. module: product_main_supplierinfo
#: model:ir.model.fields,field_description:product_main_supplierinfo.field_product_product__main_seller_id
msgid "Main Vendor"
msgstr ""

#. module: product_main_supplierinfo
#: model:ir.model,name:product_main_supplierinfo.model_product_product
msgid "Product"
msgstr ""
1 change: 1 addition & 0 deletions product_main_supplierinfo/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import product_product
55 changes: 55 additions & 0 deletions product_main_supplierinfo/models/product_product.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Copyright 2021 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)

from odoo import api, fields, models


class ProductProduct(models.Model):
_inherit = "product.product"

main_seller_id = fields.Many2one(
comodel_name="product.supplierinfo",
string="Main Vendor",
compute="_compute_main_seller_id",
)

@api.depends(
"seller_ids.partner_id.active",
"seller_ids.sequence",
"seller_ids.min_qty",
"seller_ids.price",
"seller_ids.company_id",
"seller_ids.product_id",
"seller_ids.date_start",
"seller_ids.date_end",
)
@api.depends_context("company")
def _compute_main_seller_id(self):
for product in self:
sellers = product._get_sellers()
product.main_seller_id = fields.first(sellers)

def _get_sellers(self):
"""Returns all available sellers of a product based on some constraints.

They are ordered and filtered like it is done in the standard 'product' addon.
"""
self.ensure_one()
all_sellers = self._prepare_sellers(False).filtered(
lambda s: not s.company_id or s.company_id.id == self.env.company.id
)
today = fields.Date.context_today(self)
sellers = all_sellers.filtered(
lambda s: (
(s.product_id == self or not s.product_id)
and (
(s.date_start <= today if s.date_start else True)
and (s.date_end >= today if s.date_end else True)
)
)
)
if not sellers:
sellers = all_sellers.filtered(lambda s: (s.product_id == self))
if not sellers:
sellers = all_sellers.filtered(lambda s: not s.product_id)

Check warning on line 54 in product_main_supplierinfo/models/product_product.py

View check run for this annotation

Codecov / codecov/patch

product_main_supplierinfo/models/product_product.py#L54

Added line #L54 was not covered by tests
return sellers.sorted("price")
3 changes: 3 additions & 0 deletions product_main_supplierinfo/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* `Camptocamp <https://www.camptocamp.com>`_

* Sébastien Alix <[email protected]>
1 change: 1 addition & 0 deletions product_main_supplierinfo/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This module shows the main vendor of a product.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading