account-financial-tools
account-financial-tools copied to clipboard
[14.0][UPD] account_asset_management: possibility to not auto-validate account move.
Let the possibility (via configuration into res config settings, by company) to not automatically post the new account move related to an asset. Set the validation to True for backward compatibility.
- Add unit test to ensure it's automatically posted (like actual behavior)
- Add unit test to ensure it's not automatically posted if boolean is
False
.