Account Avatax OCA Log

account_avatax_oca_log
REPOSITORY
REPOSITORYOCA/account-fiscal-rule
GIT
GIThttps://github.com/OCA/account-fiscal-rule.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-fiscal-rule/tree/18.0/account_avatax_oca_log
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow, Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow, Open Source Integrators
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, kobros-tech
WEBSITE
WEBSITEhttps://github.com/OCA/account-fiscal-rule
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-fiscal-rule:
    - account_avatax_oca
odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - base_geolocalize
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Avalara
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits account.res_config_settings_view_form
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)
REPOSITORY
REPOSITORYOCA/account-fiscal-rule
GIT
GIThttps://github.com/OCA/account-fiscal-rule.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-fiscal-rule/tree/16.0/account_avatax_oca_log
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow, Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow, Open Source Integrators
COMMITTERS
COMMITTERSWeblate, oca-ci, BernatPForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/account-fiscal-rule
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-fiscal-rule:
    - account_avatax_oca
odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - base_geolocalize
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Avalara
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

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 tree New
res_config_settings_view_form Settings res.config.settings xpath Inherits account.res_config_settings_view_form
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)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/account-fiscal-rule
PULL REQUEST
PULL REQUEST[19.0][MIG] account_avatax_oca_log: Migration to 19.0 (#594)