I'm trying to include an if-else setup for my ir.config_parameter. But I can't think of any way to have it done in the xml with the use of <record id="_____" model="ir.config_parameter">.
So is there a way to have it done in Python and create the following ir.config_parameter just like when you install the module?
Or maybe there is a way to use if-else in xml when creating ir.config_parameter?
Thanks!