Repository
OCA/account-financial-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.11 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.camptocamp.com
Last tracking update
2026-08-07 07:17:46
Authors
Camptocamp, ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
Camptocamp, ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Pedro M. Baeza, Stéphane Bidoul (ACSONE)
Odoo dependencies
OCA/account-financial-tools:
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
account_statement_cancel_line
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
invoice_form_customer_group_invoice Show Cancel invoice button customer account.invoice form Inherits account.invoice_form
invoice_form_supplier_group_invoice Show Cancel invoice button supplier account.invoice form Inherits account.invoice_supplier_form
view_account_config_settings account.config.settings.inherit account.config.settings Inherits account.view_account_config_settings
view_move_form_remove_button account.move.form.remove.button account.move form Inherits account.view_move_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (5)

New fields (0)

No new fields.

Public methods (1)
  • button_confirm_bank(self)
    @api.multi

New fields (0)

No new fields.

Public methods (2)
  • default_get(self, cr, uid, fields, context=None)
  • set_parameters(self, cr, uid, ids, context=None)

New fields (0)

No new fields.

Public methods (1)
  • action_move_create(self)
    @api.multi
    Set move line in draft state after creating them.

New fields (1)
  • entry_posted Boolean
    help="Check this box if you don't want new journal entries\nto pass through the 'draft' state and instead goes directly\nto the 'posted state' without any manual validation." string="Skip 'Draft' State"
Public methods (0)

No public methods.

New fields (1)
  • update_posted Boolean
    compute='_is_update_posted' string='Allow Cancelling Entries'
Public methods (1)
  • button_cancel(self)
    @api.multi
    We rewrite function button_cancel, to allow invoice or bank statement with linked draft moved to be canceled

Loading…

Loading…

Loading…

Loading…