Repository
OCA/account-invoicing · module folder · Try on Runboat
Module version
1.1.0
Category
Accounting & Finance
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-invoicing
Last tracking update
2026-08-07 07:56:57
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Enric Tobella, Miquel Raïch, Weblate, OCA-git-bot, oca-ci, Juany Davila
Odoo dependencies
OCA/account-invoicing:
OCA/server-tools:
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
account_post_block_reason_form_view account.post.block.reason.form account.post.block.reason form New
account_post_block_reason_tree_view account.post.block.reason.tree account.post.block.reason tree New
view_account_move_filter account.move.select.block.reason account.move Inherits account.view_account_move_filter
view_move_form account.move.form.block.reason account.move form Inherits account_move_exception.view_move_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • action_confirm(self)

New fields (2)
  • post_block_id Many2one → account.post.block.reason
    comodel_name='account.post.block.reason' string='Post Block Reason'
  • post_blocked Boolean
    compute='_compute_post_blocked'
Public methods (3)
  • button_release_post_block(self)
  • create(self, vals)
    @api.model
  • write(self, vals)

New fields (3)
  • active Boolean
    default=True
  • description Text
  • name Char
    required=True
Public methods (0)

No public methods.

Loading…

Loading…