-
-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] website_event_sale_b2x_alt_price: pre-commit stuff
- Loading branch information
1 parent
1658aeb
commit 782f575
Showing
10 changed files
with
67 additions
and
60 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
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 @@ | ||
- [Tecnativa](https://www.tecnativa.com): | ||
- Jairo Llopis | ||
- Carlos Roca | ||
- David Vidal |
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...sale_b2x_alt_price/readme/DESCRIPTION.rst → ..._sale_b2x_alt_price/readme/DESCRIPTION.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,4 +1,4 @@ | ||
This module extends the functionality of website event sales to support | ||
displaying the alternative price in the website event registration page and to | ||
allow your visitors to know the final price in case they will have some special | ||
fiscal tax behavior. | ||
displaying the alternative price in the website event registration page | ||
and to allow your visitors to know the final price in case they will | ||
have some special fiscal tax behavior. |
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 @@ | ||
- When the public pricelist is set to display discounts in customer's | ||
face and the website is set to display prices tax included, the | ||
discounted price will appear always as tax excluded and produce weird | ||
scenarios. This is Odoo's bug and not this module's. It has been | ||
notified as OPW-2518694 but it doesn't look like it's going to be | ||
fixed any soon. In v16, event price discounts from pricelist don't | ||
even work and for v17 there's an ongoing refactoring work. |
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,5 @@ | ||
To use this module, you need to: | ||
|
||
1. Configure some tickets for your event. | ||
2. The product associated with the tickets should have taxes. | ||
3. Publish the event. |
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