[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

View File

@ -40,7 +40,7 @@ such a new screen pops up as an extra step.
To publish optional products:
* Install *eCommerce Optional Products* addon in *Apps* menu. Remove the default filter to
search on addons as well, otherwise only main apps show up.
search on addons as well, otherwise only main apps show up.
.. image:: ./media/cross_sell_optional_install.png
:align: center

View File

@ -36,7 +36,9 @@ Terms and Conditions
:target: odoo_partnership_agreement_v5.pdf
- :ref:`enterprise_agreement` |nbsp| |nbsp| |download_enterprise|
- :ref:`enterprise_agreement_fr` |nbsp| |nbsp| |download_enterprise_fr|
.. - :ref:`partnership_agreement` |nbsp| |nbsp| |download_partnership|

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.

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