Rodrigo
|
f1371e5b33
|
[MIG] account_asset_management: Migration to 16.0
|
2023-01-04 16:07:33 +01:00 |
|
angel
|
2800a996db
|
[15.0][FIX] account_asset_management: add post-install tagged.
|
2022-12-24 00:42:23 +01:00 |
|
manu
|
6fc511524d
|
[MIG]account_asset_management: Migration to 15.0
|
2022-12-24 00:42:23 +01:00 |
|
Saran440
|
6a8c389b78
|
[FIX] calculate day mistake, remove asset
|
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
|
92e7f1cee5
|
[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-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
|
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 |
|
Saran440
|
d95641888f
|
[FIX] calculate days when remove asset
|
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
|
db1e569dab
|
[FIX] account_asset_management: Fix error according to _name_search in group when try to set groups in profile
|
2022-12-24 00:42:22 +01:00 |
|
Stefan Rijnhart
|
9352bd825c
|
[FIX] account_asset_management: don't set class attributes in reporting
Also, actually generate report in test plus other tests to make it to the
codecov target
|
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 |
|
Stefan Rijnhart
|
a492122458
|
[FIX] account_asset_mamagement: set invoice date
Adapt to https://github.com/odoo/odoo/commit/fcaa54939e, which prevents
setting a default invoice date for purchase documents
|
2022-12-24 00:42:22 +01:00 |
|
Víctor Martínez
|
4e31113bbe
|
[FIX] account_asset_management: Fix onchange account_id and asset_profile_id to prevent account_id is empty in some use cases
|
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 |
|
Ernesto Tejeda
|
5117722b06
|
[FIX] account_asset_management: Fix tests
|
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 |
|
Pedro M. Baeza
|
e2ceca5842
|
[FIX] account_asset_management: Fix tests on leap year
It's bad idea to let dates to be variable.
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|