Account Invoice Tier Validation Approver

account_invoice_tier_validation_approver
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/12.0/account_invoice_tier_validation_approver
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSoca-travis, OCA-git-bot, sergiocorato, Mateu Griful
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-invoicing:
    - account_invoice_tier_validation
OCA/server-ux:
    - base_tier_validation
odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
invoice_supplier_form account.invoice.supplier.form account.invoice xpath Inherits account.invoice_supplier_form
res_config_settings_view_form res.config.settings.view.form.inherit res.config.settings xpath Inherits account.res_config_settings_view_form
view_account_invoice_filter account.invoice.select - account_invoice_tier_validation account.invoice field Inherits account.view_account_invoice_filter
view_partner_property_form res.partner.move_approve.user res.partner xpath Inherits account.view_partner_property_form
Models touched (4)

New fields (1)
  • approver_id Many2one → res.users
    comodel_name='res.users' string='Responsible for Approval' track_visibility='onchange'
Public methods (3)
  • action_invoice_open(self)
  • get_purchase_types(self, include_receipts=False)
    @api.model
  • is_purchase_document(self, include_receipts=False)

New fields (2)
  • require_approver_in_vendor_bills Boolean
    string='Require approver in vendor bills'
  • validation_approver_tier_definition_id Many2one → tier.definition
    comodel_name='tier.definition' string='Bill approval tier definition'
Public methods (0)

No public methods.

New fields (1)
  • require_approver_in_vendor_bills Boolean
    help='Requires adding an approver before a vendor bill can be posted.' readonly=False related='company_id.require_approver_in_vendor_bills' string='Require Approver In Vendor Bills'
Public methods (1)
  • set_values(self)

New fields (1)
  • approver_id Many2one → res.users
    string='Approver of Vendor Bills' args: 'res.users'
Public methods (0)

No public methods.