This question has been flagged
2 Replies
2703 Views

In odoo 10 there is issue in displaying items when the user the user preferences is Arabic.

The steps of generating the issue:

1- Install Project module with the demo data.

2- Load  Arabic / الْعَرَبيّة language. 

3- Change user's preferences to Arabic / الْعَرَبيّة

4- Go to Tasks menu and press the calendar view. 

5- Create Task in any date. 

Observations:

1- The calendar does not display any task. 

2- After changing the user preferences to English the tasks appear normally on the calendar view. 

3- The same issue occurs in any module contains calendar like events module has the same issue.

Expectations: 

In the Arabic / الْعَرَبيّة preferences the Tasks/events should appear in the calendar view like its appearing in English preferences.


Why this issue does occur in Arabic / الْعَرَبيّة preferences? And how can be overcame?

Thanks in Advance. 

Avatar
Discard
Best Answer

Hi, you can change moment.js and replace arabic number with english number then it work.

Avatar
Discard
Best Answer

Had Same issue in Odoo 9.0c-20161204
Modified js file, now its working fine.


File Modified : web/static/lib/moment/locale/ar-sa.js  

(check ar.js also)

change arabic symbol to numbers

 


Avatar
Discard