summaryrefslogtreecommitdiff
path: root/addons/sale_management/data/digest_data.xml
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
commit3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch)
treea44932296ef4a9b71d5f010906253d8c53727726 /addons/sale_management/data/digest_data.xml
parent0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff)
initial commit 2
Diffstat (limited to 'addons/sale_management/data/digest_data.xml')
-rw-r--r--addons/sale_management/data/digest_data.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/addons/sale_management/data/digest_data.xml b/addons/sale_management/data/digest_data.xml
new file mode 100644
index 00000000..a42a283d
--- /dev/null
+++ b/addons/sale_management/data/digest_data.xml
@@ -0,0 +1,33 @@
+<?xml version='1.0' encoding='utf-8'?>
+<odoo>
+ <data noupdate="1">
+ <record id="digest.digest_digest_default" model="digest.digest">
+ <field name="kpi_all_sale_total">True</field>
+ </record>
+
+ <record id="digest_tip_sale1_management_0" model="digest.tip">
+ <field name="name">Tip: Odoo supports configurable products</field>
+ <field name="sequence">2200</field>
+ <field name="group_id" ref="sales_team.group_sale_manager" />
+ <field name="tip_description" type="html">
+<div>
+ <p class="tip_title">Tip: Odoo supports configurable products</p>
+ <p class="tip_content">Struggling with a complex product catalog? Try out the Product Configurator to help sales configure a product with different options: colors, size, capacity, etc. Make sale orders encoding easier and error-proof.</p>
+ <img src="/sale_management/static/src/img/Sales-configure-products.gif" class="illustration_border" />
+</div>
+ </field>
+ </record>
+ <record id="digest_tip_sale_management_1" model="digest.tip">
+ <field name="name">Tip: Sell or buy products in bulk with matrixes</field>
+ <field name="sequence">2700</field>
+ <field name="group_id" ref="sales_team.group_sale_manager" />
+ <field name="tip_description" type="html">
+<div>
+ <p class="tip_title">Tip: Sell or buy products in bulk with matrixes</p>
+ <p class="tip_content">Selling the same product in different sizes or colors? Try the product grid and populate your orders with multiple quantities of each variant. This feature also exists in the Purchase application.</p>
+ <img src="/sale_management/static/src/img/t-shirts.png" class="illustration_border" />
+</div>
+ </field>
+ </record>
+ </data>
+</odoo>