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
04df9005
Commit
04df9005
authored
14 years ago
by
Mustufa Rangwala
Browse files
Options
Downloads
Patches
Plain Diff
[IMP] sale_layout: Improved __openerp__ file
bzr revid: mra@mra-laptop-20100809061001-mpb94840zqmd42kd
parent
cd13ee8f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
addons/sale_layout/__openerp__.py
+7
-9
7 additions, 9 deletions
addons/sale_layout/__openerp__.py
with
7 additions
and
9 deletions
addons/sale_layout/__openerp__.py
+
7
−
9
View file @
04df9005
##############################################################################
#
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
#
...
...
@@ -14,22 +14,22 @@
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
"
name
"
:
"
Sale Order Layout
Improvement
"
,
"
name
"
:
"
Sale Order Layout
"
,
"
version
"
:
"
1.0
"
,
"
depends
"
:
[
"
base
"
,
"
sale
"
],
"
depends
"
:
[
"
sale
"
],
"
author
"
:
"
OpenERP SA
"
,
"
description
"
:
"""
This module provides
some
features to improve the layout of the Sale Order.
This module provides features to improve the layout of the Sale Order.
It gives you the possibility to
* order all the lines of an sale order
* add titles, comment lines, sub total lines
* draw horizontal lines and put page breaks
* draw horizontal lines and put page breaks
"""
,
"
website
"
:
"
http://www.openerp.com
"
,
...
...
@@ -37,12 +37,10 @@
"
init_xml
"
:
[],
"
demo_xml
"
:
[],
"
update_xml
"
:
[
# "security/ir.model.access.csv",
"
sale_layout_view.xml
"
,
"
sale_layout_report.xml
"
,
],
"
active
"
:
False
,
"
installable
"
:
True
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
\ No newline at end of file
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