TIP: You can type at any time to perform a new search.
Base WAMAS UBL
base_wamas_ubl · OCA/edi
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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.modelConvert 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)
-
outputText -
supported_telegramTextdefault=<expr> -
wamas_fileBinaryrequired=True args: 'WAMAS File' -
wamas_filenameCharargs: 'WAMAS Filename'
-
btn_check(self)
New fields (6)
-
outputText -
output_wamas_fileBinaryargs: 'Output WAMAS File' -
output_wamas_filenameCharargs: 'Output WAMAS Filename' -
supported_telegramTextdefault=<expr> -
wamas_fileBinaryrequired=True args: 'WAMAS File' -
wamas_filenameCharargs: 'WAMAS Filename'
-
btn_simulate(self)