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

[18.0][MIG] product_main_supplierinfo: Migration to 18.0 #1810

Merged
merged 14 commits into from
Dec 13, 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
96 changes: 96 additions & 0 deletions product_main_supplierinfo/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
===================
Product Main Vendor
===================

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

.. |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/18.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-18-0/product-attribute-18-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=18.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:%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
-------

* Camptocamp

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

- `Camptocamp <https://www.camptocamp.com>`__

- Sébastien Alix <[email protected]>

- `Trobz <https://www.trobz.com>`__

- Do Anh Duy <[email protected]>

Other credits
-------------

The migration of this module from 17.0 to 18.0 was financially supported
by Camptocamp

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/18.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": "18.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,
}
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 ""
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
43 changes: 43 additions & 0 deletions product_main_supplierinfo/models/product_product.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# 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.with_context(compute_main_seller=True):
product.main_seller_id = fields.first(
product._get_filtered_sellers(quantity=None).sorted("price")
)

def _get_filtered_sellers(
self, partner_id=False, quantity=0.0, date=None, uom_id=False, params=False
):
res = super()._get_filtered_sellers(partner_id, quantity, date, uom_id, params)
if not res and self.env.context.get("compute_main_seller"):
sellers_filtered = self._prepare_sellers(params)
sellers_filtered = sellers_filtered.filtered(
lambda s: not s.company_id or s.company_id.id == self.env.company.id
)
res = sellers_filtered.filtered(lambda s: s.product_id == self)
return res
3 changes: 3 additions & 0 deletions product_main_supplierinfo/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
4 changes: 4 additions & 0 deletions product_main_supplierinfo/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- [Camptocamp](https://www.camptocamp.com)
- Sébastien Alix \<<[email protected]>\>
- [Trobz](https://www.trobz.com)
- Do Anh Duy \<<[email protected]>\>
1 change: 1 addition & 0 deletions product_main_supplierinfo/readme/CREDITS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The migration of this module from 17.0 to 18.0 was financially supported by Camptocamp
1 change: 1 addition & 0 deletions product_main_supplierinfo/readme/DESCRIPTION.md
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