2
0
account-financial-tools/account_asset_management/models
Saran440 a2807321b2 [FIX] account_asset_management: Allow to write on moves with no asset permission
Steps to reproduce the problem:

- User (Not accountant) create an invoice.
- Create invoice plan with Deposit on 1st Invoice
- Confirm Order > Register Deposit > Create and View bills
- It throws a permission error

That's because the search on asset lines is done always for each write on the account.move
if certain fields (like the date) are written.
2023-06-26 13:06:07 +07:00
..
__init__.py [MIG] account_asset_management: Migration to v14 2022-12-24 00:42:21 +01:00
account_account.py [IMP] : pre-commit stuff 2022-12-24 00:58:24 +01:00
account_asset_group.py [MIG] account_asset_management: Migration to 16.0 2023-01-04 16:07:33 +01:00
account_asset_line.py [REF] account_asset_management: the name of the company_currency_id field is changed to currency_id and currency_field is not required. 2023-01-04 16:07:33 +01:00
account_asset_profile.py [MIG] account_asset_management: Migration to 16.0 2023-01-04 16:07:33 +01:00
account_asset_recompute_trigger.py [MIG]account_asset_management: Migration to 15.0 2022-12-24 00:42:23 +01:00
account_asset.py [REF] account_asset_management: the name of the company_currency_id field is changed to currency_id and currency_field is not required. 2023-01-04 16:07:33 +01:00
account_move.py [FIX] account_asset_management: Allow to write on moves with no asset permission 2023-06-26 13:06:07 +07:00