[19.0][MIG] l10n_it_asset_management: Migration to 19.0#5074
Open
Borruso wants to merge 32 commits into
Open
Conversation
19c7a52 to
bd1466c
Compare
Member
|
/ocabot migration l10n_it_asset_management |
c971b37 to
d8c51f0
Compare
|
la pr che blocca il merge è stata mergiata quindi si può togliere il commit [DONT MERGE] test-requirements.txt](d8c51f0) |
|
@Borruso puoi fare rebase qui? |
Co-authored-by: Simone Rubino <simone.rubino@aion-tech.it>
When creating an asset from a vendor bill, the context value of "default_dismiss_date" used for the asset management wizard is passed from the wizard to the asset creation. In order to avoid using such default, explicitly set that a newly created asset has no dismiss_date.
Currently translated at 100.0% (448 of 448 strings) Translation: l10n-italy-16.0/l10n-italy-16.0-l10n_it_asset_management Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-16-0/l10n-italy-16-0-l10n_it_asset_management/it/
Deciding the depreciation type based on the move type does not work with entries because they could be either "in" or "out". Everything depends on the sign of the account move lines amount: if it is positive then it is an "in" depreciation, otherwise "out".
Depreciation mode lines represent years after asset purchase
Currently translated at 100.0% (447 of 447 strings) Translation: l10n-italy-16.0/l10n-italy-16.0-l10n_it_asset_management Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-16-0/l10n-italy-16-0-l10n_it_asset_management/it/
Allow to use a different account in the asset depreciation than the asset category account
Currently translated at 100.0% (458 of 458 strings) Translation: l10n-italy-16.0/l10n-italy-16.0-l10n_it_asset_management Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-16-0/l10n-italy-16-0-l10n_it_asset_management/it/
Currently translated at 100.0% (460 of 460 strings) Translation: l10n-italy-16.0/l10n-italy-16.0-l10n_it_asset_management Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-16-0/l10n-italy-16-0-l10n_it_asset_management/it/
Currently translated at 100.0% (461 of 461 strings) Translation: l10n-italy-16.0/l10n-italy-16.0-l10n_it_asset_management Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-16-0/l10n-italy-16-0-l10n_it_asset_management/it/
The 'numbercall' and 'doall' fields have been removed. More details: odoo/odoo@2700dd3 Invalid JSDoc tag name "odoo-module" Since 17.0, the "attrs" and "states" attributes are no longer used DeprecationWarning: Since 18.0: odoo.tests.common.Form is deprecated, use odoo.tests.Form object has no attribute 'name_get'. More details: odoo/odoo@3c62ca1 WARNING odoo.tools.translate: no translation language detected, skipping translation. More details: odoo/odoo@b794f0f Invoice date is only checked for posted moves. More details: odoo/odoo@b70d9ad WARNING odoo.addons.web.controllers.utils: Action 'Assets' contains custom properties 'view_type'. Passing them via the `params` or `context` properties is recommended instead
d8c51f0 to
2a068a6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#4930