diff options
Diffstat (limited to 'addons/sale_product_matrix/data')
| -rw-r--r-- | addons/sale_product_matrix/data/product_matrix_demo.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addons/sale_product_matrix/data/product_matrix_demo.xml b/addons/sale_product_matrix/data/product_matrix_demo.xml new file mode 100644 index 00000000..be183126 --- /dev/null +++ b/addons/sale_product_matrix/data/product_matrix_demo.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<odoo> + <record id="product_matrix.matrix_product_template_shirt" model="product.template"> + <field name="product_add_mode">matrix</field> + </record> +</odoo> |
