-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
243 additions
and
600 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,3 @@ | ||
2.0.3, 2022-06-14 | ||
3.0.0, 2022-12-15 | ||
============= | ||
- Fix invoice payment with payment links. | ||
|
||
2.0.2, 2022-06-07 | ||
============= | ||
- Update list of supported payment means. | ||
|
||
2.0.1, 2022-04-14 | ||
============= | ||
- Fix the management of empty customer state. | ||
|
||
2.0.0, 2022-02-10 | ||
============= | ||
- New plugin for Odoo 15. | ||
- New plugin for Odoo 16. |
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
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
# Copyright © Lyra Network. | ||
# This file is part of Lyra Collect plugin for Odoo. See COPYING.md for license details. | ||
# | ||
# Author: Lyra Network (https://www.lyra.com) | ||
# Copyright: Copyright © Lyra Network | ||
# License: http://www.gnu.org/licenses/agpl.html GNU Affero General Public License (AGPL v3) | ||
--> | ||
|
||
<odoo> | ||
|
||
<record id="payment_icon_cc_lyracb" model="payment.icon"> | ||
<field name="sequence">10</field> | ||
<field name="name">Lyra CB</field> | ||
<field name="image" type="base64" file="payment_lyra/static/src/img/cb.png"/> | ||
</record> | ||
|
||
<record id="payment_icon_cc_lyravisa" model="payment.icon"> | ||
<field name="sequence">20</field> | ||
<field name="name">Lyra Visa</field> | ||
<field name="image" type="base64" file="payment_lyra/static/src/img/visa.png"/> | ||
</record> | ||
|
||
<record id="payment_icon_cc_lyramastercard" model="payment.icon"> | ||
<field name="sequence">30</field> | ||
<field name="name">Lyra MasterCard</field> | ||
<field name="image" type="base64" file="payment_lyra/static/src/img/mastercard.png"/> | ||
</record> | ||
|
||
</odoo> |
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
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.