-
-
Notifications
You must be signed in to change notification settings - Fork 715
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by JordiBForgeFlow
- Loading branch information
Showing
12 changed files
with
640 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,54 @@ | ||
.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg | ||
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html | ||
:alt: License: LGPL-3 | ||
|
||
========================= | ||
Pricelist rules list view | ||
========================= | ||
|
||
This module adds a new menu item "Pricelist rules" to list and search every pricelist rule. | ||
This is useful when you have many rules and you want to search among them. | ||
For instance, if you have many fixed price rules associated to product variants, without this module you could not easily find a variant's price. | ||
|
||
Usage | ||
===== | ||
|
||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas | ||
:alt: Try me on Runbot | ||
:target: https://runbot.odoo-community.org/runbot/135/9.0 | ||
|
||
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 smashing it by providing a detailed and welcomed feedback. | ||
|
||
Credits | ||
======= | ||
|
||
Images | ||
------ | ||
|
||
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_. | ||
|
||
Contributors | ||
------------ | ||
|
||
* Lorenzo Battistini <[email protected]> | ||
|
||
Maintainer | ||
---------- | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
This module is maintained by the OCA. | ||
|
||
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. | ||
|
||
To contribute to this module, please visit https://odoo-community.org. |
Empty file.
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,23 @@ | ||
# Copyright 2016 Lorenzo Battistini - Agile Business Group | ||
# Copyright 2023 ForgeFlow S.L. (https://www.forgeflow.com) | ||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). | ||
|
||
{ | ||
"name": "Pricelist rules list view", | ||
"summary": "View and search the list of pricelist items", | ||
"version": "16.0.1.0.0", | ||
"category": "Sales Management", | ||
"website": "https://github.com/OCA/product-attribute", | ||
"author": "Agile Business Group, ForgeFlow, Odoo Community Association (OCA)", | ||
"maintainers": ["LoisRForgeFlow"], | ||
"development_status": "Production/Stable", | ||
"license": "LGPL-3", | ||
"application": False, | ||
"installable": True, | ||
"depends": [ | ||
"sale", | ||
], | ||
"data": [ | ||
"views/pricelist_view.xml", | ||
], | ||
} |
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,104 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * product_pricelist_item_list_view | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-11-03 15:37+0000\n" | ||
"PO-Revision-Date: 2017-11-03 15:37+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2017\n" | ||
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" | ||
"Language: ca\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_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "" | ||
"<span attrs=\"{'invisible':[('base', '!=', 'list_price')]}\">Public Price " | ||
"- </span>\n" | ||
" <span attrs=\"{'invisible':[('base', '!=', " | ||
"'standard_price')]}\">Cost - </span>\n" | ||
" <span attrs=\"{'invisible':[('base', '!=', " | ||
"'pricelist')]}\">Other Pricelist - </span>" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.actions.act_window,help:product_pricelist_item_list_view.product_pricelist_items_action | ||
msgid "Click to create a pricelist rule." | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Compute Price" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.actions.act_window,help:product_pricelist_item_list_view.product_pricelist_items_action | ||
msgid "" | ||
"Each rule include a set of applicability criteria (date range,\n" | ||
" product category...) and a computation that easily helps to " | ||
"achieve\n" | ||
" any kind of pricing." | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Max. Margin" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Min. Margin" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "New Price =" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Price Computation" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Pricelist Items" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.actions.act_window,name:product_pricelist_item_list_view.product_pricelist_items_action | ||
#: model:ir.ui.menu,name:product_pricelist_item_list_view.product_pricelist_items_action_menu | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_search_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_tree_view | ||
msgid "Pricelist Rules" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Product" | ||
msgstr "Producte" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Product Variant" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Rounding Method" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "" | ||
"The computed price is expressed in the default Unit of Measure of the " | ||
"product." | ||
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,104 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * product_pricelist_item_list_view | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-11-03 15:37+0000\n" | ||
"PO-Revision-Date: 2017-11-03 15:37+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2017\n" | ||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" | ||
"Language: de\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_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "" | ||
"<span attrs=\"{'invisible':[('base', '!=', 'list_price')]}\">Public Price " | ||
"- </span>\n" | ||
" <span attrs=\"{'invisible':[('base', '!=', " | ||
"'standard_price')]}\">Cost - </span>\n" | ||
" <span attrs=\"{'invisible':[('base', '!=', " | ||
"'pricelist')]}\">Other Pricelist - </span>" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.actions.act_window,help:product_pricelist_item_list_view.product_pricelist_items_action | ||
msgid "Click to create a pricelist rule." | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Compute Price" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.actions.act_window,help:product_pricelist_item_list_view.product_pricelist_items_action | ||
msgid "" | ||
"Each rule include a set of applicability criteria (date range,\n" | ||
" product category...) and a computation that easily helps to " | ||
"achieve\n" | ||
" any kind of pricing." | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Max. Margin" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Min. Margin" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "New Price =" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Price Computation" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Pricelist Items" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.actions.act_window,name:product_pricelist_item_list_view.product_pricelist_items_action | ||
#: model:ir.ui.menu,name:product_pricelist_item_list_view.product_pricelist_items_action_menu | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_search_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_tree_view | ||
msgid "Pricelist Rules" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Product" | ||
msgstr "Produkt" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Product Variant" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Rounding Method" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "" | ||
"The computed price is expressed in the default Unit of Measure of the " | ||
"product." | ||
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,104 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * product_pricelist_item_list_view | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-11-03 15:37+0000\n" | ||
"PO-Revision-Date: 2017-11-03 15:37+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2017\n" | ||
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\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" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "" | ||
"<span attrs=\"{'invisible':[('base', '!=', 'list_price')]}\">Public Price " | ||
"- </span>\n" | ||
" <span attrs=\"{'invisible':[('base', '!=', " | ||
"'standard_price')]}\">Cost - </span>\n" | ||
" <span attrs=\"{'invisible':[('base', '!=', " | ||
"'pricelist')]}\">Other Pricelist - </span>" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.actions.act_window,help:product_pricelist_item_list_view.product_pricelist_items_action | ||
msgid "Click to create a pricelist rule." | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Compute Price" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.actions.act_window,help:product_pricelist_item_list_view.product_pricelist_items_action | ||
msgid "" | ||
"Each rule include a set of applicability criteria (date range,\n" | ||
" product category...) and a computation that easily helps to " | ||
"achieve\n" | ||
" any kind of pricing." | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Max. Margin" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Min. Margin" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "New Price =" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Price Computation" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Pricelist Items" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.actions.act_window,name:product_pricelist_item_list_view.product_pricelist_items_action | ||
#: model:ir.ui.menu,name:product_pricelist_item_list_view.product_pricelist_items_action_menu | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_search_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_tree_view | ||
msgid "Pricelist Rules" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Product" | ||
msgstr "Producto" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Product Variant" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "Rounding Method" | ||
msgstr "" | ||
|
||
#. module: product_pricelist_item_list_view | ||
#: model:ir.ui.view,arch_db:product_pricelist_item_list_view.product_pricelist_item_form_view | ||
msgid "" | ||
"The computed price is expressed in the default Unit of Measure of the " | ||
"product." | ||
msgstr "" |
Oops, something went wrong.