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 IDNameModelTypeStatus
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)HandlerAuthTypeMethodsFlags
/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_format Boolean
    help='If checked, the partner requires paper format for ECPay e-invoices.' string='Require Paper Format'
Public methods (0)

No public methods.

New fields (5)
  • l10n_tw_edi_carrier_number Char
    string='Carrier Number'
  • l10n_tw_edi_carrier_number_2 Char
    string='Carrier Number 2'
  • l10n_tw_edi_carrier_type Selection
    selection=[('1', 'Member Account'), ('2', 'Citizen Digital Certificate'), ('3', 'Mobile Barcode'), ('4', 'EasyCard'), ('5', 'iPass')] string='Carrier Type'
  • l10n_tw_edi_is_print Boolean
    string='Print'
  • l10n_tw_edi_love_code Char
    string='Love Code'
Public methods (0)

No public methods.

Loading…