-
-
Notifications
You must be signed in to change notification settings - Fork 717
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
28db8a2
commit a5b9633
Showing
17 changed files
with
960 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
============================= | ||
Product Pricelist Alternative | ||
============================= | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:d20a66d534d1bf7ae7e1f62db19cc35972345fab662fc9627c2c4c2f34556dc8 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |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_pricelist_alternative | ||
: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_pricelist_alternative | ||
: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| | ||
|
||
It allows you to define alternative price lists to a reference price list. | ||
As a general rule, the price of a given product is obtained from the minimum between its reference price list and the alternative price lists. | ||
|
||
However, if the product's reference price has been calculated on the basis of a price rule in which the "Consider Alternative = Do not consider" field is selected, the alternative price lists will not be taken into account. | ||
|
||
**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_pricelist_alternative%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 | ||
~~~~~~~~~~~~ | ||
|
||
* Telmo Santos <[email protected]> | ||
* Akim Juillerat <[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. | ||
|
||
This module is part of the `OCA/product-attribute <https://github.com/OCA/product-attribute/tree/16.0/product_pricelist_alternative>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Copyright 2024 Camptocamp (<https://www.camptocamp.com>). | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
||
{ | ||
"name": "Product Pricelist Alternative", | ||
"version": "16.0.1.0.0", | ||
"development_status": "Beta", | ||
"category": "Product", | ||
"summary": "Calculate product price based on alternative pricelists", | ||
"author": "Camptocamp, Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/product-attribute", | ||
"license": "AGPL-3", | ||
"depends": [ | ||
"product", | ||
], | ||
"data": [ | ||
"views/product_pricelist_item_view.xml", | ||
"views/product_pricelist_view.xml", | ||
], | ||
"installable": True, | ||
"auto_install": False, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * product_pricelist_alternative | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0+e\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-03-19 06:16+0000\n" | ||
"PO-Revision-Date: 2024-03-19 06:16+0000\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_pricelist_alternative | ||
#: model_terms:ir.ui.view,arch_db:product_pricelist_alternative.product_pricelist_view | ||
msgid "Alternative Pricelists" | ||
msgstr "Listes de prix alternatives" | ||
|
||
#. module: product_pricelist_alternative | ||
#: model:ir.model.fields,field_description:product_pricelist_alternative.field_product_pricelist__alternative_pricelist_ids | ||
msgid "Alternative pricelists" | ||
msgstr "Listes de prix alternatives" | ||
|
||
#. module: product_pricelist_alternative | ||
#: model:ir.model.fields,field_description:product_pricelist_alternative.field_product_pricelist_item__alternative_pricelist_policy | ||
msgid "Consider Alternative" | ||
msgstr "Considérer Alternative" | ||
|
||
#. module: product_pricelist_alternative | ||
#: model:ir.model.fields.selection,name:product_pricelist_alternative.selection__product_pricelist_item__consider_alternative__do_not_consider | ||
msgid "Do not consider" | ||
msgstr "Ne pas prendre en considération" | ||
|
||
#. module: product_pricelist_alternative | ||
#: model:ir.model.fields,field_description:product_pricelist_alternative.field_product_pricelist__is_alternative_to_pricelist_ids | ||
msgid "Is alternative to pricelists" | ||
msgstr "Alternative aux listes de prix" | ||
|
||
#. module: product_pricelist_alternative | ||
#: model:ir.model,name:product_pricelist_alternative.model_product_pricelist | ||
msgid "Pricelist" | ||
msgstr "Liste de prix" | ||
|
||
#. module: product_pricelist_alternative | ||
#: model:ir.model,name:product_pricelist_alternative.model_product_pricelist_item | ||
msgid "Pricelist Rule" | ||
msgstr "Règle des prix" | ||
|
||
#. module: product_pricelist_alternative | ||
#: model:ir.model.fields.selection,name:product_pricelist_alternative.selection__product_pricelist_item__consider_alternative__use_lower_price | ||
msgid "Use lower price" | ||
msgstr "Utiliser le prix le plus bas" |
56 changes: 56 additions & 0 deletions
56
product_pricelist_alternative/i18n/product_pricelist_alternative.pot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * product_pricelist_alternative | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0+e\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-03-19 06:16+0000\n" | ||
"PO-Revision-Date: 2024-03-19 06:16+0000\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_pricelist_alternative | ||
#: model_terms:ir.ui.view,arch_db:product_pricelist_alternative.product_pricelist_view | ||
msgid "Alternative Pricelists" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_alternative | ||
#: model:ir.model.fields,field_description:product_pricelist_alternative.field_product_pricelist__alternative_pricelist_ids | ||
msgid "Alternative pricelists" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_alternative | ||
#: model:ir.model.fields,field_description:product_pricelist_alternative.field_product_pricelist_item__consider_alternative | ||
msgid "Consider Alternative" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_alternative | ||
#: model:ir.model.fields.selection,name:product_pricelist_alternative.selection__product_pricelist_item__consider_alternative__do_not_consider | ||
msgid "Do not consider" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_alternative | ||
#: model:ir.model.fields,field_description:product_pricelist_alternative.field_product_pricelist__is_alternative_to_pricelist_ids | ||
msgid "Is alternative to pricelists" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_alternative | ||
#: model:ir.model,name:product_pricelist_alternative.model_product_pricelist | ||
msgid "Pricelist" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_alternative | ||
#: model:ir.model,name:product_pricelist_alternative.model_product_pricelist_item | ||
msgid "Pricelist Rule" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_alternative | ||
#: model:ir.model.fields.selection,name:product_pricelist_alternative.selection__product_pricelist_item__consider_alternative__use_lower_price | ||
msgid "Use lower price" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
from . import product_pricelist | ||
from . import product_pricelist_item |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Copyright 2024 Camptocamp (<https://www.camptocamp.com>). | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
||
from odoo import _, api, fields, models | ||
|
||
|
||
class Pricelist(models.Model): | ||
_inherit = "product.pricelist" | ||
|
||
alternative_pricelist_ids = fields.Many2many( | ||
comodel_name="product.pricelist", | ||
string="Alternative pricelists", | ||
relation="product_pricelist_alternative_rel", | ||
column1="origin_id", | ||
column2="alternative_id", | ||
domain="[('id', '!=', id)]", | ||
) | ||
is_alternative_to_pricelist_ids = fields.Many2many( | ||
comodel_name="product.pricelist", | ||
string="Is alternative to pricelists", | ||
relation="product_pricelist_alternative_rel", | ||
column1="alternative_id", | ||
column2="origin_id", | ||
) | ||
is_alternative_to_pricelist_count = fields.Integer( | ||
compute="_compute_is_alternative_to_pricelist_count" | ||
) | ||
|
||
@api.depends("is_alternative_to_pricelist_ids") | ||
def _compute_is_alternative_to_pricelist_count(self): | ||
for pricelist in self: | ||
pricelist.is_alternative_to_pricelist_count = len( | ||
pricelist.is_alternative_to_pricelist_ids | ||
) | ||
|
||
def action_view_is_alternative_to_pricelist(self): | ||
self.ensure_one() | ||
action = { | ||
"type": "ir.actions.act_window", | ||
"name": _("Is Alternative to Pricelist"), | ||
"res_model": "product.pricelist", | ||
"view_mode": "tree,form", | ||
"domain": [("id", "in", self.is_alternative_to_pricelist_ids.ids)], | ||
"context": dict(self.env._context, create=False), | ||
} | ||
if self.is_alternative_to_pricelist_count == 1: | ||
action.update( | ||
{"view_mode": "form", "res_id": self.is_alternative_to_pricelist_ids.id} | ||
) | ||
return action | ||
33 changes: 33 additions & 0 deletions
33
product_pricelist_alternative/models/product_pricelist_item.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Copyright 2024 Camptocamp (<https://www.camptocamp.com>). | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
||
from odoo import fields, models | ||
|
||
|
||
class PricelistItem(models.Model): | ||
_inherit = "product.pricelist.item" | ||
|
||
alternative_pricelist_policy = fields.Selection( | ||
selection=[ | ||
("use_lower_price", "Use lower price"), | ||
("ignore", "Ignore alternatives"), | ||
], | ||
default="use_lower_price", | ||
required=True, | ||
) | ||
|
||
def _compute_price(self, product, quantity, uom, date, currency): | ||
price = super(PricelistItem, self)._compute_price( | ||
product, quantity, uom, date, currency | ||
) | ||
if self.alternative_pricelist_policy == "ignore": | ||
return price | ||
|
||
if self.alternative_pricelist_policy == "use_lower_price": | ||
for alternative_pricelist in self.pricelist_id.alternative_pricelist_ids: | ||
alternative_price = alternative_pricelist._get_product_price( | ||
product, quantity, uom, date | ||
) | ||
if alternative_price < price: | ||
price = alternative_price | ||
return price |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* Telmo Santos <[email protected]> | ||
* Akim Juillerat <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
It allows you to define alternative price lists to a reference price list. | ||
As a general rule, the price of a given product is obtained from the minimum between its reference price list and the alternative price lists. | ||
|
||
However, if the product's reference price has been calculated on the basis of a price rule in which the "Consider Alternative = Do not consider" field is selected, the alternative price lists will not be taken into account. |
Oops, something went wrong.