TIP: You can type at any time to perform a new search.
Argentinean - Stock
l10n_ar_stock · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 1.0
- Category
- Accounting/Localizations
- Folder size
- 0.05 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- None
- Last tracking update
- 2026-08-20 16:11:47
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Odoo Translation Bot, Yosua Nicolaus, Naman Shah, Dylan Kiss (dyki), guva-odoo, lase@odoo.com, Quentin Wolfs, agbr-odoo
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 | form | Inherits stock.view_picking_form |
view_picking_type_form_inherit_l10n_ar_stock |
stock.picking.type.inherit.l10n_ar_stock | stock.picking.type | form | Inherits stock.view_picking_type_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (4)
-
l10n_ar_allow_generate_delivery_guideBooleancompute='_compute_l10n_ar_delivery_guide_flags' -
l10n_ar_allow_send_delivery_guideBooleancompute='_compute_l10n_ar_delivery_guide_flags' -
l10n_ar_cai_dataJsoncopy=Falsestring='CAI Data' -
l10n_ar_delivery_guide_numberCharcopy=Falsereadonly=Truestring='Delivery Guide No.'
-
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_codeCharcopy=Falsehelp='Argentina: Add the CAI number for Remitos given by ARCA'string='CAI' -
l10n_ar_cai_expiration_dateDatecopy=Falsehelp='Argentina: Add the CAI expiration date given by ARCA for the sequence configured here'string='CAI Expiration Date' -
l10n_ar_delivery_sequence_prefixCharcompute='_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_idMany2one → l10n_latam.document.typecomodel_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_numberIntegercompute='_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_idMany2one → ir.sequencecomodel_name='ir.sequence'copy=Falsehelp='Argentina: Hold the sequence to generate a delivery guide number.'string='Delivery Guide Number Sequence' -
l10n_ar_sequence_number_endCharcopy=Falsehelp='Argentina: Add the last sequence number given by ARCA for this CAI'string='Sequence To' -
l10n_ar_sequence_number_startCharcopy=Falsehelp='Argentina: Add the first sequence number given by ARCA for this CAI'string='Sequence From'
No public methods.