Jordan E-Invoicing Extended Features

l10n_jo_edi_extended
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/18.0/l10n_jo_edi_extended
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting/Localizations/EDI
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Dylan Kiss (dyki), Khumam Alzagim, Hesham Saleh
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:25:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - l10n_jo_edi
    - account_edi_ubl_cii
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - l10n_jo
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module improves the Jordan E-invoicing (JoFotara) by the following:
       1. Adds support for different invoice types and payment methods.
       2. Introduces demo mode.
    

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form res.config.settings xpath Inherits l10n_jo_edi.res_config_settings_view_form
view_account_invoice_filter account.invoice.select account.move xpath Inherits l10n_jo_edi.view_account_invoice_filter
view_move_form account.move.form.inherit account.move xpath Inherits l10n_jo_edi.view_move_form
view_out_credit_note_tree account.move.tree account.move field Inherits l10n_jo_edi.view_out_credit_note_tree
view_out_invoice_tree account.move.tree account.move field Inherits l10n_jo_edi.view_out_invoice_tree
Models touched (4)

New fields (2)
  • l10n_jo_edi_invoice_type Selection
    compute='_compute_l10n_jo_edi_invoice_type' help='Invoice Types as per the Income and Sales Tax Department for JoFotara' precompute=True readonly=False selection=[('local', 'Local'), ('export', 'Export'), ('development', 'Development Area'), ('transit', 'Transit'), ('foreign', 'Foreign Trade'), ('freezone', 'Free Zone Transfer')] store=True string='Invoice Type' tracking=True
  • l10n_jo_edi_state Selection
    selection_add=[('demo', 'Sent (Demo)')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • l10n_jo_edi_demo_mode Boolean
    string='JoFotara Demo Mode'
Public methods (0)

No public methods.

New fields (1)
  • l10n_jo_edi_demo_mode Boolean
    readonly=False related='company_id.l10n_jo_edi_demo_mode' string='JoFotara Demo Mode'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/17.0/l10n_jo_edi_extended
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting/Localizations/EDI
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Dylan Kiss (dyki), Khumam Alzagim, Hesham Saleh
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:02:08
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - l10n_jo_edi
    - account_edi_ubl_cii
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - l10n_jo
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module improves the Jordan E-invoicing (JoFotara) by the following:
       1. Adds support for different invoice types and payment methods.
       2. Introduces demo mode.
    

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
account_move_send_form account.move.send.form account.move.send div Inherits l10n_jo_edi.account_move_send_form
res_config_settings_view_form res.config.settings.view.form res.config.settings xpath Inherits l10n_jo_edi.res_config_settings_view_form
view_account_invoice_filter account.invoice.select account.move xpath Inherits l10n_jo_edi.view_account_invoice_filter
view_move_form account.move.form.inherit account.move xpath Inherits l10n_jo_edi.view_move_form
view_out_credit_note_tree account.move.tree account.move field Inherits l10n_jo_edi.view_out_credit_note_tree
view_out_invoice_tree account.move.tree account.move field Inherits l10n_jo_edi.view_out_invoice_tree
Models touched (4)

New fields (3)
  • l10n_jo_edi_invoice_type Selection
    compute='_compute_l10n_jo_edi_invoice_type' help='Invoice Types as per the Income and Sales Tax Department for JoFotara' precompute=True readonly=False selection=[('local', 'Local'), ('export', 'Export'), ('development', 'Development Area'), ('transit', 'Transit'), ('foreign', 'Foreign Trade'), ('freezone', 'Free Zone Transfer')] store=True string='Invoice Type' tracking=True
  • l10n_jo_edi_payment_method Selection
    default='receivable' help='Payment Methods as per the Income and Sales Tax Department for JoFotara' selection=[('cash', 'Cash'), ('receivable', 'Receivable')] string='JoFotara Payment Method' tracking=True
  • l10n_jo_edi_state Selection
    selection_add=[('demo', 'Sent (Demo)')]
Public methods (0)

No public methods.

New fields (1)
  • l10n_jo_edi_demo_mode Boolean
    related='company_id.l10n_jo_edi_demo_mode'
Public methods (0)

No public methods.

New fields (1)
  • l10n_jo_edi_demo_mode Boolean
    string='JoFotara Demo Mode'
Public methods (0)

No public methods.

New fields (1)
  • l10n_jo_edi_demo_mode Boolean
    readonly=False related='company_id.l10n_jo_edi_demo_mode' string='JoFotara Demo Mode'
Public methods (0)

No public methods.