19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:12 +01:00
parent 79f83631d5
commit 73afc09215
6267 changed files with 1534193 additions and 1130106 deletions

View file

@ -4,7 +4,8 @@
<record id="digest.digest_digest_default" model="digest.digest">
<field name="kpi_all_sale_total">True</field>
</record>
</data>
<data noupdate="0">
<record id="digest_tip_sale1_management_0" model="digest.tip">
<field name="name">Tip: Odoo supports configurable products</field>
<field name="sequence">2200</field>
@ -13,7 +14,7 @@
<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="https://download.odoocdn.com/digests/sale_management/static/src/img/Sales-configure-products.gif" class="illustration_border" />
<img src="https://download.odoocdn.com/digests/sale_management/static/src/img/milk-Sales-configure-products.gif" width="540" class="illustration_border" />
</div>
</field>
</record>
@ -25,7 +26,7 @@
<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="https://download.odoocdn.com/digests/sale_management/static/src/img/t-shirts.png" class="illustration_border" />
<img src="https://download.odoocdn.com/digests/sale_management/static/src/img/milk-t-shirts.png" width="540" class="illustration_border" />
</div>
</field>
</record>

View file

@ -6,23 +6,9 @@
</record>
<record id="sale_order_template_1" model="sale.order.template">
<field name="name">4 Person Desk</field>
<field name="name">Office Furnitures</field>
<field name="number_of_days">45</field>
</record>
<record id="sale_order_template_line_1" model="sale.order.template.line">
<field name="sale_order_template_id" ref="sale_order_template_1"/>
<field name="name">4 Person Desk</field>
<field name="product_id" ref="product.consu_delivery_03"/>
<field name="product_uom_qty">1</field>
<field name="product_uom_id" ref="uom.product_uom_unit"/>
</record>
<record id="sale_order_template_option_1" model="sale.order.template.option">
<field name="sale_order_template_id" ref="sale_order_template_1"/>
<field name="name">Office Chair</field>
<field name="product_id" ref="product.product_delivery_01"/>
<field name="quantity">4</field>
<field name="uom_id" ref="uom.product_uom_unit"/>
</record>
<function model="sale.order.template" name="_demo_configure_template"/>
</odoo>