Commit Graph

66 Commits

Author SHA1 Message Date
KNVx
4a7fc38bff [FIX] account_asset_management: Poor performance updating assets massively
When updating assets massively the performance when searching for deprecation_lines_ids is very low.
It is a difficult problem to detect since massive asset updates are not common.
Indexing in this field dramatically improves the timing performance.
For example, to update 3000 records it took 30 sec. With this index it takes to 2 seconds.
2022-12-02 16:26:56 +01:00
manu
635178dafe [MIG]account_asset_management: Migration to 15.0 2022-04-19 09:20:53 +02:00
manu
9d9749f930 [IMP] : black, isort, prettier 2022-04-19 09:20:53 +02:00
mariadforgeflow
c638b0ebf5 [IMP] account_asset_management: prevent from creating assets from tax lines 2022-04-13 10:57:58 +02:00
oca-git-bot
e256d909ae [IMP] update dotfiles 2022-04-13 10:57:58 +02:00
Jordi Ballester
728291db75 [IMP] account_asset_management: Allow to reverse the posting of a depreciation line
instead of deleting the journal entry.
This will be done when the company has activated the inalterability hash
on the original journal entry.
2022-04-13 10:57:58 +02:00
Jordi Ballester
e6977dd41d [IMP] account_asset_management: add carry_forward_missed_depreciations 2022-04-13 10:57:58 +02:00
mariadforgeflow
1ae7737916 [IMP] account_asset_management: set asset_profile_id on invoice creation 2022-04-13 10:57:58 +02:00
Víctor Martínez
07b4b943b1 [IMP] account_asset_management: Add chatter + activities to assets.
TT34459
2022-04-13 10:57:58 +02:00
ps-tubtim
a40e732d76 [FIX] account_asset_management: sudo smart button asset 2022-04-13 10:57:58 +02:00
Víctor Martínez
9643218301 [FIX] account_asset_management: Avoid the error when clicking on "Delete" button if there is a residual value and all the depreciation lines are posted.
TT32861
2022-04-13 10:57:58 +02:00
Alexis de Lattre
a3f64fdab1 account_asset_management: improve and cleanup views 2022-04-13 10:57:58 +02:00
Kitti U
b7969f1507 [14.0][FIX] account_asset_management, singleton error on asset_count 2022-04-13 10:57:58 +02:00
Kitti U
b7b4818f00 [14.0][FIX] account_asset_management, fix multi currency 2022-04-13 10:57:58 +02:00
mreficent
0c1f5c73d2 [IMP] account_asset_management: hook for asset vals 2022-04-13 10:57:58 +02:00
ps-tubtim
44a9fe2bd6 [ENH] account_asset_management: Add purchase value in asset report 2022-04-13 10:57:58 +02:00
ps-tubtim
97079717ad [FIX] account_asset_management: fix _check_dates 2022-04-13 10:57:58 +02:00
ps-tubtim
9c304e4db1 [14.0][FIX] account_asset_management: pre-commit 2022-04-13 10:57:58 +02:00
Mateu Griful
7c0a667bbb [13.0][account_asset_management] propose account when user chooses 2022-04-13 10:57:58 +02:00
Jordi Ballester
2d2f37fa10 [13.0][account_asset_management] propose account when user chooses 2022-04-13 10:57:58 +02:00
Jordi Ballester
ebfeb74b50 [13.0][account_asset_management] button to navigate from the vendor bill
to the asset.
2022-04-13 10:57:58 +02:00
Jordi Ballester
6008bb04cb [13.0][fix][account_asset_management] display only accounts associated
to the current company.
2022-04-13 10:57:58 +02:00
Jairo Llopis
3e55a011be [FIX] account_asset_management: make asset company match move's
To start, the context `company_id` is no longer used in v14. Instead, we use `with_company`.

OTOH, it doesn't make much sense because in case you have several companies enabled in your context, not necessarily your main one is gonna be the one that should be used for the asset. Instead, it should be the move company always, or consistency rules will fail.

Altered forward port of https://github.com/OCA/account-financial-tools/pull/1223.

@Tecnativa TT31311
2022-04-13 10:57:58 +02:00
mreficent
cf6a9a3995 [FIX] account_asset_management: create asset using Form
This way, the computes are computed as expected.
2022-04-13 10:57:57 +02:00
mreficent
6cd0ced714 [FIX] account_asset_management: include 'number' method_time 2022-04-13 10:57:57 +02:00
João Marques
df38936ddd [IMP] account_asset_management: Add analytic tags and propagate
TT28974
2022-04-13 10:57:57 +02:00
Víctor Martínez
ce0f11619b [FIX] account_asset_management: Prevent create lines with init=True when account_lock_date_update addon is installed and lock date defined 2022-04-13 10:57:57 +02:00
Víctor Martínez
1541b27217 [FIX] account_asset_management: Fix error according to _name_search in group when try to set groups in profile 2022-04-13 10:57:57 +02:00
Víctor Martínez
6b9561d5ec [FIX] account_asset_management: Fix error from group_ids in asset when set profile_id 2022-04-13 10:57:57 +02:00
Luc De Meyer
604cff42f4 [IMP] account_asset_management: Add reporting 2022-04-13 10:57:57 +02:00
JordiMForgeFlow
d2e5bffcae [13.0][account_asset_management]: add user error when creating asset from bill 2022-04-13 10:57:57 +02:00
Víctor Martínez
88e91435b8 [FIX] account_asset_management: Fix onchange account_id and asset_profile_id to prevent account_id is empty in some use cases 2022-04-13 10:57:57 +02:00
Pedro M. Baeza
579fe29f84 [FIX] account_asset_management: Missing field renaming
type > move_type, due to uncovered code.
2022-04-13 10:57:57 +02:00
João Marques
97d8a78f8e [MIG] account_asset_management: Migration to v14
TT26410
2022-04-13 10:57:57 +02:00
Pedro M. Baeza
35477292f6 [FIX] account_asset_management: Proper asset unlink + move unlink
2 related fixes:

- When removing an asset line depreciation move, we have to pass it
  first to draft, or we won't be able to remove it even with the
  context.
- When removing a move, the check for removing the linked asset should
  be only for purchase documents, not for "not sale" documents.
2022-04-13 10:57:57 +02:00
Florent de Labarre
9593bff0fc [FIX] account_asset_management : empty message is posted if there are no asset 2022-04-13 10:57:57 +02:00
Pedro M. Baeza
e9451762cd [IMP] account_asset_management: Refinements 2022-04-13 10:57:57 +02:00
Carlos Dauden
85eb7b57a6 [IMP] account_asset_management: Improve code and translation 2022-04-13 10:57:57 +02:00
Saran440
d84ff6968d [FIX] account_asset_management - Allow editing salvage value 2022-04-13 10:57:57 +02:00
Valentin Vinagre Urteaga
7485740bb3 [FIX] account_asset_management: FIX empty asset reference
If the assets are created before posting the invoice, they wouldn't have a name and the "code" field of the assets will be empty, but they would have the invoice name.
2022-04-13 10:57:57 +02:00
Ernesto Tejeda
7dff7f3db4 [FIX] account_asset_management: fix remaining_value cache miss error. 2022-04-13 10:57:57 +02:00
Valentin Vinagre Urteaga
528741b9e2 [IMP] account_asset_management: Add chatter entry in invoice for generated asset 2022-04-13 10:57:57 +02:00
Andrea
c6d4e3eda4 Fix of pre-commit: E741 ambiguous variable name 'l' 2022-04-13 10:57:57 +02:00
Quentin Groulard
2dd8c15cfe [IMP] account_asset_management: Depreciation board compute upon asset confirmation 2022-04-13 10:57:57 +02:00
Pedro M. Baeza
22a8c32378 [IMP] account_asset_management: Simplify code for opening related entries
We don't need the search having the one2many field and no need also for list
comprehension having mapped operator.
2022-04-13 10:57:57 +02:00
Pedro M. Baeza
73ce4ce508 [FIX] account_asset_management: Avoid error
Steps to reproduce the problem:

* Go to assets view
* Group by profile
* Unfold a group and click on an asset
* Click on "Journal Entries" smart-button
* Go back to the asset list
* Click again on the same asset (or another).
* Click on "Journal Entries" smart-button

Current behavior:

Error saying "KeyError: 'profile_id'"

Expected behavior:

No error

The cause for this is that Odoo stores in the context the key `group_by` with the
value `profile_id` in the specified chain of steps. That context entry is used for
grouping records in the list, and system tries to group the journal entries also
by that field, which doesn't exists in the other model, and thus the error.

We avoided it copying the context to be passes and leaving out that entry.
2022-04-13 10:57:57 +02:00
ernestotejeda
ed4314c237 [MIG] account_asset_management: Migration to 13.0 2022-04-13 10:57:57 +02:00
ernestotejeda
00ef1051fb [IMP] account_asset_management: black, isort 2022-04-13 10:57:57 +02:00
Luc De Meyer
05a0d1f7a3 [12.0][FIX]traceback when deviating FY 2022-04-13 10:57:57 +02:00
Iván Todorovich
b0a28ac3df [12.0][FIX][account_asset_management] local variable 'asset' referenced before assignment
tools/account_asset_management/models/account_asset.py", line 970, in _compute_entries
    % (asset.name, asset.code) or asset.name
UnboundLocalError: local variable 'asset' referenced before assignment
2022-04-13 10:57:57 +02:00