TIP: You can type at any time to perform a new search.
Taiwan - E-invoicing Ecommerce
l10n_tw_edi_ecpay_website_sale · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 0.1.0
- Category
- Website Sale/Localizations/EDI
- Folder size
- 0.07 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- https://www.odoo.com
- Last tracking update
- 2026-08-07 06:47:01
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Odoo Translation Bot, Arnav Varshney, tau-odoo
- Odoo dependencies
- Python dependencies
- geoip2
- System dependencies
- None
- Required by
- None
- Description
This bridge module allows the user to input Ecpay information in ecommerce for sending their invoices to the Ecpay system
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
address |
address | ir.ui.view | qweb | Inherits website_sale.address_form_fields |
l10n_tw_edi_invoicing_info |
l10n_tw_edi_invoicing_info | ir.ui.view | qweb | New |
view_order_form |
ecpay_sale_order_form_inherit | sale.order | form | Inherits sale.view_order_form |
HTTP endpoints (5)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/payment/ecpay/check_love_code/<int:sale_order_id> |
WebsiteSaleL10nTW.check_love_code |
public | jsonrpc | ALL | |
/payment/ecpay/check_mobile_barcode/<int:sale_order_id> |
WebsiteSaleL10nTW.check_mobile_barcode |
public | jsonrpc | ALL | |
/shop/l10n_tw_invoicing_info |
WebsiteSaleL10nTW.l10n_tw_invoicing_info_get |
public | http | GET | website |
/shop/l10n_tw_invoicing_info/submit |
WebsiteSaleL10nTW.l10n_tw_invoicing_info_post |
public | http | POST | website |
| (inherited route override) | WebsiteSaleL10nTW.shop_checkout |
inherited | http | ALL |
Models touched (2)
New fields (1)
-
l10n_tw_edi_require_paper_formatBooleanhelp='If checked, the partner requires paper format for ECPay e-invoices.'string='Require Paper Format'
No public methods.
New fields (5)
-
l10n_tw_edi_carrier_numberCharstring='Carrier Number' -
l10n_tw_edi_carrier_number_2Charstring='Carrier Number 2' -
l10n_tw_edi_carrier_typeSelectionselection=[('1', 'Member Account'), ('2', 'Citizen Digital Certificate'), ('3', 'Mobile Barcode'), ('4', 'EasyCard'), ('5', 'iPass')]string='Carrier Type' -
l10n_tw_edi_is_printBooleanstring='Print' -
l10n_tw_edi_love_codeCharstring='Love Code'
No public methods.
Loading…