mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-26 09:52:02 +02:00
Initial commit: Sale packages
This commit is contained in:
commit
14e3d26998
6469 changed files with 2479670 additions and 0 deletions
|
|
@ -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="https://download.odoocdn.com/digests/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="https://download.odoocdn.com/digests/sale_management/static/src/img/t-shirts.png" class="illustration_border" />
|
||||
</div>
|
||||
</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue