-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] sale_global_discount: Migration to 17.0
- Loading branch information
1 parent
3dcd2c0
commit 9411829
Showing
15 changed files
with
97 additions
and
77 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
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
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
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 |
---|---|---|
|
@@ -2,3 +2,7 @@ | |
- David Vidal | ||
- Pedro M. Baeza | ||
- Omar Castiñeira \<<[email protected]>\> | ||
|
||
- [Studio73](https://www.studio73.es) | ||
- Miguel Gandia | ||
|
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
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
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 |
---|---|---|
|
@@ -28,12 +28,14 @@ Sale Order General Discount | |
|
||
|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. | ||
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 | ||
|
||
- a default general discount on customers | ||
- On each product define if general discount is applied | ||
|
||
**Table of contents** | ||
|
||
|
@@ -43,19 +45,19 @@ You can configure: | |
Installation | ||
============ | ||
|
||
You need to install sale_management module for accessing the needed menus. | ||
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 | ||
1. Create a sale order and set a discount, this discount will be set in | ||
all lines. | ||
2. You can set a discount in a partner. | ||
3. On product you can define if you apply general discount on sale order | ||
line linked to that product | ||
|
||
Bug Tracker | ||
=========== | ||
|
@@ -71,23 +73,23 @@ Credits | |
======= | ||
|
||
Authors | ||
~~~~~~~ | ||
------- | ||
|
||
* Tecnativa | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
------------ | ||
|
||
* `Tecnativa <https://www.tecnativa.com>`_: | ||
- `Tecnativa <https://www.tecnativa.com>`__: | ||
|
||
* Sergio Teruel <[email protected]> | ||
* Stefan Ungureanu <[email protected]> | ||
- Sergio Teruel <[email protected]> | ||
- Stefan Ungureanu <[email protected]> | ||
|
||
* Raf Ven <[email protected]> | ||
* Sudhir Arya <[email protected]> | ||
- Raf Ven <[email protected]> | ||
- Sudhir Arya <[email protected]> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
----------- | ||
|
||
This module is maintained by the OCA. | ||
|
||
|
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,5 @@ | ||
- [Tecnativa](https://www.tecnativa.com): | ||
- Sergio Teruel \<<[email protected]>\> | ||
- Stefan Ungureanu \<<[email protected]>\> | ||
- Raf Ven \<<[email protected]>\> | ||
- Sudhir Arya \<<[email protected]>\> |
This file was deleted.
Oops, something went wrong.
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,7 @@ | ||
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 |
This file was deleted.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
...order_general_discount/readme/INSTALL.rst → ..._order_general_discount/readme/INSTALL.md
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
You need to install sale_management module for accessing the needed menus. | ||
You need to install sale_management module for accessing the needed | ||
menus. |
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,7 @@ | ||
To use this module, you need to: | ||
|
||
1. Create a sale order and set a discount, this discount will be set in | ||
all lines. | ||
2. You can set a discount in a partner. | ||
3. On product you can define if you apply general discount on sale | ||
order line linked to that product |
This file was deleted.
Oops, something went wrong.
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