2
0
Commit Graph

242 Commits

Author SHA1 Message Date
Pedro M. Baeza
e236708977 [MIG] account_asset_management: Handle account_asset_disposal migration 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
Rodrigo Macedo
ecc57559a3 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (193 of 193 strings)

Translation: account-financial-tools-12.0/account-financial-tools-12.0-account_asset_management
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_asset_management/pt_BR/
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
Henrik Norlin
13010ee95a [MIG] 11.0 account_asset to 12.0 account_asset_management 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
Luc De Meyer
fabe61b412 [FIX][12.0]asset_management - fix date string compare 2022-12-24 00:42:21 +01:00
Pedro M. Baeza
66f3c3198a [FIX] account_asset_management: Invisible conditions must be independent from extra method_time values
If not, added methods won't hide these fields.
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
Josep M
8b376f3b88 Translated using Weblate (Spanish)
Currently translated at 91.8% (179 of 195 strings)

Translation: account-financial-tools-12.0/account-financial-tools-12.0-account_asset_management
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_asset_management/es/
2022-12-24 00:42:21 +01:00
Valaeys Stéphane
301132ed0b Translated using Weblate (French)
Currently translated at 100.0% (195 of 195 strings)

Translation: account-financial-tools-12.0/account-financial-tools-12.0-account_asset_management
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_asset_management/fr/
2022-12-24 00:42:21 +01:00
Eduardo Aparicio
cbad3cc41c Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (195 of 195 strings)

Translation: account-financial-tools-12.0/account-financial-tools-12.0-account_asset_management
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_asset_management/pt_BR/
2022-12-24 00:42:21 +01:00
Eduardo Aparicio
6d67542dd2 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (197 of 197 strings)

Translation: account-financial-tools-12.0/account-financial-tools-12.0-account_asset_management
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_asset_management/pt_BR/
2022-12-24 00:42:21 +01:00
Marcel Savegnago
476e4987a0 Translated using Weblate (Portuguese (Brazil))
Currently translated at 40.1% (79 of 197 strings)

Translation: account-financial-tools-12.0/account-financial-tools-12.0-account_asset_management
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_asset_management/pt_BR/
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
Bejaoui Souheil
8fa0de5226 Finish 12.0 migration of account_asset_management
* account_asset: Do not loop on all the lines to search for one linked asset

Before this change, the use of `mapped` on self did loop on all the move
lines that are included in self to get the assets, what could be very
costly for a simple write on a lot of move lines. As the goal is to raise
an error only if at least one move is linked to an asset, we break the
loop if the condition is fulfilled.

* performance improvement

* [RMV] - Remove useless dependency

In 12.0 account_fiscal_year is a standard feature no need to depend on oca
module account_fiscal_year
2022-12-24 00:42:21 +01:00
Maxence Groine
9ff14512da Included PR #828 Fix computation of depreciation lines when having multiple assets in invoice 2022-12-24 00:42:21 +01:00
Maxence Groine
08907b0b1d account_asset_management: Add unit test for invoices with multiple assets 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
Stéphane Bidoul (ACSONE)
0cece3a4b7 [IMP] asset mgt: use exclude manifest key
This is now supported natively by Odoo 11.
2022-12-24 00:42:20 +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
Stéphane Bidoul
91d51837b4 [UPD] prefix versions with 8.0 2022-12-24 00:42:20 +01:00
Adrien Peiffer (ACSONE)
2bce9d2b24 [FIX][account_asset_management] Avoid to select closed or cancelled analytic account 2022-12-24 00:42:20 +01:00
Stéphane Bidoul
56f432386c [FIX] account_asset_management: do not propose special and closed periods for asset posting 2022-12-24 00:42:20 +01:00
Adrien Peiffer (ACSONE)
14954c5360 [FIX][account_asset_management] Add items on affects fields list 2022-12-24 00:42:20 +01:00
Adrien Peiffer (ACSONE)
08c4e9d457 [ADD][account_asset_management] Add check on account move line 2022-12-24 00:42:20 +01:00
luc-demeyer
16d05b1397 analytic enhancement 2022-12-24 00:42:20 +01:00
luc-demeyer
7b422b6c18 account_asset_management: group invoice lines fix 2022-12-24 00:42:20 +01:00
luc-demeyer
2ba8b47612 [IMP] account_asset_management: code cosmetics 2022-12-24 00:42:20 +01:00
Adrien Peiffer (ACSONE)
b963cc17ee [IMP][account_asset_management] Define a list of move's fields that can't be modified if a move is linked with a depriciation line
[IMP][account_asset_management] Define FIELDS_AFFETCS_ASSET_MOVE as a set directly
2022-12-24 00:42:20 +01:00
Stéphane Bidoul
e9bbf96a9a [IMP] account_asset_management: use reload_on_button instead of reloading page 2022-12-24 00:42:20 +01:00
Stefan Rijnhart
193f56c6ae [FIX] Inherited model is a transient model 2022-12-24 00:42:20 +01:00
Leonardo Pistone
7d224b3c4e make *asset* installable again 2022-12-24 00:42:20 +01:00
Romain Deheele
7bd04de5ac [FIX] test floats with assertAlmostEqual
[UPD] add places arg in assertAlmostEqual tests

[UPD] flake clean
2022-12-24 00:42:20 +01:00
Leonardo Pistone
99560a0cb9 move account_asset_management* out of __unported__
add asset management modules

asset mgt update

redo

synch asset mgt with recent V7 changes
2022-12-24 00:42:20 +01:00