From 8c5195d13e23ffb1f8e993dc5ae182d38a9ff4af Mon Sep 17 00:00:00 2001 From: ps-tubtim Date: Wed, 5 Oct 2022 17:47:11 +0700 Subject: [PATCH] [ENH] account_asset_transfer: add feature expand asset line --- account_asset_transfer/README.rst | 2 + account_asset_transfer/readme/USAGE.rst | 2 + .../static/description/index.html | 3 +- .../tests/test_account_asset_transfer.py | 12 +++++- .../wizard/account_asset_transfer.py | 42 ++++++++++++++++++- .../wizard/account_asset_transfer.xml | 17 ++++++++ 6 files changed, 73 insertions(+), 5 deletions(-) diff --git a/account_asset_transfer/README.rst b/account_asset_transfer/README.rst index 95d6af282..797baacbc 100644 --- a/account_asset_transfer/README.rst +++ b/account_asset_transfer/README.rst @@ -57,6 +57,8 @@ Given asset under construction has been created, i.e., by vendor bill. - Click "Transfer" button - Odoo will create journal entry as well as new asset(s) +**Note:** You can click "Expand Asset" button for expand asset line that selects the asset profile set to be "Create an asset by product item" + Bug Tracker =========== diff --git a/account_asset_transfer/readme/USAGE.rst b/account_asset_transfer/readme/USAGE.rst index 3954a025a..a28c5fe3b 100644 --- a/account_asset_transfer/readme/USAGE.rst +++ b/account_asset_transfer/readme/USAGE.rst @@ -6,3 +6,5 @@ Given asset under construction has been created, i.e., by vendor bill. - On asset transfer wizard, on the "To New Asset" tab, choose new profile(s) - Click "Transfer" button - Odoo will create journal entry as well as new asset(s) + +**Note:** You can click "Expand Asset" button for expand asset line that selects the asset profile set to be "Create an asset by product item" diff --git a/account_asset_transfer/static/description/index.html b/account_asset_transfer/static/description/index.html index f6a3e6428..325b9b4bf 100644 --- a/account_asset_transfer/static/description/index.html +++ b/account_asset_transfer/static/description/index.html @@ -3,7 +3,7 @@ - + Asset Transfer from AUC to Asset