Repository
OCA/account-fiscal-rule · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-fiscal-rule
Last tracking update
2026-08-07 08:43:06
Authors
Odoo Community Association (OCA), Open Source Integrators, ForgeFlow
Maintainers
Odoo Community Association (OCA), Open Source Integrators, ForgeFlow
Committers
kobros-tech, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
Avalara
System dependencies
None
Required by
None
Description
This module allows to log the API calls to Avatax.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
avatax_log_form_view avatax.log.form.view avatax.log form New
avatax_log_tree_view avatax.log.tree.view avatax.log list New
res_config_settings_view_form Settings res.config.settings form Inherits account.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • void_transaction(self, doc_code, doc_type)

New fields (3)
  • avatax_request Text
  • avatax_response Text
  • avatax_type Selection
    args: [('SalesOrder', 'Sale Transaction'), ('SalesInvoice', 'Invoice Transaction'), ('cancel', 'Cancel / Void'), ('others', 'Others')]
Public methods (2)
  • avatax_api_call_counter(self)
  • name_get(self)

New fields (2)
  • avatax_api_call_notification_ids Many2many → res.users
    readonly=False args: 'res.users'
  • call_counter_limit Integer
    config_parameter='account_avatax_oca.call_counter_limit' default=100
Public methods (2)
  • get_values(self)
    @api.model
  • set_values(self)

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
88 days ago
Last activity
59 days ago
Repository
OCA/account-fiscal-rule
Pull request
[19.0][MIG] account_avatax_oca_log: Migration to 19.0 (#594)