Andrius Preimantas
9 years ago
4 changed files with 84 additions and 12 deletions
-
24pos_trade_receivable_autoreconcile/__init__.py
-
24pos_trade_receivable_autoreconcile/__openerp__.py
-
24pos_trade_receivable_autoreconcile/model/__init__.py
-
24pos_trade_receivable_autoreconcile/model/point_of_sale.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 |
|||
# (<http://www.versada.lt>). |
|||
# |
|||
# 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 <http://www.gnu.org/licenses/>. |
|||
# |
|||
############################################################################## |
|||
|
|||
from . import model |
@ -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 |
|||
# (<http://www.versada.lt>). |
|||
# |
|||
# 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 <http://www.gnu.org/licenses/>. |
|||
# |
|||
############################################################################## |
|||
|
|||
from . import point_of_sale |
Write
Preview
Loading…
Cancel
Save
Reference in new issue