mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
================================================ Cancel button on account asset depreciation line ================================================ This module adds an icon to allow to remove the depreciation journal entry created by each asset depreciation line. Usage ===== On each depreciation line that has created a journal entry, you have a new button with a white cross in a red circle that allows to remove that entry.
5 lines
124 B
Python
5 lines
124 B
Python
# -*- coding: utf-8 -*-
|
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
|
|
from . import account_asset_asset
|