TIP: You can type at any time to perform a new search.
Account Invoice Tier Validation Approver
account_invoice_tier_validation_approver · OCA/account-invoicing
- Repository
- OCA/account-invoicing · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Accounting
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-invoicing
- Last tracking update
- 2026-08-07 07:31:48
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- sergiocorato, OCA-git-bot, oca-travis, Mateu Griful
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
invoice_supplier_form |
account.invoice.supplier.form | account.invoice | form | Inherits account.invoice_supplier_form |
res_config_settings_view_form |
res.config.settings.view.form.inherit | res.config.settings | form | Inherits account.res_config_settings_view_form |
view_account_invoice_filter |
account.invoice.select - account_invoice_tier_validation | account.invoice | Inherits account.view_account_invoice_filter | |
view_partner_property_form |
res.partner.move_approve.user | res.partner | form | Inherits account.view_partner_property_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (1)
-
approver_idMany2one → res.userscomodel_name='res.users'string='Responsible for Approval'track_visibility='onchange'
-
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_billsBooleanstring='Require approver in vendor bills' -
validation_approver_tier_definition_idMany2one → tier.definitioncomodel_name='tier.definition'string='Bill approval tier definition'
No public methods.
New fields (1)
-
require_approver_in_vendor_billsBooleanhelp='Requires adding an approver before a vendor bill can be posted.'readonly=Falserelated='company_id.require_approver_in_vendor_bills'string='Require Approver In Vendor Bills'
-
set_values(self)
New fields (1)
-
approver_idMany2one → res.usersstring='Approver of Vendor Bills' args: 'res.users'
No public methods.