tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

[ADD] webshop_extension: added new multilingual html extended description field

Open vpan-odoo opened this issue 10 months ago • 1 comments

Steps to reproduce

  1. For Internal Users
  • Install webshop_extension module (depends on website_sale)
  • Open Website > eCommerce > Products
  • From Kanban View select any one product it will open the form view of that product
  • In the form view, visit the Sales page under there is one group Extended Description
  • In that field you can add description as long as you want
  • To enable multi language support User > Preferences > Languages > click on globe icon then add languages you want
  • After adding languages, you are able to see EN on clicking it, it will open a pop-up to add description in particular language

For Portal User it will conditionally render, if the particular product has extended description it will display else it will not display

Purpose of Changes

  • Our webshop contains many products, including technical ones that require extensive descriptions.
  • The existing description fields (description_sale and description_ecommerce) are not suitable for long descriptions.

Changes

  • To address this, we are introducing a new extended_description field that:
  1. Displays on the product page (for portal users) without affecting the layout.
  2. It is editable from the backend (internal users view) for better content management.
  3. Supports multiple languages (Danish and Swedish)
  4. This field is also included in import/export functionality

Task-4605780

vpan-odoo avatar Feb 26 '25 12:02 vpan-odoo

Pull request status dashboard

robodoo avatar Feb 26 '25 12:02 robodoo