Open
Conversation
…k_m2m_recursion' methods, replaced by '_has_cycle' More info here: odoo/odoo#162656
Refactor translatable strings to use named placeholders instead of positional ones. This improves readability, reduces the risk of translation errors, and makes translations easier to maintain and reorder across languages.
…global_click_edit`
…d `kanban_color`, `kanban_getcolor`, `kanban_getcolorname`
…Upgrade/upgrade_analysis.txt
…the constraint is commented
Error:
```
File ".../odoo-module-migrator/odoo_module_migrate/migration_scripts/migrate_180_190.py", line 80, in build_sql_object
constraints = ast.literal_eval("[" + match.group(1) + "]")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File ".../lib/python3.12/ast.py", line 66, in literal_eval
node_or_string = parse(node_or_string.lstrip(" \t"), mode='eval')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File ".../lib/python3.12/ast.py", line 52, in parse
return compile(source, filename, mode, flags,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<unknown>", line 1
[
^
SyntaxError: '[' was never closed
```
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.
stock.move.linefields from 15.0 to 16.0 [ADD] stock: renamed/removedstock.move.linefields from 15.0 to 16.0 OCA/odoo-module-migrator#134