Hi, I'm wondering how can I add a editable field in a Add/Edit page, an example
Table customers
Table product
Table product description
Table languages
A customer has two languages (1 - English, 2 - Francais), I will need add two records in product_description for each record in product, but I need edit the two product description in Add/Edit product page:
- Name (name of the product)
- Price (price)
- Description English ()
- Description Francais ()
Is there a way to do it without add fields manually (html of fields)?