Account Invoice Kanban

account_invoice_kanban
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/10.0/account_invoice_kanban
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Elico Corp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Elico Corp
COMMITTERS
COMMITTERSAlexandre Fayolle, OCA Transbot, oca-travis, OCA-git-bot, Simone Rubino, Eric @ Elico Corp
WEBSITE
WEBSITEhttps://www.elico-corp.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-tools:
    - base_kanban_stage
odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
account_invoice_kanban account.invoice.kanban account.invoice xpath Inherits base_kanban_stage.base_kanban_abstract_view_kanban
invoice_form account.invoice.form account.invoice field Inherits account.invoice_form
invoice_supplier_form account.invoice.supplier.form account.invoice field Inherits account.invoice_supplier_form
view_account_invoice_filter account.invoice.select account.invoice filter Inherits account.view_account_invoice_filter
Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • copy(self, default=None)
    @api.multi
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/8.0/account_invoice_kanban
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Elico Corp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Elico Corp
COMMITTERS
COMMITTERSPedro M. Baeza, GitHub, Jordi Ballester Alomar, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Sudhir Arya
WEBSITE
WEBSITEhttps://www.elico-corp.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
account_invoice_stage_form_view account.invoice.stage.form account.invoice.stage form New
account_invoice_stage_tree_view account.invoice.stage.tree account.invoice.stage tree New
invoice_form account.invoice.form account.invoice field Inherits account.invoice_form
invoice_supplier_form account.invoice.supplier.form account.invoice field Inherits account.invoice_supplier_form
view_account_invoice_filter account.invoice.select account.invoice filter Inherits account.view_account_invoice_filter
view_account_invoice_kanban account.invoice.kanban account.invoice kanban New
Models touched (2)

New fields (2)
  • color Integer
    default=0 args: 'Color Index'
  • stage_id Many2one → account.invoice.stage
    args: 'account.invoice.stage', 'Stages'
Public methods (0)

No public methods.

New fields (4)
  • description Char
    args: 'Description'
  • fold Boolean
    args: 'Folded in Kanban View'
  • name Char
    required=True args: 'Stage Name'
  • sequence Integer
    default=1 args: 'Sequence'
Public methods (0)

No public methods.