Hello Everybody.
I have just started playing with Odoo. There are specific problems of mine deviates from regular definitions and usages of Odoo, of which I am trying to come over.
My first problem: In cabinet making there is no static product that can be defined inside ERP. There are two complementary XML data comes in:
* XML#1: Visual characteristics of a cabinet description. E.g. Dimensions, color of the body, door model etc. (to be used mainly for preparing quotes)
* XML#2: Parts that build-up each cabinet. E.g. Width, height, color. (to be used mainly for manufacturing)
How can I read these XMLs and create products on the fly?
Thank you,