2
0
Commit Graph

42 Commits

Author SHA1 Message Date
ps-tubtim
92e9d246ef [ENH] account_asset_management: default salvage value on profile
This PR enables the configuration of salvage value in the asset profile.
Users can configure it with a fixed amount or a percentage of the salvage value.
2024-02-15 18:52:42 +07:00
Rodrigo
12a018de43 [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
Rodrigo
f1371e5b33 [MIG] account_asset_management: Migration to 16.0 2023-01-04 16:07:33 +01:00
Alexis de Lattre
3c5d26b456 [IMP] : pre-commit stuff 2022-12-24 00:58:24 +01:00
manu
6fc511524d [MIG]account_asset_management: Migration to 15.0 2022-12-24 00:42:23 +01:00
manu
9d5714cd94 [IMP] : black, isort, prettier 2022-12-24 00:42:23 +01:00
oca-git-bot
ce0e170f1c [IMP] update dotfiles 2022-12-24 00:42:23 +01:00
Jordi Ballester
c62bab7c9e [IMP] account_asset_management: add carry_forward_missed_depreciations 2022-12-24 00:42:23 +01:00
Víctor Martínez
4573edf2ff [IMP] account_asset_management: Add chatter + activities to assets.
TT34459
2022-12-24 00:42:23 +01:00
Víctor Martínez
c6c9e97d78 [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-12-24 00:42:23 +01:00
ps-tubtim
40f4b6cf8a [ENH] account_asset_management: Add purchase value in asset report 2022-12-24 00:42:22 +01:00
ps-tubtim
1099b85fe7 [FIX] account_asset_management: fix _check_dates 2022-12-24 00:42:22 +01:00
Jordi Ballester
319042dc87 [13.0][fix][account_asset_management] display only accounts associated
to the current company.
2022-12-24 00:42:22 +01:00
mreficent
b1b0952153 [FIX] account_asset_management: include 'number' method_time 2022-12-24 00:42:22 +01:00
João Marques
2cbf50e056 [IMP] account_asset_management: Add analytic tags and propagate
TT28974
2022-12-24 00:42:22 +01:00
Víctor Martínez
0325891a82 [FIX] account_asset_management: Prevent create lines with init=True when account_lock_date_update addon is installed and lock date defined 2022-12-24 00:42:22 +01:00
Víctor Martínez
79cc93f3dd [FIX] account_asset_management: Fix error from group_ids in asset when set profile_id 2022-12-24 00:42:22 +01:00
Luc De Meyer
e4796d3bd5 [IMP] account_asset_management: Add reporting 2022-12-24 00:42:22 +01:00
João Marques
dd7e4e08df [MIG] account_asset_management: Migration to v14
TT26410
2022-12-24 00:42:21 +01:00
Pedro M. Baeza
2b360a8c27 [IMP] account_asset_management: Refinements 2022-12-24 00:42:21 +01:00
Carlos Dauden
389d82839e [IMP] account_asset_management: Improve code and translation 2022-12-24 00:42:21 +01:00
Andrea
91f989be0e Fix of pre-commit: E741 ambiguous variable name 'l' 2022-12-24 00:42:21 +01:00
Quentin Groulard
e53bd5b26e [IMP] account_asset_management: Depreciation board compute upon asset confirmation 2022-12-24 00:42:21 +01:00
Pedro M. Baeza
20078b4472 [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-12-24 00:42:21 +01:00
Pedro M. Baeza
a16a456511 [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-12-24 00:42:21 +01:00
ernestotejeda
7e9d38ef5e [MIG] account_asset_management: Migration to 13.0 2022-12-24 00:42:21 +01:00
ernestotejeda
bc3e0f8fa6 [IMP] account_asset_management: black, isort 2022-12-24 00:42:21 +01:00
Luc De Meyer
cd3bd6bbd2 [12.0][FIX]traceback when deviating FY 2022-12-24 00:42:21 +01:00
Iván Todorovich
6673fcab25 [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-12-24 00:42:21 +01:00
Joan Sisquella
f8af00f03a [ADD] allows setting a depreciation ending date 2022-12-24 00:42:21 +01:00
Saran
bbe959c783 [ADD] options 'use_leap_years' 2022-12-24 00:42:21 +01:00
Saran
181d7f2f83 [12.0][IMP] account_asset_management 2022-12-24 00:42:21 +01:00
Pedro M. Baeza
dab2a897b4 [MIG+FIX+IMP] account_asset_management: Rework migration scripts + make asset group m2m 2022-12-24 00:42:21 +01:00
Henrik Norlin
05e3fa1033 [IMP] removed type, parent_id, parent_path, child_ids from account.asset & account.asset.profile 2022-12-24 00:42:21 +01:00
Pedro M. Baeza
095a205ab1 [FIX] account_asset_management: Don't depend on account.fiscal.year created records
* There's no need of forcing to create such records if your fiscal years are regular ones.
* FY date range computation duplicates code that is already on core.
* DummyFY is a good idea, but was not used at all. Now it is.
2022-12-24 00:42:21 +01:00
Pedro M. Baeza
68509d7386 [FIX] account_asset_management: Provide hook _compute_depreciation_amount_per_fiscal_year
This way, other method_time mechanism like localization ones is able to overwrite it.

You also got an error of variable `number` not set due to previous code. Although no
alternate implementation for a new method_time, now you don't have any error,
fallbacking to standard proportional repartition.
2022-12-24 00:42:21 +01:00
Henrik
61d5a0b076 [12.0][FIX] account_asset_management: date_range -> account_fiscal_year, account_analytic_id without domain 2022-12-24 00:42:21 +01:00
Henrik Norlin
886abfe610 [MIG] account_asset_management: Migration to 12.0 2022-12-24 00:42:21 +01:00
Akim Juillerat
a7cdfdd14d [MIG] account_asset_management: Migration to 11.0 2022-12-24 00:42:20 +01:00
Luc De Meyer
49d1c36679 [FIX] account_asset_management: Test data + onchange 2022-12-24 00:42:20 +01:00
Akim Juillerat
163eb03e63 [FIX+IMP] account_asset_management: 2 things:
* Fix compute methods dependencies and small optimizations
* Rename demo file to test and move it into the right folder
2022-12-24 00:42:20 +01:00
Luc De Meyer
7c76c17231 [10.0][MIG]account_asset_management suite refactoring + 10.0 port 2022-12-24 00:42:20 +01:00