[FIX] ecommerce, legal, sales: Fix warnings and an error

This commit is contained in:
Yannick Tivisse
2016-10-19 12:12:19 +02:00
parent 68b8be4dd5
commit da0bdfff4b
4 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -5,13 +5,13 @@ How to sell in foreign currencies
Pricelists can also be used to manage prices in foreign currencies.
* Check *Allow multi currencies* in :menuselection:`Invoicing/Accounting --> Settings`.
As admin, you need *Adviser* access rights on Invoicing/Accounting apps.
As admin, you need *Adviser* access rights on Invoicing/Accounting apps.
* Create one pricelist per currency. A new *Currency* field shows up in pricelist setup form.
.. tip::
To activate a new currency, go to :menuselection:`Accounting --> Configuration --> Currencies`,
select it in the list and press *Activate*in the top-right corner. Now it will show up in
select it in the list and press *Activate* in the top-right corner. Now it will show up in
currencies drop-down lists.
Prices in foreign currencies can be defined in two fashions.
+3 -2
View File
@@ -74,9 +74,10 @@ Each pricelist item can be associated to either all products, to a product inter
.. note::
* Once again the system is smart. If a rule is set for a particular item and another one for its category, Odoo will take the rule of the item.
* Once again the system is smart. If a rule is set for a particular item and another one for its category, Odoo will take the rule of the item.
* Make sure at least one pricelist item covers all your products.
* Make sure at least one pricelist item covers all your products.
There are 3 modes of computation: fix price, discount & formula.
.. image:: ./media/price_computation.png