-
Notifications
You must be signed in to change notification settings - Fork 118
[FIX] l10n_es: asset model #4974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
danych2
wants to merge
2
commits into
19.0-l10n_es-accounting-onboarding-malb
Choose a base branch
from
19.0-l10n_es-accounting-onboarding-dadu-assets_model
base: 19.0-l10n_es-accounting-onboarding-malb
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| "id","account_asset_id","account_depreciation_id","account_depreciation_expense_id","name","method_number","method_period" | ||
| "asset_research","account_common_200","account_common_2800","account_common_680","Research","5","12" | ||
| "asset_development","account_common_201","account_common_2800","account_common_680","Development","5","12" | ||
| "asset_adm_concessions","account_common_202","account_common_2800","account_common_682","Administrative concessions","5","12" | ||
| "asset_ind_property","account_common_203","account_common_2800","account_common_682","Industrial property","10","12" | ||
| "asset_goodwill","account_full_204","account_common_2800","account_common_682","Goodwill","10","12" | ||
| "asset_leaseholds","account_common_205","account_common_2800","account_common_682","Leaseholds","5","12" | ||
| "asset_comp_software","account_common_206","account_common_2800","account_common_682","Computer software","5","12" | ||
| "asset_adv_intangible_assets","account_common_209","account_common_2800","account_common_682","Advances for intangible assets","5","12" | ||
| "asset_buildings","account_common_211","account_common_2811","account_common_681","Buildings","30","12" | ||
| "asset_tech_installations","account_common_212","account_common_2812","account_common_681","Technical installations","10","12" | ||
| "asset_machinery","account_common_213","account_common_2813","account_common_681","Machinery","8","12" | ||
| "asset_equipment","account_common_214","account_common_2814","account_common_681","Equipment","5","12" | ||
| "asset_other_installations","account_common_215","account_common_2815","account_common_681","Other installations","10","12" | ||
| "asset_furniture","account_common_216","account_common_2816","account_common_681","Furniture","10","12" | ||
| "asset_inf_tech_equipment","account_common_217","account_common_2817","account_common_681","Information technology equipment","4","12" | ||
| "asset_motor_vehicles","account_common_218","account_common_2818","account_common_681","Motor vehicles","4","12" | ||
| "asset_other_property","account_common_219","account_common_2819","account_common_681","Other property, plant and equipment","5","12" | ||
| "asset_inv_buildings","account_common_220","account_common_282","account_common_682","Investments in buildings","30","12" |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file is not following the spec, some accounts are in the wrong column, other are wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ugh, indeed, the dangers of trying to end something quickly right before going home 😅