-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
[18.0] [MIG] l10n_it_abicab: Migration to 18.0 #4505
Open
Borruso
wants to merge
26
commits into
OCA:18.0
Choose a base branch
from
Borruso:18.0-mig-l10n_it_abicab
base: 18.0
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.
Conversation
This file contains 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
[IMP] porting module to Odoo 8.0 [ADD] Readme clear __openerp__.py [FIX] Flake8 - W292 no newline at end of file Replace Openerp -> Odoo [FIX] Depends - Readme - Module name - Update transalation file
[MIG] Rename manifest files
[FIX] authors [FIX] copyright [FIX] README syntax [FIX] README syntax [FIX] contributors
Currently translated at 100.0% (5 of 5 strings) Translation: l10n-italy-11.0/l10n-italy-11.0-l10n_it_abicab Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-11-0/l10n-italy-11-0-l10n_it_abicab/it/
[IMP] Set partner bank abi/cab related
Currently translated at 100.0% (6 of 6 strings) Translation: l10n-italy-12.0/l10n-italy-12.0-l10n_it_abicab Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-12-0/l10n-italy-12-0-l10n_it_abicab/it/
Currently translated at 100.0% (9 of 9 strings) Translation: l10n-italy-14.0/l10n-italy-14.0-l10n_it_abicab Translate-URL: https://translation.odoo-community.org/projects/l10n-italy-14-0/l10n-italy-14-0-l10n_it_abicab/it/
pylint with optional checks..............................................Passed - hook id: pylint - duration: 61.46s ************* Module l10n_it_fatturapa l10n_it_fatturapa/views/partner_view.xml:51: [W7940(dangerous-view-replace-wo-priority), ] Dangerous use of "replace" from view with priority 0 < 99 ************* Module l10n_it_abicab l10n_it_abicab/views/abicab_view.xml:29: [W7940(dangerous-view-replace-wo-priority), ] Dangerous use of "replace" from view with priority 0 < 99 ************* Module l10n_it_intrastat_statement.models.intrastat_statement_purchase_section l10n_it_intrastat_statement/models/intrastat_statement_purchase_section.py:58: [R7980(consider-merging-classes-inherited), IntrastatStatementPurchaseSection1] Consider merging classes inherited to "account.intrastat.statement.purchase.section" from intrastat_statement_purchase_section.py:212, intrastat_statement_purchase_section.py:357, intrastat_statement_purchase_section.py:428. ************* Module l10n_it_intrastat_statement.models.intrastat_statement_sale_section l10n_it_intrastat_statement/models/intrastat_statement_sale_section.py:26: [R7980(consider-merging-classes-inherited), IntrastatStatementSaleSection1] Consider merging classes inherited to "account.intrastat.statement.sale.section" from intrastat_statement_sale_section.py:172, intrastat_statement_sale_section.py:300, intrastat_statement_sale_section.py:371. pylint with mandatory checks.............................................Failed - hook id: pylint - exit code: 4 ************* Module l10n_it_fatturapa l10n_it_fatturapa/views/partner_view.xml:51: [W7940(dangerous-view-replace-wo-priority), ] Dangerous use of "replace" from view with priority 0 < 99 ************* Module l10n_it_abicab l10n_it_abicab/views/abicab_view.xml:29: [W7940(dangerous-view-replace-wo-priority), ] Dangerous use of "replace" from view with priority 0 < 99
Removed method because there is a "related" attribute in fields bank_abi & bank_cab which makes the method unnecessary
Steps: - install l10n_it_abicab - install l10n_mx "ABM Code" field label disappears
/ocabot migration l10n_it_abicab |
3 tasks
Borruso
added a commit
to DinamicheAziendali/l10n-italy
that referenced
this pull request
Dec 20, 2024
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.
Migration from 16.0 to 18.0
Issue: #4392