| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-reconcile |
| GIT | |
| GIT | https://github.com/OCA/account-reconcile.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-reconcile/tree/10.0/account_statement_cancel_line |
| VERSION | |
| VERSION | 0.3 |
| CATEGORY | |
| CATEGORY | Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Camptocamp |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE) |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-financial-tools: - account_default_draft_move - account_constraints OCA/account-reconcile: - account_statement_ext odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - web_tour - report - analytic - web_planner - account_voucher |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Account Statement Cancel Line
This module allows to cancel one line of the statement without
cancelling the whole thing.
To do that, a state is added to the statement line.
When the user confirms or cancels the whole statement, we keep the
previous functionality, and then we change the state in all statement
lines. We also add a warning if any lines are reconciled. If no lines
are reconciled, we show a generic warning because the operation could
take a long time.
When the user confirms or cancels a statement line, we update the state
of the line, and if necessary we update the state of the whole
statement, too.
If the user tries to cancel a line that is reconciled, we ask for
confirmation before proceeding.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_bank_statement_form_cancel_line |
account.bank.statement.form. | account.bank.statement | data | Inherits account.view_bank_statement_form |
view_wizard_cancel_statement_form |
view.wizard.cancel.statement.form | wizard.cancel.statement | form | New |
view_wizard_cancel_statement_line_form |
view.wizard.cancel.statement.line.form | wizard.cancel.statement.line | form | New |
No new fields.
Public methods (4)button_cancel(self, cr, uid, ids, context=None)
button_confirm_bank(self, cr, uid, ids, context=None)
confirm_statement_from_lines(self, cr, uid, ids, context=None)
do_cancel(self, cr, uid, ids, context=None)
No new fields.
Public methods (5)button_cancel(self, cr, uid, ids, context=None)
cancel(self, cr, uid, ids, context=None)
confirm(self, cr, uid, ids, context=None)
has_reconciliation(self, cr, uid, ids, context=None)
unlink(self, cr, uid, ids, context=None)
No new fields.
Public methods (1)do_cancel_button(self, cr, uid, ids, context=None)
No new fields.
Public methods (1)unreconcile(self, cr, uid, ids, context=None)
No new fields.
Public methods (1)unreconcile(self, cr, uid, ids, context=None)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-reconcile |
| GIT | |
| GIT | https://github.com/OCA/account-reconcile.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-reconcile/tree/9.0/account_statement_cancel_line |
| VERSION | |
| VERSION | 0.3 |
| CATEGORY | |
| CATEGORY | Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Camptocamp |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul (ACSONE) |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:24 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-financial-tools: - account_default_draft_move - account_constraints OCA/account-reconcile: - account_statement_ext odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - report - analytic - web_tip - web_planner - report_webkit - account_voucher |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Account Statement Cancel Line
This module allows to cancel one line of the statement without
cancelling the whole thing.
To do that, a state is added to the statement line.
When the user confirms or cancels the whole statement, we keep the
previous functionality, and then we change the state in all statement
lines. We also add a warning if any lines are reconciled. If no lines
are reconciled, we show a generic warning because the operation could
take a long time.
When the user confirms or cancels a statement line, we update the state
of the line, and if necessary we update the state of the whole
statement, too.
If the user tries to cancel a line that is reconciled, we ask for
confirmation before proceeding.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_bank_statement_form_cancel_line |
account.bank.statement.form. | account.bank.statement | data | Inherits account.view_bank_statement_form |
view_wizard_cancel_statement_form |
view.wizard.cancel.statement.form | wizard.cancel.statement | form | New |
view_wizard_cancel_statement_line_form |
view.wizard.cancel.statement.line.form | wizard.cancel.statement.line | form | New |
No new fields.
Public methods (4)button_cancel(self, cr, uid, ids, context=None)
button_confirm_bank(self, cr, uid, ids, context=None)
confirm_statement_from_lines(self, cr, uid, ids, context=None)
do_cancel(self, cr, uid, ids, context=None)
No new fields.
Public methods (5)button_cancel(self, cr, uid, ids, context=None)
cancel(self, cr, uid, ids, context=None)
confirm(self, cr, uid, ids, context=None)
has_reconciliation(self, cr, uid, ids, context=None)
unlink(self, cr, uid, ids, context=None)
No new fields.
Public methods (1)do_cancel_button(self, cr, uid, ids, context=None)
No new fields.
Public methods (1)unreconcile(self, cr, uid, ids, context=None)
No new fields.
Public methods (1)unreconcile(self, cr, uid, ids, context=None)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-reconcile |
| GIT | |
| GIT | https://github.com/OCA/account-reconcile.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-reconcile/tree/8.0/account_statement_cancel_line |
| VERSION | |
| VERSION | 0.3 |
| CATEGORY | |
| CATEGORY | Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Camptocamp |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Pedro M. Baeza, Stéphane Bidoul (ACSONE) |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:26 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-financial-tools: - account_default_draft_move - account_constraints OCA/account-reconcile: - account_statement_ext - account_statement_base_completion odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - report - analytic - board - edi - email_template - report_webkit - account_voucher |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Account Statement Cancel Line
This module allows to cancel one line of the statement without
cancelling the whole thing.
To do that, a state is added to the statement line.
When the user confirms or cancels the whole statement, we keep the
previous functionality, and then we change the state in all statement
lines. We also add a warning if any lines are reconciled. If no lines
are reconciled, we show a generic warning because the operation could
take a long time.
When the user confirms or cancels a statement line, we update the state
of the line, and if necessary we update the state of the whole
statement, too.
If the user tries to cancel a line that is reconciled, we ask for
confirmation before proceeding.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_bank_statement_form_cancel_line |
account.bank.statement.form. | account.bank.statement | data | Inherits account.view_bank_statement_form |
view_wizard_cancel_statement_form |
view.wizard.cancel.statement.form | wizard.cancel.statement | form | New |
view_wizard_cancel_statement_line_form |
view.wizard.cancel.statement.line.form | wizard.cancel.statement.line | form | New |
No new fields.
Public methods (4)button_cancel(self, cr, uid, ids, context=None)
button_confirm_bank(self, cr, uid, ids, context=None)
confirm_statement_from_lines(self, cr, uid, ids, context=None)
do_cancel(self, cr, uid, ids, context=None)
No new fields.
Public methods (5)button_cancel(self, cr, uid, ids, context=None)
cancel(self, cr, uid, ids, context=None)
confirm(self, cr, uid, ids, context=None)
has_reconciliation(self, cr, uid, ids, context=None)
unlink(self, cr, uid, ids, context=None)
No new fields.
Public methods (1)do_cancel_button(self, cr, uid, ids, context=None)
No new fields.
Public methods (1)unreconcile(self, cr, uid, ids, context=None)
No new fields.
Public methods (1)unreconcile(self, cr, uid, ids, context=None)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-reconcile |
| GIT | |
| GIT | https://github.com/OCA/account-reconcile.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-reconcile/tree/7.0/account_statement_cancel_line |
| VERSION | |
| VERSION | 0.3 |
| CATEGORY | |
| CATEGORY | Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Camptocamp |
| COMMITTERS | |
| COMMITTERS | Yannick Vaucher, Alexandre Fayolle, Matthieu Dietrich, Leonardo Pistone, Pedro M. Baeza, Rudolf Schnapka |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-financial-tools: - account_default_draft_move - account_constraints OCA/account-reconcile: - account_statement_ext - account_statement_base_completion odoo/odoo: - account - base_setup - base - web_kanban - web - product - process - decimal_precision - analytic - board - edi - email_template - report_webkit - account_voucher - account_report_company |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
Account Statement Cancel Line
This module allows to cancel one line of the statement without
cancelling the whole thing.
To do that, a state is added to the statement line.
When the user confirms or cancels the whole statement, we keep the
previous functionality, and then we change the state in all statement
lines. We also add a warning if any lines are reconciled. If no lines
are reconciled, we show a generic warning because the operation could
take a long time.
When the user confirms or cancels a statement line, we update the state
of the line, and if necessary we update the state of the whole
statement, too.
If the user tries to cancel a line that is reconciled, we ask for
confirmation before proceeding.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_bank_statement_form_cancel_line |
account.bank.statement.form. | account.bank.statement | data | Inherits account.view_bank_statement_form |
view_wizard_cancel_statement_form |
view.wizard.cancel.statement.form | wizard.cancel.statement | form | New |
view_wizard_cancel_statement_line_form |
view.wizard.cancel.statement.line.form | wizard.cancel.statement.line | form | New |
No new fields.
Public methods (4)button_cancel(self, cr, uid, ids, context=None)
button_confirm_bank(self, cr, uid, ids, context=None)
confirm_statement_from_lines(self, cr, uid, ids, context=None)
do_cancel(self, cr, uid, ids, context=None)
No new fields.
Public methods (5)button_cancel(self, cr, uid, ids, context=None)
cancel(self, cr, uid, ids, context=None)
confirm(self, cr, uid, ids, context=None)
has_reconciliation(self, cr, uid, ids, context=None)
unlink(self, cr, uid, ids, context=None)
No new fields.
Public methods (1)do_cancel_button(self, cr, uid, ids, context=None)
No new fields.
Public methods (1)unreconcile(self, cr, uid, ids, context=None)
No new fields.
Public methods (1)unreconcile(self, cr, uid, ids, context=None)