Repository
OCA/edi · module folder · Try on Runboat
Module version
1.17.1
Category
Hidden
Folder size
0.41 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/edi
Last tracking update
2026-08-07 08:09:21
Authors
Camptocamp, Odoo Community Association (OCA), BCIM
Maintainers
Camptocamp, Odoo Community Association (OCA), BCIM
Committers
Jacques-Etienne Baudoux, Ricardoalso, Weblate, OCA-git-bot, oca-ci, Telmo Santos, cyrilmanuel, duongtq, thien, Tran Anh Tuan
Odoo dependencies
Python dependencies
dotty-dict, pytz, xmltodict
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
wamas_ubl_wiz_check_form wamas.ubl.wiz.check.form wamas.ubl.wiz.check form New
wamas_ubl_wiz_simulate_form wamas.ubl.wiz.simulate.form wamas.ubl.wiz.simulate form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (10)
  • dict2ubl(self, msg_type, data, extra_data=False)
    @api.model
  • dict2wamas(self, dict_input, msg_type)
    @api.model
  • get_supported_telegram(self)
    @api.model
  • get_supported_telegram_w2w(self)
    @api.model
  • get_wamas_type(self, str_file)
    @api.model
  • record_data_to_wamas(self, data, msg_type)
    @api.model
    Convert Odoo record data to WAMAS format :return: data as WAMAS format :rtype: bytes
  • ubl2wamas(self, str_file, msg_type)
    @api.model
  • wamas2dict(self, wamas_msg)
    @api.model
  • wamas2ubl(self, wamas_msg, extra_data=False)
    @api.model
  • wamas2wamas(self, str_file, processed_qty=None)
    @api.model

New fields (4)
  • output Text
  • supported_telegram Text
    default=<expr>
  • wamas_file Binary
    required=True args: 'WAMAS File'
  • wamas_filename Char
    args: 'WAMAS Filename'
Public methods (1)
  • btn_check(self)

New fields (6)
  • output Text
  • output_wamas_file Binary
    args: 'Output WAMAS File'
  • output_wamas_filename Char
    args: 'Output WAMAS Filename'
  • supported_telegram Text
    default=<expr>
  • wamas_file Binary
    required=True args: 'WAMAS File'
  • wamas_filename Char
    args: 'WAMAS Filename'
Public methods (1)
  • btn_simulate(self)