summaryrefslogtreecommitdiff
path: root/addons/sale_quotation_builder/data
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_quotation_builder/data
parent0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff)
initial commit 2
Diffstat (limited to 'addons/sale_quotation_builder/data')
-rw-r--r--addons/sale_quotation_builder/data/sale_order_template_data.xml81
1 files changed, 81 insertions, 0 deletions
diff --git a/addons/sale_quotation_builder/data/sale_order_template_data.xml b/addons/sale_quotation_builder/data/sale_order_template_data.xml
new file mode 100644
index 00000000..ba9e7609
--- /dev/null
+++ b/addons/sale_quotation_builder/data/sale_order_template_data.xml
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="utf-8"?>
+<odoo>
+ <!-- no update so users can freely customize/delete the template -->
+ <data noupdate="1">
+ <record id="sale_order_template_default" model="sale.order.template">
+ <field name="name">Default Template</field>
+ <field name="number_of_days">30</field>
+
+ <field name="website_description" type="xml">
+ <section data-snippet-id="title" class="mt32">
+ <h2 class="o_page_header">About us</h2>
+ </section>
+ <section data-snippet-id="text-block">
+ <div class="row">
+ <div class="col-lg-12">
+ <p>
+ This is a <strong>sample quotation template</strong>. You should
+ customize it to fit your own needs from the <i>Sales</i>
+ application, using the menu: Configuration /
+ Quotation Templates.
+ </p><p>
+ Great quotation templates will significantly
+ <strong>boost your success rate</strong>. The
+ first section is usually about your company,
+ your references, your methodology or
+ guarantees, your team, SLA, terms and conditions, etc.
+ </p>
+ </div>
+ </div>
+ </section>
+ <section data-snippet-id="quality">
+ <div class="card-deck">
+ <div class="card">
+ <div class="card-header">Our Quality</div>
+ <div class="card-body">
+ Product quality is the foundation we
+ stand on; we build it with a relentless
+ focus on fabric, performance and craftsmanship.
+ </div>
+ </div>
+ <div class="card">
+ <div class="card-header">Our Service</div>
+ <div class="card-body">
+ As a leading professional services firm,
+ we know that success is all about the
+ commitment we put on strong services.
+ </div>
+ </div>
+ <div class="card">
+ <div class="card-header">Price</div>
+ <div class="card-body">
+ We always ensure that our products are
+ set at a fair price so that you will be
+ happy to buy them.
+ </div>
+ </div>
+ </div>
+ </section>
+ <section data-snippet-id="title" class="mt32">
+ <h2 class="o_page_header">Our Offer</h2>
+ </section>
+ <section data-snippet-id="text-block">
+ <p>
+ You can <strong>set a description per product</strong>. Odoo will
+ automatically create a quotation using the descriptions
+ of all products in the proposal. The table of content
+ on the left is generated automatically using the styles you
+ used in your description (heading 1, heading 2, ...)
+ </p><p>
+ If you edit a quotation from the 'Preview' of a quotation, you will
+ update that quotation only. If you edit the quotation
+ template (from the Configuration menu), all future quotations will
+ use this modified template.
+ </p>
+ </section>
+ </field>
+ </record>
+
+ <function model="res.company" name="_set_default_sale_order_template_id_if_empty"/>
+ </data>
+</odoo>