Skip to content

Commit e8b9b60

Browse files
committed
[FIX] account_analytic_line.journal_id is removed. Fixes #5481
1 parent 30b6c22 commit e8b9b60

File tree

10 files changed

+3
-0
lines changed

10 files changed

+3
-0
lines changed
File renamed without changes.

addons/account/migrations/9.0.1.1/noupdate_changes.xml renamed to addons/account/migrations/9.0.1.2/noupdate_changes.xml

File renamed without changes.

addons/account/migrations/9.0.1.1/openupgrade_analysis.txt renamed to addons/account/migrations/9.0.1.2/openupgrade_analysis.txt

File renamed without changes.

addons/account/migrations/9.0.1.1/openupgrade_analysis_work.txt renamed to addons/account/migrations/9.0.1.2/openupgrade_analysis_work.txt

File renamed without changes.
File renamed without changes.

addons/account/migrations/9.0.1.1/pre-migration.py renamed to addons/account/migrations/9.0.1.2/pre-migration.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@
109109
],
110110
'account_invoice': [
111111
('reference', None, None),
112+
],
113+
'account_analytic_line': [
114+
('journal_id', None, None),
112115
]
113116
}
114117

addons/account/migrations/9.0.1.1/tests/test_account_sequence.py renamed to addons/account/migrations/9.0.1.2/tests/test_account_sequence.py

File renamed without changes.

addons/account/migrations/9.0.1.1/tests/test_account_sequence.yml renamed to addons/account/migrations/9.0.1.2/tests/test_account_sequence.yml

File renamed without changes.

addons/account/migrations/9.0.1.1/tests/test_product_property.py renamed to addons/account/migrations/9.0.1.2/tests/test_product_property.py

File renamed without changes.

addons/account/migrations/9.0.1.1/tests/test_product_property.yml renamed to addons/account/migrations/9.0.1.2/tests/test_product_property.yml

File renamed without changes.

0 commit comments

Comments
 (0)