From 535822091eefd2a00b69f39f241ea3cc0736cfd3 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 7 Feb 2014 15:03:45 +0100 Subject: [PATCH] fix formatting issues, added license key in manifest --- account_invoice_reorder_lines/__init__.py | 3 +-- account_invoice_reorder_lines/__openerp__.py | 26 ++++++++++---------- purchase_order_reorder_lines/__openerp__.py | 1 + stock_picking_reorder_lines/__openerp__.py | 1 + 4 files changed, 16 insertions(+), 15 deletions(-) diff --git a/account_invoice_reorder_lines/__init__.py b/account_invoice_reorder_lines/__init__.py index d073defae05..2f07f64df0a 100644 --- a/account_invoice_reorder_lines/__init__.py +++ b/account_invoice_reorder_lines/__init__.py @@ -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 . +# along with this program. If not, see . # ############################################################################## from . import invoice - diff --git a/account_invoice_reorder_lines/__openerp__.py b/account_invoice_reorder_lines/__openerp__.py index 598b55841ac..7ddd70ea01b 100644 --- a/account_invoice_reorder_lines/__openerp__.py +++ b/account_invoice_reorder_lines/__openerp__.py @@ -3,6 +3,7 @@ # # OpenERP, Open Source Management Solution # Copyright (C) 2004-2009 Tiny SPRL (). +# Copyright (C) 2013-2014 Camptocamp () # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -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: diff --git a/purchase_order_reorder_lines/__openerp__.py b/purchase_order_reorder_lines/__openerp__.py index f379909d7c5..e08cb7b2083 100644 --- a/purchase_order_reorder_lines/__openerp__.py +++ b/purchase_order_reorder_lines/__openerp__.py @@ -34,4 +34,5 @@ 'installable': True, 'auto_install': False, 'application': False, + 'license': "AGPL-3", } diff --git a/stock_picking_reorder_lines/__openerp__.py b/stock_picking_reorder_lines/__openerp__.py index 01aa6629d41..f3360add403 100644 --- a/stock_picking_reorder_lines/__openerp__.py +++ b/stock_picking_reorder_lines/__openerp__.py @@ -34,4 +34,5 @@ 'installable': True, 'auto_install': False, 'application': False, + 'license': "AGPL-3", }