Showing posts with label i18n. Show all posts
Showing posts with label i18n. Show all posts

Sunday, August 31, 2014

Odoo RTL (Right to Left) support

On 14 Aug 2014, Odoo version 8.0RC was released, this version comes with a lot of cool new features as you seen on Opendays. since then, I started developing odoo-rtl project, an RTL support for Odoo that covers the main three modules that require RTL support:

  1. backend (the original OpenERP backend).
  2. the new report module.
  3. the new frontend (website module).

Demo:


Odoo V8.0 Backend RTL <--> LTR support

and here is the a sample Quotation report with RTL ... LTR layout:

A sample report with RTL support

the same report with LTR layout


for now, I built three basic modules every one of them covers a specific functionality/feature:
  • web_rtl is the base module that for backend RTL support.
  • report_rtl PDF reports RTL support.
  • website_rtl RTL support for website module. 

extract the zip file and follow README.md instructions.

Features


  • Easy install, and uninstall when needed.
  • No need to rewrite reports, all standard reports are automatically adjusted to RTL.
  • Respect target language layout, if you're using LTR language and  print a SO report for a customer using RTL language, it'll be printed as RTL.



P.S.  your feedback is important, if there is something missing or not clear, don't hesitate to post an issue at github or drop a comment or contact me by email.

Regards.

Sunday, December 16, 2012

OpenERP Arabic Report Now Supported on Windows


Hi,

After long time suffering of OpenERP Middle East users when using OpenERP to produce clean and RTL Reports on Windows. now, I'm very proud to bring solution that ends this suffering forever.

a pure python implementation of unicode bidirection algorithm has been used for this solution. to make it cross platforms and for all openerp versions. so, there is no Fribidi will be required anymore to make openerp produce a clear reports.

we upload a short demo on youtube to see how it looks like:






This Solution will be available on https://github.com/barsi/openerp-rtl with a details instructions of how to hook it into your openerp installation. so, please go and fork.

Updates:
   
     Odoo version 8.0 is now in release candidate stage, we also developed an RTL support for it, and it covers the backend UI, the new website feature, and also reports, check it out.

Thanks and Regards.