Repository
odoo/odoo · module folder
Module version
1.0.0
Category
Accounting/Localizations
Folder size
0.01 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 05:29:14
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Josse Colpaert, niyasraphy, baa, Mehdi Bendali Hacine, akr, khfa
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
l10n_sa_edi, l10n_sa_pos
Description
    Invoices for the Kingdom of Saudi Arabia

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
arabic_english_invoice arabic_english_invoice ir.ui.view qweb Inherits l10n_gcc_invoice.arabic_english_invoice
view_move_form account.move.deliver_date account.move form Inherits account.view_move_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (4)
  • l10n_sa_confirmation_datetime Datetime
    copy=False readonly=True string='Confirmation Date'
  • l10n_sa_delivery_date Date
    copy=False default=fields.Date.context_today help='In case of multiple deliveries, you should take the date of the latest one. ' readonly=True states={'draft': [('readonly', False)]} string='Delivery Date'
  • l10n_sa_qr_code_str Char
    compute='_compute_qr_code_str' string='Zatka QR Code'
  • l10n_sa_show_delivery_date Boolean
    compute='_compute_show_delivery_date'
Public methods (0)

No public methods.

Loading…