Repository
OCA/edi · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/edi
Last tracking update
2026-08-07 09:06:21
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Ricardoalso, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
ebill_postfinance
Description
The goal of this module is to be a common ground for ebilling addons. It
adds an ebill.payment.contract attached to a partner. Alone this module
has no purpose. It needs to be installed with a module that implements a
specific ebilling system. This depending module has to implement his own
'transmit.method'.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
ebill_payment_contract_form_view ebill.payment.contract.form ebill.payment.contract form New
ebill_payment_contract_search_view ebill.payment.contract.search ebill.payment.contract search New
ebill_payment_contract_tree_view ebill.payment.contract.list ebill.payment.contract list New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (7)
  • date_end Date
    string='End date'
  • date_start Date
    default=fields.Date.today required=True string='Start date'
  • is_valid Boolean
    compute='_compute_is_valid' search='_search_is_valid'
  • name Char
    related='partner_id.name'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' required=True string='Customer'
  • state Selection
    default='draft' required=True selection=[('draft', 'Draft'), ('open', 'Open'), ('cancel', 'Cancel')]
  • transmit_method_id Many2one → transmit.method
    comodel_name='transmit.method' ondelete='restrict' string='Service Name'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • get_active_contract(self, transmit_method, domain=None)
    Return the active contract for a specific transmit method.

Loading…

Loading…

Loading…

Loading…

Loading…