mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[MIG] account_asset_management: Migration to 13.0
This commit is contained in:
committed by
João Marques
parent
22b491e1c0
commit
49e6643094
@@ -13,7 +13,7 @@ class AccountAssetRecomputeTrigger(models.Model):
|
||||
date_trigger = fields.Datetime(
|
||||
"Trigger Date",
|
||||
readonly=True,
|
||||
help="Date of the event triggering the need to " "recompute the Asset Tables.",
|
||||
help="Date of the event triggering the need to recompute the Asset Tables.",
|
||||
)
|
||||
date_completed = fields.Datetime("Completion Date", readonly=True)
|
||||
state = fields.Selection(
|
||||
|
||||
Reference in New Issue
Block a user