forked from OCA/sale-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
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 rousseldenis
- Loading branch information
Showing
27 changed files
with
1,264 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,107 @@ | ||
=========================== | ||
Sale Order General Discount | ||
=========================== | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:89f2734d9d25935234ea2f721345d3f6a1af054221cdd63037677b6dd8325706 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Production/Stable | ||
.. |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%2Fsale--workflow-lightgray.png?logo=github | ||
:target: https://github.com/OCA/sale-workflow/tree/16.0/sale_order_general_discount | ||
:alt: OCA/sale-workflow | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_general_discount | ||
: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-workflow&target_branch=16.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module allows to set a general discount in a sales order. This general | ||
discount is set to each line order in the standard `discount` field. | ||
|
||
You can configure: | ||
* a default general discount on customers | ||
* On each product define if general discount is applied | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Installation | ||
============ | ||
|
||
You need to install sale_management module for accessing the needed menus. | ||
|
||
Usage | ||
===== | ||
|
||
To use this module, you need to: | ||
|
||
#. Create a sale order and set a discount, | ||
this discount will be set in all lines. | ||
#. You can set a discount in a partner. | ||
#. On product you can define if you | ||
apply general discount on sale order line | ||
linked to that product | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/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-workflow/issues/new?body=module:%20sale_order_general_discount%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 | ||
~~~~~~~ | ||
|
||
* Tecnativa | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* `Tecnativa <https://www.tecnativa.com>`_: | ||
|
||
* Sergio Teruel <[email protected]> | ||
* Stefan Ungureanu <[email protected]> | ||
|
||
* Raf Ven <[email protected]> | ||
* Sudhir Arya <[email protected]> | ||
* `Studio73 <https://www.studio73.es>`_ | ||
|
||
* Miguel Gandia <[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/sale-workflow <https://github.com/OCA/sale-workflow/tree/16.0/sale_order_general_discount>`_ 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,3 @@ | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | ||
|
||
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,20 @@ | ||
# Copyright 2018 Tecnativa - Sergio Teruel | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). | ||
{ | ||
"name": "Sale Order General Discount", | ||
"summary": "General discount per sale order", | ||
"version": "17.0.1.0.0", | ||
"development_status": "Production/Stable", | ||
"category": "Sales", | ||
"website": "https://github.com/OCA/sale-workflow", | ||
"author": "Tecnativa, Odoo Community Association (OCA)", | ||
"license": "AGPL-3", | ||
"application": False, | ||
"installable": True, | ||
"depends": ["sale"], | ||
"data": [ | ||
"views/product_view.xml", | ||
"views/sale_order_view.xml", | ||
"views/res_partner_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,46 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * sale_order_general_discount | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2019-07-15 13:43+0000\n" | ||
"Last-Translator: Maria Sparenberg <[email protected]>\n" | ||
"Language-Team: none\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" | ||
"X-Generator: Weblate 3.7.1\n" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model,name:sale_order_general_discount.model_res_partner | ||
msgid "Contact" | ||
msgstr "Kontakt" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model.fields,field_description:sale_order_general_discount.field_res_partner__sale_discount | ||
#: model:ir.model.fields,field_description:sale_order_general_discount.field_res_users__sale_discount | ||
#, fuzzy | ||
msgid "Discount" | ||
msgstr "Rabatt (%)" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model.fields,field_description:sale_order_general_discount.field_sale_order__general_discount | ||
msgid "Discount (%)" | ||
msgstr "Rabatt (%)" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model,name:sale_order_general_discount.model_sale_order | ||
#, fuzzy | ||
msgid "Sales Order" | ||
msgstr "Verkaufsauftrag" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model,name:sale_order_general_discount.model_sale_order_line | ||
#, fuzzy | ||
msgid "Sales Order Line" | ||
msgstr "Verkaufsauftrag" |
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,47 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * sale_order_general_discount | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2018-07-31 09:08+0200\n" | ||
"PO-Revision-Date: 2020-10-26 12:08+0000\n" | ||
"Last-Translator: Daniel Martinez Vila <[email protected]>\n" | ||
"Language-Team: \n" | ||
"Language: es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 3.10\n" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model,name:sale_order_general_discount.model_res_partner | ||
msgid "Contact" | ||
msgstr "Contacto" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model.fields,field_description:sale_order_general_discount.field_res_partner__sale_discount | ||
#: model:ir.model.fields,field_description:sale_order_general_discount.field_res_users__sale_discount | ||
msgid "Discount" | ||
msgstr "Descuento" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model.fields,field_description:sale_order_general_discount.field_sale_order__general_discount | ||
msgid "Discount (%)" | ||
msgstr "Descuento (%)" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model,name:sale_order_general_discount.model_sale_order | ||
msgid "Sales Order" | ||
msgstr "Pedido de venta" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model,name:sale_order_general_discount.model_sale_order_line | ||
msgid "Sales Order Line" | ||
msgstr "Línea Pedido de Venta" | ||
|
||
#~ msgid "Quotation" | ||
#~ msgstr "Presupuesto" |
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,43 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * sale_order_general_discount | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2022-04-08 17:05+0000\n" | ||
"Last-Translator: Francesco Foresti <[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.3.2\n" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model,name:sale_order_general_discount.model_res_partner | ||
msgid "Contact" | ||
msgstr "Contatto" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model.fields,field_description:sale_order_general_discount.field_res_partner__sale_discount | ||
#: model:ir.model.fields,field_description:sale_order_general_discount.field_res_users__sale_discount | ||
msgid "Discount" | ||
msgstr "Sconto" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model.fields,field_description:sale_order_general_discount.field_sale_order__general_discount | ||
msgid "Discount (%)" | ||
msgstr "Sconto (%)" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model,name:sale_order_general_discount.model_sale_order | ||
msgid "Sales Order" | ||
msgstr "Ordine di vendita" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model,name:sale_order_general_discount.model_sale_order_line | ||
msgid "Sales Order Line" | ||
msgstr "Riga ordine di vendita" |
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,43 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * sale_order_general_discount | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2023-10-12 13:38+0000\n" | ||
"Last-Translator: Adriano Prado <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: pt_BR\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: sale_order_general_discount | ||
#: model:ir.model,name:sale_order_general_discount.model_res_partner | ||
msgid "Contact" | ||
msgstr "Contato" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model.fields,field_description:sale_order_general_discount.field_res_partner__sale_discount | ||
#: model:ir.model.fields,field_description:sale_order_general_discount.field_res_users__sale_discount | ||
msgid "Discount" | ||
msgstr "Desconto" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model.fields,field_description:sale_order_general_discount.field_sale_order__general_discount | ||
msgid "Discount (%)" | ||
msgstr "Desconto (%)" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model,name:sale_order_general_discount.model_sale_order | ||
msgid "Sales Order" | ||
msgstr "Pedido de Venda" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model,name:sale_order_general_discount.model_sale_order_line | ||
msgid "Sales Order Line" | ||
msgstr "Item Pedido de Venda" |
40 changes: 40 additions & 0 deletions
40
sale_order_general_discount/i18n/sale_order_general_discount.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,40 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * sale_order_general_discount | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.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: sale_order_general_discount | ||
#: model:ir.model,name:sale_order_general_discount.model_res_partner | ||
msgid "Contact" | ||
msgstr "" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model.fields,field_description:sale_order_general_discount.field_res_partner__sale_discount | ||
#: model:ir.model.fields,field_description:sale_order_general_discount.field_res_users__sale_discount | ||
msgid "Discount" | ||
msgstr "" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model.fields,field_description:sale_order_general_discount.field_sale_order__general_discount | ||
msgid "Discount (%)" | ||
msgstr "" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model,name:sale_order_general_discount.model_sale_order | ||
msgid "Sales Order" | ||
msgstr "" | ||
|
||
#. module: sale_order_general_discount | ||
#: model:ir.model,name:sale_order_general_discount.model_sale_order_line | ||
msgid "Sales Order Line" | ||
msgstr "" |
Oops, something went wrong.