$ 11.41
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• Invoicing (account) |
| Lines of code | 71 |
| Technical Name |
deltatech_payment |
| License | OPL-1 |
| Website | https://www.terrabit.ro |
| Versions | 18.0 19.0 |
Deltatech Payment
Deltatech Paymentr
This module extends Odoo’s payment layer with two independent behaviours used in Terrabit deployments: confirming a sales order on a partial payment, and controlling which payment providers are offered on payment links.
Features:
- ✓Confirm a sales order as soon as a (partial) payment is received, without waiting for the full amount.
- ✓Optionally keep payment transactions out of the “done” state while still confirming the related order, driven by a system parameter.
- ✓A per-provider switch that decides whether a payment provider is offered when the customer pays through a payment link, while leaving the regular e-commerce checkout and express-checkout flows untouched.
Sales order confirmation on partial payment:
When a payment transaction is set to done, the related quotations in state “draft” or “sent” are confirmed (with the confirmation email sent), as long as the paid amount is greater than zero.
The behaviour is refined by the system parameter
payment.do_not_set_transaction_done:
- When it evaluates to a false value (the default), the standard Odoo behaviour applies: the transaction moves to “done” and the order is confirmed.
- When it evaluates to a true value, the transaction is not moved to “done”, but the related sales order is still confirmed on a positive payment. This is useful when the actual settlement of the transaction is handled by a separate process while the order must already be confirmed.
Restricting payment providers on payment links:
Each payment provider gains an “Allowed on Payment Links” option (found in the provider’s Availability section). It defaults to enabled, so existing providers keep working until configured otherwise.
When a payment link is generated for a sales order, that order is flagged as restricted. From then on, paying that order online only offers the providers whose “Allowed on Payment Links” option is enabled; providers with the option disabled are hidden.
The restriction is enforced from trusted server-side state on the sales order, read through the access-token-validated order identity — not from a URL parameter — so a buyer cannot lift it by editing the payment link. Website e-commerce checkout is unaffected, because its cart orders are never flagged.
Configuration:
- Sales order confirmation: set the
payment.do_not_set_transaction_donesystem parameter (Settings > Technical > System Parameters) to a truthy value to keep transactions out of “done” while still confirming the order; leave it absent or false for the standard behaviour. - Payment links: open Accounting/Website > Configuration > Payment Providers, edit a provider and toggle “Allowed on Payment Links” in the Availability section.
Usage:
Generate a payment link for a sales order as usual. The order is flagged automatically, and from then on only the providers with “Allowed on Payment Links” enabled are offered when that order is paid online.
Scope and limitations:
- ✓The restriction is keyed on the sales order, so it applies wherever that order is paid online (the payment link and the customer portal “Pay Now”). Website e-commerce checkout uses separate cart orders and is not affected.
- ✓Invoice payment links rely on the portal page flow and are not covered by this option.
- ✓A payment method disappears only when all of its compatible providers are filtered out; a method backed by several providers stays available until every backing provider is disabled.
Bug Tracker
Bugs are tracked on Terrabit Issues. In case of trouble, please check there if your issue has already been reported.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- Terrabit
- Dorin Hongu
Maintainers
Current maintainer:

This module is part of the terrabit-solutions/bitshop project on GitHub.
You are welcome to contribute.
Need help getting started?
We are an Odoo partner building apps for the Romanian market (SAGA & WinMentor export; Romanian accounting localization in progress). Direct support from the team that built the module.
Contact Terrabit →| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• Invoicing (account) |
| Lines of code | 71 |
| Technical Name |
deltatech_payment |
| License | OPL-1 |
| Website | https://www.terrabit.ro |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module