forked from OCA/account-payment
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
account_payment_return: Implement find match with reference field (#2)
[IMP] account_payment_return: Implement find match with reference field
- Loading branch information
1 parent
0b2386e
commit fd5f128
Showing
12 changed files
with
444 additions
and
516 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,9 @@ | ||
# -*- encoding: utf-8 -*- | ||
############################################################################## | ||
# | ||
# OpenERP, Open Source Management Solution | ||
# Copyright (c) 2011-2012 7 i TRIA <http://www.7itria.cat> | ||
# Copyright (c) 2011-2012 Avanzosc <http://www.avanzosc.com> | ||
# Copyright (c) 2013 Serv. Tecnol. Avanzados <http://www.serviciosbaeza.com> | ||
# Pedro M. Baeza <pedro.baeza@serviciosbaeza.com> | ||
# Copyright (c) 2014 initOS GmbH & Co. KG <http://initos.com/> | ||
# Markus Schneider <markus.schneider at initos.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 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/>. | ||
# | ||
############################################################################## | ||
# -*- coding: utf-8 -*- | ||
# © 2011-2012 7 i TRIA <http://www.7itria.cat> | ||
# © 2011-2012 Avanzosc <http://www.avanzosc.com> | ||
# © 2013 Pedro M. Baeza <pedro.baeza@tecnativa.com> | ||
# © 2014 Markus Schneider <markus.schneider@initos.com> | ||
# © 2016 Carlos Dauden <carlos.dauden@tecnativa.com> | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.