[IMP] sale_layout: Improved __openerp__ file

bzr revid: mra@mra-laptop-20100809061001-mpb94840zqmd42kd
This commit is contained in:
Mustufa Rangwala 2010-08-09 11:40:01 +05:30
parent cd13ee8fe7
commit 04df9005e4
1 changed files with 7 additions and 9 deletions

View File

@ -1,5 +1,5 @@
##############################################################################
#
#
# 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: