Skip to content

Commit

Permalink
[REF] Included myself, Magno Costa, as author in the files where i ha…
Browse files Browse the repository at this point in the history
…s 25% of code.
  • Loading branch information
mbcosta committed May 20, 2021
1 parent 5c0e7a3 commit 7cbae07
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
4 changes: 3 additions & 1 deletion l10n_br_account_payment_order/models/account_invoice.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# @author Danimar Ribeiro <[email protected]>
# © 2012 KMEE INFORMATICA LTDA
# @author Luis Felipe Mileo <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# Copyright (C) 2021-Today - Akretion (<http://www.akretion.com>).
# @author Magno Costa <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo import api, fields, models

Expand Down
4 changes: 3 additions & 1 deletion l10n_br_account_payment_order/models/account_move.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# © 2019 KMEE INFORMATICA LTDA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# Copyright (C) 2021-Today - Akretion (<http://www.akretion.com>).
# @author Magno Costa <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo import api, models, fields

Expand Down
2 changes: 2 additions & 0 deletions l10n_br_account_payment_order/models/account_move_line.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (C) 2016-Today - KMEE (<http://kmee.com.br>).
# Luis Felipe Miléo - [email protected]
# Copyright (C) 2021-Today - Akretion (<http://www.akretion.com>).
# @author Magno Costa <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo import api, fields, models
Expand Down
4 changes: 3 additions & 1 deletion l10n_br_account_payment_order/models/account_payment.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# © 2012 KMEE INFORMATICA LTDA
# @author Daniel Sadamo Hirayama <[email protected]>
# @author Hugo Uchôas Borges <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# Copyright (C) 2021-Today - Akretion (<http://www.akretion.com>).
# @author Magno Costa <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo import api, models, _
from odoo.exceptions import UserError
Expand Down
2 changes: 2 additions & 0 deletions l10n_br_account_payment_order/models/account_payment_mode.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Copyright (C) 2012-Today - KMEE (<http://kmee.com.br>).
# @author Luis Felipe Miléo - [email protected]
# @author Renato Lima - [email protected]
# Copyright (C) 2021-Today - Akretion (<http://www.akretion.com>).
# @author Magno Costa <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from odoo import _, api, fields, models
Expand Down

0 comments on commit 7cbae07

Please sign in to comment.