Daily updates from Odoo
Navigate
Branch
Thursday, December 10, 2015
3 changes
New functionality added to Odoo
Odoo now lets businesses enter exchange rates in the direction that is most practical for them, such as showing how much local currency equals one foreign currency. This makes currency setup easier for companies that work regularly with foreign currencies and prefer reciprocal rate conventions.
Original PR description
In this PR the currency is extended with the an inverted exchange rate flag. The inverse method is a calculation method that uses the inverse (reciprocal) exchange rate for the multiplier and divisor when converting amounts from one currency to another. For example, a company in Australia using AUD as base currency creates purchases and sales to/from United States. Expressing 1 AUD = 0.73 USD is not convenient, and people might better want to express the conversion in terms of the local currency, as 1 USD = 1.37 AUD. When setting the flag 'Inverted exchange rate' it is assumed that the rate indicated in the currency will be expressed per company currency.
Resolved issues and error corrections
The Kanban column menu now keeps the "Archive Records" option visible even when a column is empty. This prevents users from losing access to the action after quickly adding records, making the workflow more consistent.
Original PR description
Do not hide the menu entries when the column is empty, because the column is not re-rendered after you quick-create records in it.
Documentation and clarification updates
This change adds the corporate contributor license agreement documentation for Elico Corporation. It records the legal contribution terms, helping ensure contributions are properly authorized and compliant.