Add theme_3d_systems/data/presets.xml

This commit is contained in:
Huzaifa Inam 2026-08-22 21:25:04 +00:00
parent 8014c2e1b7
commit 61bbd8ca14

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Theme Palette & Font Presets for Odoo 19 -->
<record id="theme_3d_systems_color_preset" model="ir.asset">
<field name="name">Theme 3D Systems Color Preset</field>
<field name="bundle">web.assets_frontend</field>
<field name="path">theme_3d_systems/static/src/scss/_variables.scss</field>
</record>
</odoo>