Skip to content

Commit

Permalink
fix formatting issues, added license key in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
gurneyalex committed Feb 7, 2014
1 parent 94cd1d9 commit 5358220
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
3 changes: 1 addition & 2 deletions account_invoice_reorder_lines/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
# 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/>.
#
##############################################################################
from . import invoice

26 changes: 13 additions & 13 deletions account_invoice_reorder_lines/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
# Copyright (C) 2013-2014 Camptocamp (<http://www.camptocamp.com>)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Expand All @@ -19,21 +20,20 @@
#
##############################################################################
{
'name' : 'Invoice lines with sequence number',
'version' : '0.1',
'category' : 'Generic Modules/Accounting',
'name': 'Invoice lines with sequence number',
'version': '0.1',
'category': 'Generic Modules/Accounting',
'description': '''
Provide a new field on the invoice line form, allowing to manage the lines order.
''',
'author' : 'Tiny',
'website' : 'http://www.openerp.com',
'depends' : ['account', 'base'],
'data' : ['invoice_view.xml'],
'demo' : [],
'test' : [],
'author': 'Tiny',
'website': 'http://www.openerp.com',
'depends': ['account', 'base'],
'data': ['invoice_view.xml'],
'demo': [],
'test': [],
'installable': True,
'auto_install' : False,
'application' : False,
'auto_install': False,
'application': False,
'license': "AGPL-3",
}

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
1 change: 1 addition & 0 deletions purchase_order_reorder_lines/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@
'installable': True,
'auto_install': False,
'application': False,
'license': "AGPL-3",
}
1 change: 1 addition & 0 deletions stock_picking_reorder_lines/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@
'installable': True,
'auto_install': False,
'application': False,
'license': "AGPL-3",
}

0 comments on commit 5358220

Please sign in to comment.