Skip to content
Snippets Groups Projects
  1. Dec 12, 2022
    • Walid HANNICHE (waha)'s avatar
      [FIX] l10n_gcc_invoice: arabic invoice product name is displayed twice · ad585bc4
      Walid HANNICHE (waha) authored
      
      Steps to reproduce:
      -install l10n_sa_invoice module
      -switch to a company in Saudi Arabia (SA company)
      -create and print an invoice with a product that has arabic translation
      
      Bug:
      When adding a product and the Arabic translation.
      If we add an internal reference it is added to the template,
      Odoo directly concatenates this with the product name.
      The result is the product name being duplicated.
      
      Fix:
      display line name and add the translation if it's different
      
      opw-2829934
      
      closes odoo/odoo#100325
      
      Signed-off-by: default avatarJosse Colpaert <jco@odoo.com>
      ad585bc4
  2. Dec 17, 2021
    • Josse Colpaert's avatar
      [FIX] l10n_gcc_invoice: also add description/label of the invoice line · 3485c7ad
      Josse Colpaert authored
      
      We did not add the description of the invoice line on the print-out
      of the invoice. (probably because description is not translatable
      and the name of the product is)
      
      If a product is set, the name of the product becomes the description (label)
      on the invoice line,  but of course this depends on the language.
      
      So, we only add the description if it does not correspond
      to either the English (/standard language) or Arabic product description.
      (People can always add both languages in the same field)
      
      Of course, if the product is not set, it will also just show the description (label).
      
      Also put the : of the payment reference in Arabic on the other side.
      
      closes odoo/odoo#81464
      
      Signed-off-by: default avatarFlorian Gilbert <flg@odoo.com>
      3485c7ad
  3. Nov 24, 2021
  4. Nov 18, 2021
Loading