From 1cf3f8750dff9f516d775d5abb5571b864a9b84d Mon Sep 17 00:00:00 2001 From: Andrius Preimantas Date: Thu, 24 Sep 2015 09:42:56 +0300 Subject: [PATCH] [IMP][pos_trade_receivable_autoreconcile] .py file header update --- .../__init__.py | 24 ++++++++++++++++--- .../__openerp__.py | 24 ++++++++++++++++--- .../model/__init__.py | 24 ++++++++++++++++--- .../model/point_of_sale.py | 24 ++++++++++++++++--- 4 files changed, 84 insertions(+), 12 deletions(-) diff --git a/pos_trade_receivable_autoreconcile/__init__.py b/pos_trade_receivable_autoreconcile/__init__.py index 43414012..ad75e006 100644 --- a/pos_trade_receivable_autoreconcile/__init__.py +++ b/pos_trade_receivable_autoreconcile/__init__.py @@ -1,5 +1,23 @@ -# -*- coding: utf-8 -*- -# This file is part of OpenERP. The COPYRIGHT file at the top level of -# this module contains the full copyright notices and license terms. +# -*- encoding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# This module copyright (C) 2015 UAB Versada +# (). +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 . +# +############################################################################## from . import model diff --git a/pos_trade_receivable_autoreconcile/__openerp__.py b/pos_trade_receivable_autoreconcile/__openerp__.py index b4eef227..9f8fb9a9 100644 --- a/pos_trade_receivable_autoreconcile/__openerp__.py +++ b/pos_trade_receivable_autoreconcile/__openerp__.py @@ -1,6 +1,24 @@ -# -*- coding: utf-8 -*- -# This file is part of OpenERP. The COPYRIGHT file at the top level of -# this module contains the full copyright notices and license terms. +# -*- encoding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# This module copyright (C) 2015 UAB Versada +# (). +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 . +# +############################################################################## { 'name': 'POS Trade Receivable Autoreconcile', diff --git a/pos_trade_receivable_autoreconcile/model/__init__.py b/pos_trade_receivable_autoreconcile/model/__init__.py index e284389e..236f7c2f 100644 --- a/pos_trade_receivable_autoreconcile/model/__init__.py +++ b/pos_trade_receivable_autoreconcile/model/__init__.py @@ -1,5 +1,23 @@ -# -*- coding: utf-8 -*- -# This file is part of OpenERP. The COPYRIGHT file at the top level of -# this module contains the full copyright notices and license terms. +# -*- encoding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# This module copyright (C) 2015 UAB Versada +# (). +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 . +# +############################################################################## from . import point_of_sale diff --git a/pos_trade_receivable_autoreconcile/model/point_of_sale.py b/pos_trade_receivable_autoreconcile/model/point_of_sale.py index 331399be..58a5d7a9 100644 --- a/pos_trade_receivable_autoreconcile/model/point_of_sale.py +++ b/pos_trade_receivable_autoreconcile/model/point_of_sale.py @@ -1,6 +1,24 @@ -# -*- coding: utf-8 -*- -# This file is part of OpenERP. The COPYRIGHT file at the top level of -# this module contains the full copyright notices and license terms. +# -*- encoding: utf-8 -*- +############################################################################## +# +# OpenERP, Open Source Management Solution +# This module copyright (C) 2015 UAB Versada +# (). +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# 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 . +# +############################################################################## from openerp import models