Repository
odoo/odoo · module folder
Module version
1.0
Category
Accounting/Localizations/EDI
Folder size
0.16 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-07 06:46:57
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Odoo Translation Bot, Julien Castiaux, Dylan Kiss (dyki), Antoine Boonen, Claire (clbr), Corentin Heinix (cohe), nape-odoo, AllePilli
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
E-Transport implementation for Batch Pickings in Romania
    

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
l10n_ro_edi_stock_report_picking_batch l10n_ro_edi_stock_report_picking_batch ir.ui.view qweb Inherits stock_picking_batch.report_picking_batch
l10n_ro_edi_stock_stock_picking_batch_filter stock.picking.batch Inherits stock_picking_batch.stock_picking_batch_filter
l10n_ro_edi_stock_stock_picking_batch_view_tree stock.picking.batch tree Inherits stock_picking_batch.stock_picking_batch_tree
l10n_ro_edi_stock_view_batch_form stock.picking.batch.form.inherit.l10n_ro_edi_stock stock.picking.batch form Inherits stock_picking_batch.stock_picking_batch_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • batch_id Many2one → stock.picking.batch
    comodel_name='stock.picking.batch'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (23)
  • l10n_ro_edi_stock_available_end_loc_types Char
    compute='_compute_l10n_ro_edi_stock_available_location_types'
  • l10n_ro_edi_stock_available_operation_scopes Char
    compute='_compute_l10n_ro_edi_stock_available_operation_scopes'
  • l10n_ro_edi_stock_available_start_loc_types Char
    compute='_compute_l10n_ro_edi_stock_available_location_types'
  • l10n_ro_edi_stock_document_ids One2many → l10n_ro_edi.document
    comodel_name='l10n_ro_edi.document' inverse_name='batch_id'
  • l10n_ro_edi_stock_document_uit Char
    compute='_compute_l10n_ro_edi_stock_current_document_uit' string='eTransport UIT'
  • l10n_ro_edi_stock_enable Boolean
    compute='_compute_l10n_ro_edi_stock_enable'
  • l10n_ro_edi_stock_enable_amend Boolean
    compute='_compute_l10n_ro_edi_stock_enable_amend'
  • l10n_ro_edi_stock_enable_fetch Boolean
    compute='_compute_l10n_ro_edi_stock_enable_fetch'
  • l10n_ro_edi_stock_enable_send Boolean
    compute='_compute_l10n_ro_edi_stock_enable_send'
  • l10n_ro_edi_stock_end_bcp Selection
    selection=BORDER_CROSSING_POINTS string='End Border Crossing Point'
  • l10n_ro_edi_stock_end_customs_office Selection
    selection=CUSTOMS_OFFICES string='End Customs Office'
  • l10n_ro_edi_stock_end_loc_type Selection
    compute='_compute_l10n_ro_edi_stock_default_location_type' readonly=False selection=LOCATION_TYPES store=True string='End Location Type'
  • l10n_ro_edi_stock_fields_readonly Boolean
    compute='_compute_l10n_ro_edi_stock_fields_readonly'
  • l10n_ro_edi_stock_operation_scope Selection
    selection=OPERATION_SCOPES string='Operation Scope'
  • l10n_ro_edi_stock_operation_type Selection
    selection=OPERATION_TYPES string='eTransport Operation Type'
  • l10n_ro_edi_stock_remarks Text
    string='Remarks'
  • l10n_ro_edi_stock_start_bcp Selection
    selection=BORDER_CROSSING_POINTS string='Start Border Crossing Point'
  • l10n_ro_edi_stock_start_customs_office Selection
    selection=CUSTOMS_OFFICES string='Start Customs Office'
  • l10n_ro_edi_stock_start_loc_type Selection
    compute='_compute_l10n_ro_edi_stock_default_location_type' readonly=False selection=LOCATION_TYPES store=True string='Start Location Type'
  • l10n_ro_edi_stock_state Selection
    compute='_compute_l10n_ro_edi_stock_current_document_state' selection=DOCUMENT_STATES store=True string='eTransport Status'
  • l10n_ro_edi_stock_trailer_1_number Char
    size=20 string='Trailer 1 Number'
  • l10n_ro_edi_stock_trailer_2_number Char
    size=20 string='Trailer 2 Number'
  • l10n_ro_edi_stock_vehicle_number Char
    size=20 string='Vehicle Number'
Public methods (3)
  • action_done(self)
  • action_l10n_ro_edi_stock_fetch_status(self)
  • action_l10n_ro_edi_stock_send_etransport(self)

Loading…

Loading…