Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Coopdevs OCB mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Odoo
Coopdevs OCB mirror
Commits
a8240288
Commit
a8240288
authored
12 years ago
by
Fabien Pinckaers
Browse files
Options
Downloads
Patches
Plain Diff
[IMP] initial mail message sale
bzr revid: fp@tinyerp.com-20120718140613-3urmqhtng63lc23f
parent
6001d4fc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
addons/sale/sale_data.xml
+26
-0
26 additions, 0 deletions
addons/sale/sale_data.xml
addons/sale/wizard/sale_make_invoice.py
+1
-1
1 addition, 1 deletion
addons/sale/wizard/sale_make_invoice.py
with
27 additions
and
1 deletion
addons/sale/sale_data.xml
+
26
−
0
View file @
a8240288
...
...
@@ -26,5 +26,31 @@
<function
eval=
"('default',False,'shop_id', [('sale.order', False)], shop, True, False, False, False, True)"
id=
"sale_default_set"
model=
"ir.values"
name=
"set"
/>
<record
id=
"message_welcome_sale"
model=
"mail.message"
>
<field
name=
"subject"
>
Module sale installed!
</field>
<field
name=
"type"
>
comment
</field>
<field
name=
"subtype"
>
html
</field>
<field
name=
"body_text"
>
Welcome to OpenERP
Second Line
</field>
<field
name=
"body_html"
type=
"xml"
>
<h2>
OpenERP Sale module just installed!
</h2>
<p>
You can click on the top menu
<b>
Sales
</b>
to manage your
customers, your quotations and sales orders.
</p>
<p>
If you need to manage your sales pipeline (leads,
opportunities, phonecalls), you can install the CRM module
from the
<b>
Settings
</b>
top menu.
</p>
</field>
</record>
<record
id=
"message_welcome_sale_root"
model=
"mail.notification"
>
<field
name=
"user_id"
ref=
"base.user_root"
/>
<field
name=
"message_id"
ref=
"message_welcome_sale"
/>
</record>
</data>
</openerp>
This diff is collapsed.
Click to expand it.
addons/sale/wizard/sale_make_invoice.py
+
1
−
1
View file @
a8240288
...
...
@@ -68,4 +68,4 @@ class sale_make_invoice(osv.osv_memory):
sale_make_invoice
()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
\ No newline at end of file
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment