Our internal product ID's could be generated automatically based on the variant attributes.
For example we could have a product called "Shirt" which has different colors and sizes.
The specific variants Internal Reference could be set like this based on the variants attributes:
<Product name><Color><Size> = SHIRTREDXS
As I'm new to Odoo, I would like to know what is the proper way to accomplish something like this? Should I use javascript/modules/something else? I'm not after the full solution for this specific problem, but a nudge to the right direction so I can learn to do stuff like this with Odoo.