-
- Downloads
[FIX] account_asset: do not create move
- Create an asset, post one line. - Go back to the asset => the button is green - Click again on the line => the button is orange There is no protection to prevent the user to post the same entry several times (a new account move is created every time it is clicked). We fix the JS widget, but we add an extra layer of protection at the Python level. opw-778756
Showing
- addons/account_asset/i18n/account_asset.pot 6 additions, 0 deletionsaddons/account_asset/i18n/account_asset.pot
- addons/account_asset/models/account_asset.py 2 additions, 0 deletionsaddons/account_asset/models/account_asset.py
- addons/account_asset/static/src/js/account_asset.js 2 additions, 2 deletionsaddons/account_asset/static/src/js/account_asset.js
Please register or sign in to comment