generate functionSun, 19 Mar 2023

provide more space to tag field in odoo xml

function space(tag) { if (tag.match(/\|/)) { return tag.replace(/\|/, ' | '); } else { return tag + ' | '; } } space('<tag>')

TypeScript
Generate More

Want to kickstart your project?Use the new AI Studio to create your code