diff --git a/product_english_name/README.rst b/product_english_name/README.rst index 6acff0cc7e2..6010d3c6ed2 100644 --- a/product_english_name/README.rst +++ b/product_english_name/README.rst @@ -28,15 +28,15 @@ Product English Name |badge1| |badge2| |badge3| |badge4| |badge5| -This module display product name in english near name in user language. +This module displays the product name in English near the products name in user's language. Use case: -Product name is a very important information at least you buy products in a foreign country. -It often occurs that in an odoo instance product names don't match with their translations. -This module can help to detect error on translations. +The Product name is very important information at least if you buy products in a foreign country. +It often occurs that in an odoo instance the product names don't match with their translations. +This module can help to detect those translation errors. .. figure:: https://raw.githubusercontent.com/OCA/product-attribute/16.0/product_english_name/static/description/screen_french.png - :alt: Display product name in english near name in user language + :alt: Display the product name in English near the product name in users language .. figure:: https://raw.githubusercontent.com/OCA/product-attribute/16.0/product_english_name/static/description/screen_english.png @@ -54,9 +54,9 @@ This module can help to detect error on translations. Configuration ============= -- active another language than english and set it to your user. +- activate another language than English and set it as your user language. - add your user to 'Show english name' group. -- browse your products in form view. +- browse your products in a form view. Bug Tracker @@ -77,6 +77,12 @@ Authors * Akretion +Contributors +~~~~~~~~~~~~ + +- Akretion: + - David BEAL + Maintainers ~~~~~~~~~~~ diff --git a/product_english_name/__manifest__.py b/product_english_name/__manifest__.py index cb89033467d..81c1e3a5ede 100644 --- a/product_english_name/__manifest__.py +++ b/product_english_name/__manifest__.py @@ -1,7 +1,8 @@ # Copyright 2024 Akretion { "name": "Product English Name", - "summary": """Display the product name in English besides the product name in the users language. """, + "summary": """Display the product name in English besides the product name + in the users language.""", "version": "16.0.1.0.0", "license": "AGPL-3", "development_status": "Alpha", @@ -13,7 +14,7 @@ ], "maintainers": ["bealdav"], "data": [ - "views/product_template.xml", "security/groups.xml", + "views/product_template.xml", ], } diff --git a/product_english_name/readme/CONTRIBUTORS.rst b/product_english_name/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000000..332e4eaf3e3 --- /dev/null +++ b/product_english_name/readme/CONTRIBUTORS.rst @@ -0,0 +1,2 @@ +- Akretion: + - David BEAL diff --git a/product_english_name/static/description/index.html b/product_english_name/static/description/index.html index 3153e3897a7..390e881041f 100644 --- a/product_english_name/static/description/index.html +++ b/product_english_name/static/description/index.html @@ -369,13 +369,13 @@

Product English Name

!! source digest: sha256:17d91efa55e70a938b2e736c967f64178caa9b4ff2d73d4f585be5e5e8ad1806 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Alpha License: AGPL-3 OCA/product-attribute Translate me on Weblate Try me on Runboat

-

This module display product name in english near name in user language.

+

This module displays the product name in English near the products name in user’s language.

Use case: -Product name is a very important information at least you buy products in a foreign country. -It often occurs that in an odoo instance product names don’t match with their translations. -This module can help to detect error on translations.

+The Product name is very important information at least if you buy products in a foreign country. +It often occurs that in an odoo instance the product names don’t match with their translations. +This module can help to detect those translation errors.

-Display product name in english near name in user language +Display the product name in English near the product name in users language
https://raw.githubusercontent.com/OCA/product-attribute/16.0/product_english_name/static/description/screen_english.png @@ -393,7 +393,8 @@

Product English Name

  • Bug Tracker
  • Credits
  • @@ -401,9 +402,9 @@

    Product English Name

    Configuration

      -
    • active another language than english and set it to your user.
    • +
    • activate another language than English and set it as your user language.
    • add your user to ‘Show english name’ group.
    • -
    • browse your products in form view.
    • +
    • browse your products in a form view.
    @@ -422,8 +423,21 @@

    Authors

  • Akretion
  • +
    +

    Contributors

    + +
    -

    Maintainers

    +

    Maintainers

    This module is maintained by the OCA.

    Odoo Community Association

    OCA, or the Odoo Community Association, is a nonprofit organization whose diff --git a/product_english_name/views/product_template.xml b/product_english_name/views/product_template.xml index 6a9e31b6aec..66ca6d30976 100644 --- a/product_english_name/views/product_template.xml +++ b/product_english_name/views/product_template.xml @@ -2,6 +2,7 @@ product.template + 20