mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
- In v9 `account.period` has disappeared, so now the wizard asks for start and end dates. - `ir.sequence` has changed logic too, this module is now adapted. - Old tests had to be run through the CLI. New tests work with standard test system. - Old menu parent does not exist anymore, so it is now moved to other place. - Old license & copyright headers are now updated, respecting old copyrights where found. - `.pot` file removed. - README added. Related to https://github.com/OCA/account-financial-tools/issues/311#issuecomment-219378169.
7 lines
223 B
Python
7 lines
223 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2009 Pexego Sistemas Informáticos. All Rights Reserved
|
|
# © 2016 Jairo Llopis <jairo.llopis@tecnativa.com>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
from . import wizard
|