8000 [9.0] FIX price included => tax included and so on by zeroheure · Pull Request #276 · odoo/documentation · GitHub
[go: up one dir, main page]

Skip to content

[9.0] FIX price included => tax included and so on #276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions sales/products_prices/prices/B2B_B2C.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ must:

For the purpose of this documentation, we will use the above use case:

- your product default sale price is 8.26€ price excluded
- your product default sale price is 8.26€ tax excluded

- but we want to sell it at 10€, price included, in our shops or
- but we want to sell it at 10€, tax included, in our shops or
eCommerce website

Setting your products
---------------------

Your company must be configured with price excluded by default. This is
Your company must be configured with tax excluded by default. This is
usually the default configuration, but you can check your **Default Sale
Tax** from the menu :menuselection:`Configuration --> Settings`
of the Accounting application.
Expand Down Expand Up @@ -155,8 +155,8 @@ This is the expected behavior for a customer of your shop.
Avoid changing every sale order
===============================

If you negotiate a contract with a customer, whether you negotiate price
included or price excluded, you can set the pricelist and the fiscal
If you negotiate a contract with a customer, whether you negotiate tax
included or tax excluded, you can set the pricelist and the fiscal
position on the customer form so that it will be applied automatically
at every sale of this customer.

Expand Down
0