From 7810629596534ab6004751e0198c6b4b84918185 Mon Sep 17 00:00:00 2001
From: vandekul
Date: Fri, 15 Sep 2023 14:42:14 +0200
Subject: [PATCH] New version 16.0
---
payment_btcpay/LICENSE.txt | 674 ------------------
payment_btcpay/README.md | 35 -
payment_btcpay/__init__.py | 16 +-
.../{__openerp__.py => __manifest__.py} | 37 +-
payment_btcpay/controller/__init__.py | 4 -
payment_btcpay/controller/client.py | 162 -----
payment_btcpay/controller/crypto.py | 86 ---
payment_btcpay/controller/main.py | 118 ---
payment_btcpay/controllers/__init__.py | 1 +
payment_btcpay/controllers/main.py | 100 +++
payment_btcpay/data/payment_acquirer_data.xml | 36 -
payment_btcpay/data/payment_provider_data.xml | 11 +
payment_btcpay/models/__init__.py | 2 +-
payment_btcpay/models/btcpay.py | 82 ---
payment_btcpay/models/payment_provider.py | 54 ++
payment_btcpay/models/payment_transaction.py | 134 ++++
.../static/description/BTCPayLooksLike.png | Bin 37999 -> 25581 bytes
.../description/BTCPayPaymentAcquirer.png | Bin 94553 -> 85530 bytes
.../description/BTCPayPaymentAcquirer2.png | Bin 72467 -> 0 bytes
.../static/description/BtcpayTxDetails.png | Bin 22493 -> 92018 bytes
.../static/description/bitcoin_icon.png | Bin 9686 -> 0 bytes
payment_btcpay/static/description/index.html | 12 +-
.../static/description/main_screenshot.png | Bin 30299 -> 0 bytes
.../src/img/Bitcoin-Lightning-Network.png | Bin 23674 -> 0 bytes
payment_btcpay/static/src/img/btc_logo.png | Bin 10567 -> 0 bytes
payment_btcpay/static/src/img/btcpay_icon.png | 1 -
payment_btcpay/static/src/img/btcpay_logo.png | Bin 4780 -> 0 bytes
payment_btcpay/tests/__init__.py | 2 -
payment_btcpay/tests/api_returns_example | 244 -------
payment_btcpay/tests/btcpay_test.py | 61 --
payment_btcpay/tests/btcpay_test_ipn.py | 12 -
.../views/btcpay_configuration_view.xml | 62 --
payment_btcpay/views/btcpay_menus.xml | 32 -
.../views/payment_btcpay_templates.xml | 66 +-
.../views/payment_provider_views.xml | 23 +
.../views/payment_transaction_views.xml | 17 +
36 files changed, 403 insertions(+), 1681 deletions(-)
delete mode 100644 payment_btcpay/LICENSE.txt
delete mode 100644 payment_btcpay/README.md
rename payment_btcpay/{__openerp__.py => __manifest__.py} (64%)
delete mode 100644 payment_btcpay/controller/__init__.py
delete mode 100644 payment_btcpay/controller/client.py
delete mode 100644 payment_btcpay/controller/crypto.py
delete mode 100644 payment_btcpay/controller/main.py
create mode 100644 payment_btcpay/controllers/__init__.py
create mode 100644 payment_btcpay/controllers/main.py
delete mode 100644 payment_btcpay/data/payment_acquirer_data.xml
create mode 100644 payment_btcpay/data/payment_provider_data.xml
delete mode 100644 payment_btcpay/models/btcpay.py
create mode 100644 payment_btcpay/models/payment_provider.py
create mode 100644 payment_btcpay/models/payment_transaction.py
delete mode 100644 payment_btcpay/static/description/BTCPayPaymentAcquirer2.png
delete mode 100644 payment_btcpay/static/description/bitcoin_icon.png
delete mode 100644 payment_btcpay/static/description/main_screenshot.png
delete mode 100644 payment_btcpay/static/src/img/Bitcoin-Lightning-Network.png
delete mode 100644 payment_btcpay/static/src/img/btc_logo.png
delete mode 120000 payment_btcpay/static/src/img/btcpay_icon.png
delete mode 100644 payment_btcpay/static/src/img/btcpay_logo.png
delete mode 100644 payment_btcpay/tests/__init__.py
delete mode 100644 payment_btcpay/tests/api_returns_example
delete mode 100644 payment_btcpay/tests/btcpay_test.py
delete mode 100644 payment_btcpay/tests/btcpay_test_ipn.py
delete mode 100644 payment_btcpay/views/btcpay_configuration_view.xml
delete mode 100644 payment_btcpay/views/btcpay_menus.xml
create mode 100644 payment_btcpay/views/payment_provider_views.xml
create mode 100644 payment_btcpay/views/payment_transaction_views.xml
diff --git a/payment_btcpay/LICENSE.txt b/payment_btcpay/LICENSE.txt
deleted file mode 100644
index 4aacc02..0000000
--- a/payment_btcpay/LICENSE.txt
+++ /dev/null
@@ -1,674 +0,0 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
- The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
-
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "The Program" refers to any copyrightable work licensed under this
-License. Each licensee is addressed as "you". "Licensees" and
-"recipients" may be individuals or organizations.
-
- To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy. The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
- To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies. Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
- An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License. If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
- 1. Source Code.
-
- The "source code" for a work means the preferred form of the work
-for making modifications to it. "Object code" means any non-source
-form of a work.
-
- A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
- The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form. A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
- The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities. However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work. For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met. This License explicitly affirms your unlimited
-permission to run the unmodified Program. The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work. This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
- You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force. You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright. Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
- When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
- You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is
- released under this License and any conditions added under section
- 7. This requirement modifies the requirement in section 4 to
- "keep intact all notices".
-
- c) You must license the entire work, as a whole, under this
- License to anyone who comes into possession of a copy. This
- License will therefore apply, along with any applicable section 7
- additional terms, to the whole of the work, and all its parts,
- regardless of how they are packaged. This License gives no
- permission to license the work in any other way, but it does not
- invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display
- Appropriate Legal Notices; however, if the Program has interactive
- interfaces that do not display Appropriate Legal Notices, your
- work need not make them do so.
-
- A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit. Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by the
- Corresponding Source fixed on a durable physical medium
- customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by a
- written offer, valid for at least three years and valid for as
- long as you offer spare parts or customer support for that product
- model, to give anyone who possesses the object code either (1) a
- copy of the Corresponding Source for all the software in the
- product that is covered by this License, on a durable physical
- medium customarily used for software interchange, for a price no
- more than your reasonable cost of physically performing this
- conveying of source, or (2) access to copy the
- Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the
- written offer to provide the Corresponding Source. This
- alternative is allowed only occasionally and noncommercially, and
- only if you received the object code with such an offer, in accord
- with subsection 6b.
-
- d) Convey the object code by offering access from a designated
- place (gratis or for a charge), and offer equivalent access to the
- Corresponding Source in the same way through the same place at no
- further charge. You need not require recipients to copy the
- Corresponding Source along with the object code. If the place to
- copy the object code is a network server, the Corresponding Source
- may be on a different server (operated by you or a third party)
- that supports equivalent copying facilities, provided you maintain
- clear directions next to the object code saying where to find the
- Corresponding Source. Regardless of what server hosts the
- Corresponding Source, you remain obligated to ensure that it is
- available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided
- you inform other peers where the object code and Corresponding
- Source of the work are being offered to the general public at no
- charge under subsection 6d.
-
- A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
- A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling. In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage. For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product. A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
- "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source. The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
- If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information. But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
- The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed. Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
- Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
- 7. Additional Terms.
-
- "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law. If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
- When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it. (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.) You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
- Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or
- author attributions in that material or in the Appropriate Legal
- Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or
- requiring that modified versions of such material be marked in
- reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that
- material by anyone who conveys the material (or modified versions of
- it) with contractual assumptions of liability to the recipient, for
- any liability that these contractual assumptions directly impose on
- those licensors and authors.
-
- All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10. If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term. If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
- If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
- Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work except as expressly
-provided under this License. Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
- However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
- Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
- Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License in order to receive or
-run a copy of the Program. Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance. However,
-nothing other than this License grants you permission to propagate or
-modify any covered work. These actions infringe copyright if you do
-not accept this License. Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License. You are not responsible
-for enforcing compliance by third parties with this License.
-
- An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations. If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
- You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License. For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
- 11. Patents.
-
- A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based. The
-work thus licensed is called the contributor's "contributor version".
-
- A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version. For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
- Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
- In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement). To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
- If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients. "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
- If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
- A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License. You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all. For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
- 13. Use with the GNU Affero General Public License.
-
- Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work. The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
- 14. Revised Versions of this License.
-
- The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
- If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
- Later license versions may give you additional or different
-permissions. However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-
- Copyright (C)
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU 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 General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
- Copyright (C)
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
- You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-.
\ No newline at end of file
diff --git a/payment_btcpay/README.md b/payment_btcpay/README.md
deleted file mode 100644
index 793f6fb..0000000
--- a/payment_btcpay/README.md
+++ /dev/null
@@ -1,35 +0,0 @@
-# payment_btcpay
-# Gateway to BTCPay for Odoo v9.0
-
-## This is the module to connect Odoo 9.0 and BTCPay
-This module allow you to create an easily way to accept cryptocurrencies.
-
-
-## Configure Payment Acquirer
-* Install BTCPay Module -> Website -> eCommerce -> Payment Acquirers -> BTCPay
-* Put your facace. Best option is 'merchant'.
-* Put the location as test or live url. Test example url: https://testnet.demo.btcpayserver.org
-* Put the Confirmation URL where BTCpay will return after payment.
-* Check if you want that Odoo send an email to your buyer after transaction is "Confirmed"
-* Put your "Pairing Code" if you want that system get the "Token", after that "Pairing Code" will be deleted and the "Token" will appear in the corresponding field. You must safe the changes in order that this happens. NOTE: if you want to get new "Token" throw new "Pairing Code", please remove the "Token" field. Keep in mind that "Token" field must be in blank if you want to get throw the API.
-* Put your "Token" if you have it and don't want to use Pairing Code to get it. Remember, if you want to get throw API please don't write anything here.
-* If you have a Private Key you can write here otherwise system will get when you safe the Payment Acquirer
-* Remember to Publish On Website
-
-
-
-## How it looks like?
-
-In payment webpage where payment methods appear, you will find new payment method called BTCPay. If you click on it you will be redirect to the server that you indicate in location field.
-
-
-
-
-## Transaction BTCPay Details
-In transaction object, you will find more technical information about this method of payment:
-* Transaction Id: cryptocurrency transaction hash for the executed payout
-* Invoice Id: the id of the invoice for which you want to fetch an event token
-* Transaction Status: That indicates state of transaction
-* Buyer Mail Notification: Indicates if mail has been sent or if not (it will be in blank)
-
-
diff --git a/payment_btcpay/__init__.py b/payment_btcpay/__init__.py
index b89c0a0..a20ed67 100644
--- a/payment_btcpay/__init__.py
+++ b/payment_btcpay/__init__.py
@@ -1,2 +1,14 @@
-import controller
-import models
\ No newline at end of file
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+from . import controllers
+from . import models
+
+from odoo.addons.payment import setup_provider, reset_payment_provider
+
+
+def post_init_hook(cr, registry):
+ setup_provider(cr, registry, 'btcpay')
+
+
+def uninstall_hook(cr, registry):
+ reset_payment_provider(cr, registry, 'btcpay')
\ No newline at end of file
diff --git a/payment_btcpay/__openerp__.py b/payment_btcpay/__manifest__.py
similarity index 64%
rename from payment_btcpay/__openerp__.py
rename to payment_btcpay/__manifest__.py
index a2dae8c..1045f5a 100644
--- a/payment_btcpay/__openerp__.py
+++ b/payment_btcpay/__manifest__.py
@@ -1,10 +1,10 @@
#******************************************************************************
# PAYMENT BTCPAY FOR ODOO
-#
-# Copyright (C) 2020 Susanna Fort
+#
+# Copyright (C) 2023 Susanna Fort
#
#******************************************************************************
-#
+#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of
@@ -16,28 +16,31 @@
# GNU General Public License for more details.
#
# For a full copy of the GNU General Public License see the LICENSE.txt file.
-#
+#
#******************************************************************************
{
- 'name': "Gateway BTCPay",
+ 'name': 'Payment Provider: BTCPay',
- 'summary': """This module integrates BTCPAY - pay with Bitcoin - with Odoo v9.0""",
- 'author': "Vandekul",
- 'website': "https://github.com/vandekul",
- 'category': 'Website',
- 'version': '9.0',
+ 'summary': 'This module integrates BTCPAY - pay with Bitcoin - with Odoo v16.0',
+ 'author': 'Vandekul',
+ 'website': 'https://github.com/vandekul',
+ 'category': 'Accounting/Payment Providers',
+ 'version': '16.0',
'license': 'GPL-3',
'price':'100',
- 'application': True,
+ 'application': False,
+ 'installable': True,
+ 'auto_install': False,
'depends': ['base', 'payment'],
'data': [
'views/payment_btcpay_templates.xml',
- 'views/btcpay_configuration_view.xml',
- 'data/payment_acquirer_data.xml'
+ 'views/payment_provider_views.xml',
+ 'views/payment_transaction_views.xml',
+
+ 'data/payment_provider_data.xml',
],
- 'installable': True,
- 'auto_install': False,
- 'description': 'static/description/index.html',
- 'images': ['static/description/icon.png', 'static/description/main_screenshot.png'],
+
+ 'post_init_hook': 'post_init_hook',
+ 'uninstall_hook': 'uninstall_hook',
}
\ No newline at end of file
diff --git a/payment_btcpay/controller/__init__.py b/payment_btcpay/controller/__init__.py
deleted file mode 100644
index 462e1d4..0000000
--- a/payment_btcpay/controller/__init__.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# -*- coding: utf-8 -*-
-import main
-#import merchant_facade
-#import crypto
diff --git a/payment_btcpay/controller/client.py b/payment_btcpay/controller/client.py
deleted file mode 100644
index 6e6b911..0000000
--- a/payment_btcpay/controller/client.py
+++ /dev/null
@@ -1,162 +0,0 @@
-"""btcpay.crypto
-
-These are various crytography related utility functions borrowed from:
- bitpay-python: https://github.com/bitpay/bitpay-python
-"""
-
-import re
-import json
-import urllib
-import urlparse
-import logging
-import pprint
-#from urllib.parse import urlencode
-
-import requests
-from requests.exceptions import HTTPError
-
-from . import crypto
-
-_logger = logging.getLogger(__name__)
-
-class BTCPayClient:
- def __init__(self, host, pem, insecure=False, tokens=None):
- self.host = host
- self.verify = not(insecure)
- self.pem = pem
- self.tokens = tokens or dict()
- self.client_id = crypto.get_sin_from_pem(pem)
- self.user_agent = 'btcpay-python'
- self.s = requests.Session()
- self.s.verify = self.verify
- self.s.headers.update(
- {'Content-Type': 'application/json',
- 'accept': 'application/json',
- 'X-accept-version': '2.0.0'})
-
- def _create_signed_headers(self, uri, payload):
- return {
- "X-Identity": crypto.get_compressed_public_key_from_pem(self.pem),
- "X-Signature": crypto.sign(uri + payload, self.pem)
- }
-
- def _signed_get_request(self, path, params=None, token=None):
- #token = token or list(self.tokens.values())[0]
- token = self.tokens
- params = params or dict()
- params['token'] = token
-
- uri = self.host + path
-
- #payload = '?' + urlencode(params)
- payload ="?token=" + params['token']
- headers = self._create_signed_headers(uri, payload)
- r = self.s.get(uri, params=params, headers=headers)
- r.raise_for_status()
- return r.json()['data']
-
- def _signed_post_request(self, path, payload, token=None):
- #token = token or list(self.tokens.values())[0]
- token = self.tokens
- uri = self.host + path
- payload['token'] = token
- payload = json.dumps(payload)
- headers = self._create_signed_headers(uri, payload)
- r = self.s.post(uri, headers=headers, data=payload)
- if not r.ok:
- if 400 <= r.status_code < 500:
- http_error_msg = u'%s Client Error: \
- %s for url: %s | body: %s' % (
- r.status_code,
- r.reason,
- r.url,
- r.text
- )
- elif 500 <= r.status_code < 600:
- http_error_msg = u'%s Server Error: \
- %s for url: %s | body: %s' % (
- r.status_code,
- r.reason,
- r.url,
- r.text
- )
- if http_error_msg:
- raise HTTPError(http_error_msg, response=r)
- return r.json()['data']
-
- def _unsigned_request(self, path, payload=None):
- uri = self.host + path
- if payload:
- payload = json.dumps(payload)
- r = self.s.post(uri, data=payload)
- else:
- r = self.s.get(uri)
- r.raise_for_status()
- return r.json()['data']
-
- def get_rates(self, crypto='BTC', store_id=None):
- params = dict(
- cryptoCode=crypto
- )
- if store_id:
- params['storeID'] = store_id
- return self._signed_get_request('/rates/', params=params)
-
- def get_rate(self, currency, crypto='BTC', store_id=None):
- rates = self.get_rates(crypto=crypto, store_id=store_id)
- rate = [rate for rate in rates if rate['code'] == currency.upper()][0]
- return rate['rate']
-
- def create_invoice(self, payload, token=None):
- if re.match(r'^[A-Z]{3,3}$', payload['currency']) is None:
- raise ValueError('Currency is invalid.')
- try:
- float(payload['price'])
- except ValueError as e:
- raise ValueError('Price must be a float')
-
- return self._signed_post_request('/invoices/', payload, token=token)
-
- def get_invoice(self, invoice_id, token=None):
- return self._signed_get_request('/invoices/' + invoice_id, token=token)
-
- def get_invoices(self, status=None, order_id=None, item_code=None, date_start=None, date_end=None, limit=None, offset=None, token=None):
- params = dict()
- if status is not None:
- params['status'] = status
- if order_id is not None:
- params['orderId'] = order_id
- if item_code is not None:
- params['itemCode'] = item_code
- if date_start is not None:
- params['dateStart'] = date_start
- if date_end is not None:
- params['dateEnd'] = date_end
- if limit is not None:
- params['limit'] = limit
- if offset is not None:
- params['offset'] = offset
- return self._signed_get_request('/invoices', params=params, token=token)
-
- def pair_client(self, code):
- if re.match(r'^\w{7,7}$', code) is None:
- raise ValueError("pairing code is not legal")
- payload = {'id': self.client_id, 'pairingCode': code}
- data = self._unsigned_request('/tokens', payload)
- data = data[0]
- return {
- data['facade']: data['token']
- }
-
- @classmethod
- def create_client(cls, code, host):
- pem = crypto.generate_privkey()
- client = BTCPayClient(host=host, pem=pem)
- token = client.pair_client(code)
- return BTCPayClient(host=host, pem=pem, tokens=token)
-
- def __repr__(self):
- return '{}({})'.format(
- type(self).__name__,
- self.host
- )
diff --git a/payment_btcpay/controller/crypto.py b/payment_btcpay/controller/crypto.py
deleted file mode 100644
index e4ef6cf..0000000
--- a/payment_btcpay/controller/crypto.py
+++ /dev/null
@@ -1,86 +0,0 @@
-"""btcpay.crypto
-
-These are various crytography related utility functions borrowed from:
- bitpay-python: https://github.com/bitpay/bitpay-python
-"""
-
-import binascii
-import hashlib
-
-from ecdsa import SigningKey, SECP256k1, VerifyingKey
-from ecdsa import util as ecdsaUtil
-
-
-def generate_privkey():
- sk = SigningKey.generate(curve=SECP256k1)
- pem = sk.to_pem()
- pem = pem.decode('utf-8')
- return pem
-
-
-def get_sin_from_pem(pem):
- public_key = get_compressed_public_key_from_pem(pem)
- version = get_version_from_compressed_key(public_key)
- checksum = get_checksum_from_version(version)
- return base58encode(version + checksum)
-
-
-def get_compressed_public_key_from_pem(pem):
- vks = SigningKey.from_pem(pem).get_verifying_key().to_string()
- bts = binascii.hexlify(vks)
- compressed = compress_key(bts)
- return compressed
-
-
-def sign(message, pem):
- message = message.encode()
- sk = SigningKey.from_pem(pem)
- signed = sk.sign(message, hashfunc=hashlib.sha256,
- sigencode=ecdsaUtil.sigencode_der)
- return binascii.hexlify(signed).decode()
-
-
-def base58encode(hexastring):
- chars = '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz'
- int_val = int(hexastring, 16)
- encoded = encode58('', int_val, chars)
- return encoded
-
-
-def encode58(string, int_val, chars):
- if int_val == 0:
- return string
- else:
- (new_val, rem) = divmod(int_val, 58)
- new_string = chars[rem] + string
- return encode58(new_string, new_val, chars)
-
-
-def get_checksum_from_version(version):
- return sha_digest(sha_digest(version))[0:8]
-
-
-def get_version_from_compressed_key(key):
- sh2 = sha_digest(key)
- rphash = hashlib.new('ripemd160')
- rphash.update(binascii.unhexlify(sh2))
- rp1 = rphash.hexdigest()
- return '0F02' + rp1
-
-
-def sha_digest(hexastring):
- return hashlib.sha256(binascii.unhexlify(hexastring)).hexdigest()
-
-
-def compress_key(bts):
- intval = int(bts, 16)
- prefix = find_prefix(intval)
- return prefix + bts[0:64].decode('utf-8')
-
-
-def find_prefix(intval):
- if intval % 2 == 0:
- prefix = '02'
- else:
- prefix = '03'
- return prefix
diff --git a/payment_btcpay/controller/main.py b/payment_btcpay/controller/main.py
deleted file mode 100644
index ad78198..0000000
--- a/payment_btcpay/controller/main.py
+++ /dev/null
@@ -1,118 +0,0 @@
-#******************************************************************************
-# PAYMENT BTCPAY FOR ODOO
-#
-# Copyright (C) 2020 Susanna Fort
-#
-#******************************************************************************
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2 of
-# the License, or 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 General Public License for more details.
-#
-# For a full copy of the GNU General Public License see the LICENSE.txt file.
-#
-#******************************************************************************
-
-import json
-import logging
-import pprint
-
-import requests
-import werkzeug
-
-import client
-import crypto as bku
-from client import BTCPayClient
-import urllib2,cookielib
-
-from openerp import api, fields, models, _
-from openerp.osv import osv
-
-from openerp import http, SUPERUSER_ID
-from openerp.addons.payment.models.payment_acquirer import ValidationError
-from openerp.http import request
-
-
-_logger = logging.getLogger(__name__)
-
-
-class BtcpayController(http.Controller):
- _notify_url = '/payment/btcpay/ipn'
-
- @http.route('/payment/btcpay/ipn', type='json', auth='public', methods=['POST'], csrf=False)
- def btcpay_ipn(self, **post):
- """ BTCPay IPN. """
-
- _logger.info('BTCPAY IPN RECEIVED...')
- cr, uid, context, env = request.cr, SUPERUSER_ID, request.context, request.env
- acquirer = env['payment.acquirer'].search([('provider', '=', 'btcpay')])
- try:
- #for k in request.jsonrequest['data']:
- # _logger.info('\t%s => %s', k, request.jsonrequest['data'][k])
- invoiceId = request.jsonrequest['data']['id']
- invoiceStatus = request.jsonrequest['data']['status']
- orderId = request.jsonrequest['data']['orderId']
- _logger.info('Invoice ID %s => %s (Order ID %s)', invoiceId, invoiceStatus, orderId)
-
- #client = BTCPayClient(host=acquirer.location, pem=acquirer.privateKey, tokens=acquirer.token)
- #self.invoice = client.get_invoice(invoiceId)
- #_logger.info('SELF INVOICE IPN %s',self.invoice)
-
- if invoiceId and orderId:
- tx_ids = request.registry['payment.transaction'].search(cr, uid, [('reference', '=', orderId)], context=context)
- if tx_ids:
- tx = request.registry['payment.transaction'].browse(cr, uid, tx_ids[0], context=context)
-
- tx.btcpay_status = invoiceStatus
- if invoiceStatus in ['confirmed']:
- tx.state = 'done'
- tx.sale_order_id.state = 'sale'
- if not tx.btcpay_buyerMailNotification and acquirer.buyerNotification:
- tx.sale_order_id.force_quotation_send()
- tx.btcpay_buyerMailNotification = "Send"
- tx.sale_order_id.order_line._action_procurement_create()
- elif invoiceStatus in ['paid']:
- tx.state = 'pending'
- tx.btcpay_invoiceId = invoiceId
- tx.btcpay_txid = request.jsonrequest['data']['url']
-
- except Exception as e:
- _logger.error(e)
- return ''
-
-
- @http.route(['/btcpay/checkout'], type='http', auth='none', csrf=None, website=True)
- def checkout(self, **post):
- cr, uid, context, env = request.cr, SUPERUSER_ID, request.context, request.env
- acquirer = env['payment.acquirer'].search([('provider', '=', 'btcpay')])
- currency = env['res.currency'].browse(eval(post.get('currency_id'))).name
- base_url = request.env['ir.config_parameter'].get_param('web.base.url')
- return_url = base_url + self._notify_url
-
- client = BTCPayClient(host=acquirer.location, pem=acquirer.privateKey, tokens=acquirer.token)
-
- acquirer.invoice = client.create_invoice(
- {"price": post.get('amount'),
- "currency": currency,
- "orderId": post.get('reference'),
- "token": acquirer.token,
- "redirectURL": acquirer.confirmationURL,
- "notificationURL": return_url,
- "extendedNotifications": True,
- "buyer": { "email": post.get('email'),
- "name": post.get('name'),
- "address1": post.get('street'),
- "locality": post.get('city'),
- "postalCode": post.get('zip'),
- "country": post.get('country'),
- "notify": False}})
- invoiceId = dict(acquirer.invoice)['id']
- self.invoice = client.get_invoice(invoiceId)
- return werkzeug.utils.redirect(self.invoice['url'])
-
diff --git a/payment_btcpay/controllers/__init__.py b/payment_btcpay/controllers/__init__.py
new file mode 100644
index 0000000..deec4a8
--- /dev/null
+++ b/payment_btcpay/controllers/__init__.py
@@ -0,0 +1 @@
+from . import main
\ No newline at end of file
diff --git a/payment_btcpay/controllers/main.py b/payment_btcpay/controllers/main.py
new file mode 100644
index 0000000..b31000a
--- /dev/null
+++ b/payment_btcpay/controllers/main.py
@@ -0,0 +1,100 @@
+# ******************************************************************************
+# PAYMENT BTCPAY FOR ODOO
+#
+# Copyright (C) 2020 Susanna Fort
+#
+# ******************************************************************************
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or 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 General Public License for more details.
+#
+# For a full copy of the GNU General Public License see the LICENSE.txt file.
+#
+# ******************************************************************************
+
+import logging
+import pprint
+
+import requests
+import werkzeug
+from werkzeug import urls
+from werkzeug.exceptions import Forbidden
+
+from odoo import _, http, SUPERUSER_ID
+from odoo.exceptions import ValidationError
+from odoo.http import request
+from odoo.tools import html_escape
+
+import json
+from btcpay import BTCPayClient
+
+
+_logger = logging.getLogger(__name__)
+
+
+class BTCPayController(http.Controller):
+ _checkout_url = '/btcpay/checkout'
+ _notify_url = 'payment/btcpay/ipn'
+
+ @http.route(_checkout_url, type='http', auth='public', csrf=False, webiste=True)
+ def checkout(self, **data):
+
+ _logger.info("CHECKOUT: notification received from BTCPay with data:\n%s", pprint.pformat(data))
+ tx_sudo = request.env['payment.transaction'].sudo()._get_tx_from_notification_data('btcpay', data)
+ provider = tx_sudo.provider_id
+ notificationURL = str(data.get('notify_url')).replace("http://", "https://")
+ client = BTCPayClient(host=provider.btcpay_location, pem=provider.btcpay_privateKey, tokens={provider.btcpay_facade: provider.btcpay_token})
+ invoice = client.create_invoice(
+ {"price": data.get('amount'),
+ "currency": data.get('currency_id'),
+ "orderId": data.get('reference'),
+ "token": provider.btcpay_token,
+ "redirectURL": provider.btcpay_confirmationURL,
+ "notificationURL": notificationURL,
+ "extendedNotifications": True,
+ "buyer": {"email": data.get('email'),
+ "name": data.get('name'),
+ "address1": data.get('street'),
+ "locality": data.get('city'),
+ "postalCode": data.get('zip'),
+ "country": data.get('country'),
+ "notify": False}})
+ _logger.info('Invoice %s \n NOTIFY URL: %s', invoice, notificationURL)
+ return werkzeug.utils.redirect(invoice['url'])
+
+ @http.route('/payment/btcpay/ipn', type='json', auth='public', csrf=False)
+ def btcpay_ipn(self, **post):
+
+ """ BTCPay IPN. """
+ _logger.info('BTCPAY IPN RECEIVED... ')
+ data = json.loads(request.httprequest.data)
+ _logger.info("%s", pprint.pformat(data))
+ try:
+ notification_data = {"reference": data['data']['orderId'],
+ "invoiceID": data['data']['id']}
+ # Check the origin and integrity of the notification
+ tx_sudo = request.env['payment.transaction'].sudo()._get_tx_from_notification_data('btcpay', notification_data)
+ provider = tx_sudo.provider_id
+ client = BTCPayClient(host=provider.btcpay_location, pem=provider.btcpay_privateKey,
+ tokens={provider.btcpay_facade: provider.btcpay_token})
+
+ fetched_invoice = client.get_invoice(notification_data['invoiceID'])
+ _logger.info('fetched_invoice = %s',pprint.pformat(fetched_invoice))
+
+ notification_data = {"reference": fetched_invoice['orderId'],
+ "status": fetched_invoice['status'],
+ "invoiceID": fetched_invoice['id'],
+ "txid": fetched_invoice['url']}
+
+ # Handle the notification data
+ tx_sudo._handle_notification_data('btcpay', notification_data)
+ except ValidationError: # Acknowledge the notification to avoid getting spammed
+ _logger.exception("unable to handle the notification data; skipping to acknowledge")
+ return ''
diff --git a/payment_btcpay/data/payment_acquirer_data.xml b/payment_btcpay/data/payment_acquirer_data.xml
deleted file mode 100644
index 6c09e76..0000000
--- a/payment_btcpay/data/payment_acquirer_data.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
- BTCPay
-
- BTCPay
-
-
- test
-
You will be redirected to BTCPay website after clicking on the payment button.
]]>
-
-
-
diff --git a/payment_btcpay/data/payment_provider_data.xml b/payment_btcpay/data/payment_provider_data.xml
new file mode 100644
index 0000000..eaccc4f
--- /dev/null
+++ b/payment_btcpay/data/payment_provider_data.xml
@@ -0,0 +1,11 @@
+
+
+
+ BTCPay
+ btcpay
+
+
+
+
+
+
\ No newline at end of file
diff --git a/payment_btcpay/models/__init__.py b/payment_btcpay/models/__init__.py
index bd48add..e6f8466 100644
--- a/payment_btcpay/models/__init__.py
+++ b/payment_btcpay/models/__init__.py
@@ -1 +1 @@
-import btcpay
\ No newline at end of file
+from . import payment_provider, payment_transaction
\ No newline at end of file
diff --git a/payment_btcpay/models/btcpay.py b/payment_btcpay/models/btcpay.py
deleted file mode 100644
index 91e869b..0000000
--- a/payment_btcpay/models/btcpay.py
+++ /dev/null
@@ -1,82 +0,0 @@
-#******************************************************************************
-# PAYMENT BTCPAY FOR ODOO
-#
-# Copyright (C) 2020 Susanna Fort
-#
-#******************************************************************************
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2 of
-# the License, or 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 General Public License for more details.
-#
-# For a full copy of the GNU General Public License see the LICENSE.txt file.
-#
-#******************************************************************************
-
-from openerp import api, fields, models, _
-from openerp.osv import osv
-from ..controller import crypto as bku
-from ..controller.client import BTCPayClient
-
-import logging
-import pprint
-
-from openerp import http, SUPERUSER_ID
-
-_logger = logging.getLogger(__name__)
-
-class AcquirerBtcPay(models.Model):
- _inherit = 'payment.acquirer'
-
- def _get_providers(self, cr, uid, context=None):
- providers = super(AcquirerBtcPay, self)._get_providers(cr, uid, context=context)
- providers.append(['btcpay', 'btcpay'])
- return providers
-
- token = fields.Char('Token', help='Access Token to BTCPay')
- privateKey = fields.Text('Private Key', help='Private Key for BTCPay Client')
- facade = fields.Char('Facade', help='Token facade type: merchant/pos/payroll') #merchant
- pairingCode = fields.Char('Pairing Code', help='Create a paring Code in your BTCPay server and put here')
- location = fields.Char('Location', size=64)
- confirmationURL = fields.Char('Confirmation URL', help='Confirmation URL to return after Btcpay payment')
- buyerNotification = fields.Boolean('Odoo confirmation mail to buyer', help='If it is checked, Odoo will send the confirmation mail defined')
-
- _defaults = {
- 'facade': 'merchant',
- 'location':'https://testnet.demo.btcpayserver.org', #Testnet BTCPay
- 'confirmationURL':'http://odoo-dev.zynthian.org/shop/confirmation',
- 'buyerNotification': 'True',
- }
-
-
- def create(self, cr, uid, values, context=None):
- if values.get('provider') == 'btcpay' and not values.get('privateKey'):
- values['privateKey'] = bku.generate_privkey()
- return super(AcquirerBtcPay, self).create(cr, uid, values, context=context)
-
- @api.onchange('pairingCode')
- def _onchange_pairingCode(self):
- if not self.token and self.provider == 'btcpay':
- client = BTCPayClient(host=self.location, pem=self.privateKey)
- token = client.pair_client(self.pairingCode)
- self.token = token.get(self.facade)
-
- @api.onchange('token')
- def _onchange_token(self):
- if self.provider == 'btcpay':
- self.pairingCode = ''
-
-
-class BtcPayTransaction(models.Model):
- _inherit = "payment.transaction"
- btcpay_invoiceId = fields.Char("Invoice Id")
- btcpay_txid = fields.Char("Transaction Id")
- btcpay_status = fields.Char("Transaction Status")
- btcpay_buyerMailNotification = fields.Char("Buyer Mail Notification")
- acquirer_name = fields.Selection(related='acquirer_id.provider')
\ No newline at end of file
diff --git a/payment_btcpay/models/payment_provider.py b/payment_btcpay/models/payment_provider.py
new file mode 100644
index 0000000..a9fff97
--- /dev/null
+++ b/payment_btcpay/models/payment_provider.py
@@ -0,0 +1,54 @@
+import logging
+
+from odoo import _, api, fields, models
+from btcpay import BTCPayClient
+from btcpay import crypto
+
+_logger = logging.getLogger(__name__)
+
+
+class PaymentProvider(models.Model):
+ _inherit = 'payment.provider'
+
+ code = fields.Selection(
+ selection_add=[('btcpay', "BTCPay")], ondelete={'btcpay': 'set default'})
+
+ btcpay_location = fields.Char(string='Location', size=64, default='https://btcpay.evolus.net')
+ btcpay_confirmationURL = fields.Char(string='Confirmation URL', help='Confirmation URL to return after Btcpay payment', default='http://odoo-dev.zynthian.org/shop/confirmation')
+ btcpay_buyerNotification = fields.Boolean(string='Odoo confirmation mail to buyer', help='If it is checked, Odoo will send the confirmation mail defined', default=True)
+
+ btcpay_token = fields.Char(string='Token', help='Access Token to BTCPay')
+ btcpay_privateKey = fields.Text(string='Private Key', help='Private Key for BTCPay Client')
+ btcpay_facade = fields.Char(string='Facade', help='Token facade type: merchant/pos/payroll', default='merchant') #merchant
+ btcpay_pairingCode = fields.Char(string='Pairing Code', help='Create paring Code in your BTCPay server and put here')
+
+ def create(self, values_list):
+
+ if values_list[0]['code'] == 'btcpay':
+ values_list[0]['btcpay_privateKey'] = crypto.generate_privkey()
+
+ return super(PaymentProvider, self).create(values_list)
+
+ @api.onchange('btcpay_pairingCode')
+ def _onchange_pairingCode(self):
+ if not self.btcpay_token and self.code == 'btcpay' and not self.btcpay_pairingCode == '':
+ #_logger.info("ONCHANGE PAIRING CODE***SELF: %s %s %s", self.btcpay_location, self.btcpay_privateKey, self.btcpay_pairingCode)
+ self.btcpay_privateKey = crypto.generate_privkey()
+ client = BTCPayClient(host=self.btcpay_location, pem=self.btcpay_privateKey)
+ token = client.pair_client(self.btcpay_pairingCode)
+ self.btcpay_token = token.get(self.btcpay_facade)
+
+ @api.onchange('btcpay_token')
+ def _onchange_token(self):
+ if self.code == 'btcpay':
+ self.btcpay_pairingCode = ''
+ #_logger.info("ONCHANGE TOKEN")
+
+
+ @api.onchange('btcpay_location')
+ def _onchange_location(self):
+ if self.code == 'btcpay':
+ self.btcpay_token = ''
+ #_logger.info("ONCHANGE LOCATION ***SELF: %s %s %s", self.btcpay_location, self.btcpay_privateKey, self.btcpay_pairingCode)
+ self.btcpay_privateKey = ''
+ self.btcpay_pairingCode = ''
\ No newline at end of file
diff --git a/payment_btcpay/models/payment_transaction.py b/payment_btcpay/models/payment_transaction.py
new file mode 100644
index 0000000..71ce4d6
--- /dev/null
+++ b/payment_btcpay/models/payment_transaction.py
@@ -0,0 +1,134 @@
+import logging
+import pprint
+from werkzeug import urls
+
+from odoo import _, api, fields, models
+from odoo.exceptions import ValidationError
+
+from odoo.addons.payment import utils as payment_utils
+from ..controllers.main import BTCPayController
+
+_logger = logging.getLogger(__name__)
+
+
+class PaymentTransaction(models.Model):
+ _inherit = 'payment.transaction'
+
+ btcpay_invoiceId = fields.Char("Invoice Id")
+ btcpay_txid = fields.Char("Transaction Id")
+ btcpay_status = fields.Char("Transaction Status")
+ api_url = '/btcpay/checkout'
+
+ def _get_specific_rendering_values(self, processing_values):
+ """ Override of payment to return Paypal-specific rendering values.
+
+ Note: self.ensure_one() from `_get_processing_values`
+
+ :param dict processing_values: The generic and specific processing values of the transaction
+ :return: The dict of provider-specific processing values
+ :rtype: dict
+ """
+
+ res = super()._get_specific_rendering_values(processing_values)
+
+ if self.provider_code != 'btcpay':
+ return res
+
+ base_url = self.provider_id.get_base_url()
+ _logger.info('Hola! API URL: %s', base_url)
+ partner_first_name, partner_last_name = payment_utils.split_partner_name(self.partner_name)
+
+ return {
+ 'address1': self.partner_address,
+ 'amount': self.amount,
+ 'city': self.partner_city,
+ 'country': self.partner_country_id.code,
+ 'currency_code': self.currency_id.name,
+ 'email': self.partner_email,
+ 'first_name': partner_first_name,
+ 'item_name': f"{self.company_id.name}: {self.reference}",
+ 'item_number': self.reference,
+ 'last_name': partner_last_name,
+ 'lc': self.partner_lang,
+ 'state': self.partner_state_id.name,
+ 'zip_code': self.partner_zip,
+ 'api_url': BTCPayController._checkout_url,
+ 'notify_url': base_url + BTCPayController._notify_url,
+ }
+
+ def _get_tx_from_notification_data(self, provider_code, notification_data):
+ """ Override of payment to find the transaction based on BTCPay data.
+
+ :param str provider_code: The code of the provider that handled the transaction
+ :param dict notification_data: The notification data sent by the provider
+ :return: The transaction if found
+ :rtype: recordset of `payment.transaction`
+ :raise: ValidationError if the data match no transaction
+ """
+ tx = super()._get_tx_from_notification_data(provider_code, notification_data)
+ _logger.info('GET TX FROM NOTIFICATION Notification_data %s', pprint.pformat(notification_data))
+ if provider_code != 'btcpay' or len(tx) == 1:
+ return tx
+
+ reference = notification_data.get('reference')
+ tx = self.search([('reference', '=', reference), ('provider_code', '=', 'btcpay')])
+ if not tx:
+ raise ValidationError(
+ "BTCPay: " + _("No transaction found matching reference %s.", reference)
+ )
+ return tx
+
+ def _handle_notification_data(self, provider_code, notification_data):
+ """ Match the transaction with the notification data, update its state and return it.
+
+ :param str provider_code: The code of the provider handling the transaction.
+ :param dict notification_data: The notification data sent by the provider.
+ :return: The transaction.
+ :rtype: recordset of `payment.transaction`
+ """
+ tx = self._get_tx_from_notification_data(provider_code, notification_data)
+ tx._process_notification_data(notification_data)
+ tx._execute_callback()
+ return tx
+
+ def _process_notification_data(self, notification_data):
+ """ Override of payment to process the transaction based on BTCPay data.
+
+ Note: self.ensure_one()
+
+ :param dict notification_data: The notification data sent by the provider
+ :return: None
+ :raise: ValidationError if inconsistent data were received
+ """
+ super()._process_notification_data(notification_data)
+ if self.provider_code != 'btcpay':
+ return
+
+ #_logger.info("_process_notification_data %s", pprint.pformat(notification_data))
+ txn_id = notification_data.get('reference')
+ if not all(txn_id):
+ raise ValidationError(
+ "BTCPay: " + _("Missing value for txn_id (%(txn_id)s)).", txn_id=txn_id))
+
+ self.provider_reference = txn_id
+ self.btcpay_txid = notification_data.get('txid')
+ self.btcpay_status = notification_data.get('status')
+
+ if self.btcpay_status in ['paid']:
+ self._set_pending(state_message=notification_data.get('pending_reason'))
+ elif self.btcpay_status in ['confirmed']:
+ self._set_done()
+ confirmed_orders = self._check_amount_and_confirm_order()
+ confirmed_orders._send_order_confirmation_mail()
+ elif self.btcpay_status in ['new']:
+ self.btcpay_invoiceId = notification_data.get('invoiceID')
+ elif self.btcpay_status in ['cancel']:
+ self._set_canceled()
+ elif self.btcpay_status in ['invalid']:
+ _logger.info(
+ "received data with invalid payment status (%s) for transaction with reference %s",
+ self.btcpay_status, self.reference
+ )
+ self._set_error(
+ "BTCPay: " + _("Received data with invalid payment status: %s", self.btcpay_status)
+ )
\ No newline at end of file
diff --git a/payment_btcpay/static/description/BTCPayLooksLike.png b/payment_btcpay/static/description/BTCPayLooksLike.png
index b9911606b334a85009cb53562c619479ca727ca6..31aca46af8cbf4503fb230ee973e7b26ea57ca56 100644
GIT binary patch
literal 25581
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
Js!^~G{~w2#0DS-e
literal 37999
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