TIP: You can type at any time to perform a new search.
VAT Ledger for Argentina
l10n_ar_ledger · OCA/l10n-argentina
- Repository
- OCA/l10n-argentina · module folder · Try on Runboat
- Module version
- 0.0.3
- Category
- Accounting
- Folder size
- 0.11 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-argentina
- Last tracking update
- 2026-08-07 07:47:48
- Authors
- Odoo Community Association (OCA), ADHOC SA, Moldeo Interactive, Exemax, Codize
- Maintainers
- Odoo Community Association (OCA), ADHOC SA, Moldeo Interactive, Exemax, Codize
- Committers
- Weblate, OCA-git-bot, oca-ci, Ignacio Buioli
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_vat_ledger_form |
Account VAT Ledger | account.vat.ledger | form | New |
account_vat_ledger_tree |
Account VAT Ledger | account.vat.ledger | tree | New |
ledger_report |
ledger_report | ir.ui.view | qweb | New |
view_document_type_digital_form |
account.document.type.digital.form | l10n_latam.document.type | form | Inherits l10n_latam_invoice_document.view_document_type_form |
view_document_type_digital_tree |
account.document.type.digital.tree | l10n_latam.document.type | tree | Inherits l10n_latam_invoice_document.view_document_type_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (25)
-
REGDIGITAL_CV_ALICUOTASTextreadonly=True args: 'REGDIGITAL_CV_ALICUOTAS' -
REGDIGITAL_CV_CABECERATextreadonly=True args: 'REGDIGITAL_CV_CABECERA' -
REGDIGITAL_CV_CBTETextreadonly=True args: 'REGDIGITAL_CV_CBTE' -
REGDIGITAL_CV_COMPRAS_IMPORTACIONESTextreadonly=True args: 'REGDIGITAL_CV_COMPRAS_IMPORTACIONES' -
company_idMany2one → res.companydefault=<expr>readonly=Truerequired=Truestates={'draft': [('readonly', False)]}string='Company' args: 'res.company' -
date_fromDatereadonly=Truerequired=Truestates={'draft': [('readonly', False)]}string='Date From' -
date_toDatereadonly=Truerequired=Truestates={'draft': [('readonly', False)]}string='Date To' -
digital_aliquots_fileBinarycompute='_compute_digital_files'readonly=True args: 'Digital Aliquots File' -
digital_aliquots_filenameCharcompute='_compute_digital_files'readonly=True args: 'Digital Aliquots Filename' -
digital_import_aliquots_fileBinarycompute='_compute_digital_files'readonly=True args: 'Digital Import Aliquots File' -
digital_import_aliquots_filenameCharcompute='_compute_digital_files'readonly=True args: 'Digital Import Aliquots File' -
digital_skip_invoice_testsBooleanhelp='If you skip invoice tests probably you will have errors when loading the files in digital.'string='Skip invoice test?' -
digital_skip_linesCharhelp="Enter a list of lines, for eg '1, 2, 3'. If you skip some lines you would need to enter them manually"string='Lines list to skip with digital files' -
digital_vouchers_fileBinarycompute='_compute_digital_files'readonly=True args: 'Digital Voucher File' -
digital_vouchers_filenameCharcompute='_compute_digital_files' args: 'Digital Voucher Filename' -
invoice_idsMany2many → account.movecompute='_compute_data'string='Invoices' args: 'account.move' -
journal_idsMany2many → account.journalreadonly=Truerequired=Truestates={'draft': [('readonly', False)]}string='Journals' args: 'account.journal', 'account_vat_ledger_journal_rel', 'vat_ledger_id', 'journal_id' -
nameCharcompute='_compute_name' args: 'Name' -
noteHtmlargs: 'Note' -
presented_ledgerBinaryreadonly=Truestates={'draft': [('readonly', False)]} args: 'Presented Ledger' -
presented_ledger_nameCharargs: 'Presented Ledger Name' -
prorate_tax_creditBooleanargs: 'Prorate Tax Credit' -
referenceCharargs: 'Reference' -
stateSelectiondefault='draft'required=True args: [('draft', 'Draft'), ('presented', 'Presented'), ('cancel', 'Cancelled')], 'State' -
typeSelectionrequired=True args: [('sale', 'Sale'), ('purchase', 'Purchase')], 'Type'
-
compute_digital_data(self) -
format_amount(self, amount, padding=15, decimals=2, invoice=False) -
get_REGDIGITAL_CV_ALICUOTAS(self, impo=False) -
get_REGDIGITAL_CV_CBTE(self) -
get_digital_invoices(self, return_skiped=False) -
get_partner_document_code(self, partner) -
get_partner_document_number(self, partner) -
get_point_of_sale(self, invoice) -
get_tax_row(self, invoice, base, code, tax_amount, impo=False) -
get_vat_import(self, vat, code)
New fields (1)
-
export_to_digitalBooleanhelp='Set this to export this document on Digital VAT Ledger' args: 'Export to Digital'
No public methods.
New fields (0)
No new fields.
Public methods (1)-
generate_xlsx_report(self, workbook, data, vat_ledger)
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 20 days ago
- Last activity
- 20 days ago
- Repository
- OCA/l10n-argentina
- Pull request
- [16.0][MIG] l10n_ar_ledger (#94)
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 20 days ago
- Last activity
- 20 days ago
- Repository
- OCA/l10n-argentina
- Pull request
- [18.0][MIG] l10n_ar_ledger (#101)