TIP: You can type at any time to perform a new search.
Taiwan - E-invoicing Pos
l10n_tw_edi_ecpay_pos · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 0.1.0
- Category
- Point of sale/Localizations/EDI
- Folder size
- 0.06 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- https://www.odoo.com
- Last tracking update
- 2026-07-15 05:57:12
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- tau-odoo
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This bridge module allows the user to input Ecpay information in pos for sending their invoices to the Ecpay system
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_pos_order_form_inherit_ecpay |
pos_order_ecpay_view_form | pos.order | form | Inherits point_of_sale.view_pos_pos_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (1)
-
is_ecpay_enabledBooleancompute='_compute_is_ecpay_enabled'string='Is Ecpay Enabled'
-
get_limited_partners_loading(self, offset=0)
New fields (6)
-
l10n_tw_edi_carrier_numberCharstring='Carrier Number' -
l10n_tw_edi_carrier_number_2Charstring='Carrier Number 2' -
l10n_tw_edi_carrier_typeSelectionselection=[('1', 'ECpay e-invoice carrier'), ('2', 'Citizen Digital Certificate'), ('3', 'Mobile Barcode'), ('4', 'EasyCard'), ('5', 'iPass')]string='Carrier Type' -
l10n_tw_edi_is_b2bBooleancompute='_compute_l10n_tw_edi_is_b2b'string='Is B2B' -
l10n_tw_edi_is_printBooleanstring='Print' -
l10n_tw_edi_love_codeCharstring='Love Code'
-
l10n_tw_edi_get_uniform_invoice(self)
New fields (0)
No new fields.
Public methods (2)-
l10n_tw_edi_check_love_code(self, text) -
l10n_tw_edi_check_mobile_barcode(self, text)