mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[15.0][MIG] account_asset_transfer
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
{
|
||||
"name": "Asset Transfer from AUC to Asset",
|
||||
"version": "14.0.1.0.1",
|
||||
"version": "15.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["account_asset_management"],
|
||||
"author": "Ecosoft, Odoo Community Association (OCA)",
|
||||
|
||||
@@ -223,7 +223,6 @@ class AccountAssetTransferLine(models.TransientModel):
|
||||
)
|
||||
asset_name = fields.Char(required=True)
|
||||
quantity = fields.Float(
|
||||
string="Quantity",
|
||||
required=True,
|
||||
default=0.0,
|
||||
)
|
||||
@@ -233,7 +232,6 @@ class AccountAssetTransferLine(models.TransientModel):
|
||||
default=0.0,
|
||||
)
|
||||
asset_value = fields.Float(
|
||||
string="Asset Value",
|
||||
compute="_compute_asset_value",
|
||||
default=0.0,
|
||||
store=True,
|
||||
|
||||
Reference in New Issue
Block a user