Tuesday, November 19, 2019
1 change
New functionality added to Odoo
English (India) can now be selected when creating a new Odoo database. This ensures Indian number formatting is used for amounts, such as crore and lakh grouping, making financial figures clearer for Indian users.
Original PR description
Description of the issue/feature this PR addresses: English (India) needs its own language definition so that it can be selected at the time of database creation. For example, the amounts in India…
Description of the issue/feature this PR addresses: English (India) needs its own language definition so that it can be selected at the time of database creation. For example, the amounts in India are displayed/printed as 99,99,99,999.99 (crore, lakh/lac, thousand, etc.) instead of 999,999,999,999.99 (billion, million, thousand, etc.) Current behavior before PR: 1. English (AU), English (CA), English (UK) and English (US) are the only English related languages currently available at the time of database creation. <img src="https://user-images.githubusercontent.com/21964536/69032416-68a3d080-0a02-11ea-9c11-33a597d945e1.png" width="50%"/> 2. Amounts are displayed using the format 999,999,999,999.99 when any of the existing English option is selected for the Language. Desired behavior after PR is merged: 1. English (IN) is available at the time of database creation <img src="https://user-images.githubusercontent.com/21964536/69032933-bd941680-0a03-11ea-8e08-4e29050e7bdc.png" width="50%"/> 2. Amounts are displayed using the format 99,99,99,999.99  -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr