Indian - Check GST Number Status

l10n_in_gstin_status
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/18.0/l10n_in_gstin_status
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYAccounting/Localizations
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Xavier ALT, Dylan Kiss (dyki), Harsh Modi
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:25:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - l10n_in
    - account_tax_python
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_vat
    - account_debit_note
    - iap
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
l10n_in_view_partner_base_vat_form l10n.in.gstin.status.view.partner.inherit res.partner xpath Inherits base_vat.view_partner_base_vat_form
move_form_inherit_l10n_in_gst_verification account.move.form.inherit.l10n.in.gst.verification account.move xpath Inherits account.view_move_form
Models touched (2)

New fields (3)
  • l10n_in_gstin_verified_date Date
    compute='_compute_l10n_in_partner_gstin_status_and_date'
  • l10n_in_partner_gstin_status Boolean
    compute='_compute_l10n_in_partner_gstin_status_and_date' string='GST Status'
  • l10n_in_show_gstin_status Boolean
    compute='_compute_l10n_in_show_gstin_status'
Public methods (1)
  • l10n_in_verify_partner_gstin_status(self)

New fields (2)
  • l10n_in_gstin_verified_date Date
    string='GSTIN Verified Date' tracking=True
  • l10n_in_gstin_verified_status Boolean
    string='GST Status' tracking=True
Public methods (1)
  • action_l10n_in_verify_gstin_status(self)