odoo / odoo

Odoo. Open Source Apps To Grow Your Business.
https://www.odoo.com
Other
39.12k stars 25.33k forks source link

[16.0] Some button text isn't translated in module Point Of Sale #119137

Open binh1702 opened 1 year ago

binh1702 commented 1 year ago

Impacted versions: 16.0

Steps to reproduce:

  1. Create a new instance of Odoo 15/16
  2. Install module Point Of Sale
  3. Access module Setting
  4. Add Vietnamese Language
  5. Access module Point Of Sale
  6. Open a new session of POS
  7. Click button Refund
  8. Click button Cash IN/OUT
  9. Select Cash In or Cash Out
  10. Input Amount
  11. Input reason
  12. Click Confirm button

Current behavior:

Expected behavior:

Video/Screenshot link (optional):

image

image

image

image

20230420_101125

20230420_101119

binh1702 commented 1 year ago

@caburj Please check this issue. Thanks.

caburj commented 1 year ago

Thank you for pointing them out. If you want, can you make a PR to resolve this issue? I believe this can be done by wrapping the strings to be translated with _ in the python codes or _t in the js codes.

binh1702 commented 1 year ago

@caburj my friend @tranngocson1996 He has made a PR for this issue. Please check it. Thanks. PR: https://github.com/odoo/odoo/pull/119291

caburj commented 1 year ago

Thank you. I will check it.

tranngocson1996 commented 1 year ago

@caburj i'm still waiting for you 🕐