Repository
odoo/odoo · module folder
Module version
1.0
Category
Accounting/Localizations/EDI
Folder size
0.02 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-07 06:23:36
Authors
Maintainers
None
Committers
Odoo Translation Bot, Dylan Kiss (dyki), Khumam Alzagim, Hesham Saleh
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
l10n_jo_edi_pos
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 form Inherits l10n_jo_edi.res_config_settings_view_form
view_account_invoice_filter account.invoice.select account.move Inherits l10n_jo_edi.view_account_invoice_filter
view_move_form account.move.form.inherit account.move form Inherits l10n_jo_edi.view_move_form
view_out_credit_note_tree account.move.tree account.move tree Inherits l10n_jo_edi.view_out_credit_note_tree
view_out_invoice_tree account.move.tree account.move tree Inherits l10n_jo_edi.view_out_invoice_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…