mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
* OCA Transbot updated translations from Transifex * Add option to reconcile the reversal move with the original move (#387) * [IMP] account_reversal: Several improvements * Default date for reverse move is not start_date of the period following the period of the original move (and not the period following today's period) * Return form view of account.move if only 1 move is reversed * Add option to reconcile with the reversal entry. * [10.0][MIG] account_reversal migration * [CHG] skid Odoo method to allow better performance on huge volume
5 lines
125 B
Python
5 lines
125 B
Python
# -*- coding: utf-8 -*-
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
from . import test_account_reversal
|