Argentinean - Stock

l10n_ar_stock
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/19.0/l10n_ar_stock
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting/Localizations
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo S.A.
MAINTAINERS
MAINTAINERSOdoo S.A.
COMMITTERS
COMMITTERSOdoo Translation Bot, Yosua Nicolaus, Naman Shah, Dylan Kiss (dyki), guva-odoo, lase@odoo.com, Quentin Wolfs
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:51:46
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - l10n_ar
    - l10n_latam_invoice_document
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
    - account_debit_note
    - l10n_latam_base
    - contacts
    - base_vat
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Argentinean - Stock

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
custom_header custom_header ir.ui.view qweb Inherits l10n_ar.custom_header
report_delivery_document report_delivery_document ir.ui.view qweb Inherits stock.report_delivery_document
report_delivery_guide report_delivery_guide ir.ui.view qweb New
stock_picking_form_inherit_l10n_ar_stock stock.picking.form.inherit.l10n_ar_stock stock.picking field Inherits stock.view_picking_form
view_picking_type_form_inherit_l10n_ar_stock stock.picking.type.inherit.l10n_ar_stock stock.picking.type field Inherits stock.view_picking_type_form
Models touched (2)

New fields (4)
  • l10n_ar_allow_generate_delivery_guide Boolean
    compute='_compute_l10n_ar_delivery_guide_flags'
  • l10n_ar_allow_send_delivery_guide Boolean
    compute='_compute_l10n_ar_delivery_guide_flags'
  • l10n_ar_cai_data Json
    copy=False string='CAI Data'
  • l10n_ar_delivery_guide_number Char
    copy=False readonly=True string='Delivery Guide No.'
Public methods (2)
  • l10n_ar_action_create_delivery_guide(self)
    Create the delivery guide number and store CAI data for the stock picking.
  • l10n_ar_action_send_delivery_guide(self)
    Send the delivery guide to the partner.

New fields (8)
  • l10n_ar_cai_authorization_code Char
    copy=False help='Argentina: Add the CAI number for Remitos given by ARCA' string='CAI'
  • l10n_ar_cai_expiration_date Date
    copy=False help='Argentina: Add the CAI expiration date given by ARCA for the sequence configured here' string='CAI Expiration Date'
  • l10n_ar_delivery_sequence_prefix Char
    compute='_compute_l10n_ar_stock_sequence_fields' default='00001' help='Argentina: Prefix for the delivery guide sequence number. It is used to generate the delivery guide number.' inverse='_set_l10n_ar_stock_delivery_sequence_prefix' string='Delivery Guide Prefix'
  • l10n_ar_document_type_id Many2one → l10n_latam.document.type
    comodel_name='l10n_latam.document.type' domain=<expr> help='Argentina: Select the document type to be assigned on the Remito' string='Document Type'
  • l10n_ar_next_delivery_number Integer
    compute='_compute_l10n_ar_stock_sequence_fields' help='Argentina: Hold the next sequence to use as delivery guide number.' inverse='_set_l10n_ar_stock_next_delivery_number' string='Next Delivery Guide Number'
  • l10n_ar_sequence_id Many2one → ir.sequence
    comodel_name='ir.sequence' copy=False help='Argentina: Hold the sequence to generate a delivery guide number.' string='Delivery Guide Number Sequence'
  • l10n_ar_sequence_number_end Char
    copy=False help='Argentina: Add the last sequence number given by ARCA for this CAI' string='Sequence To'
  • l10n_ar_sequence_number_start Char
    copy=False help='Argentina: Add the first sequence number given by ARCA for this CAI' string='Sequence From'
Public methods (0)

No public methods.