You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
13.0: Run migration to v13.0 the following error log will occur:
INFO XXXX odoo.modules.migration: module account_spread_cost_revenue: Running migration [>13.0.1.0.0] pre-migration
ERROR XXXX odoo.sql_db: bad query: ALTER TABLE "res_partner" RENAME COLUMN "auto_archive" TO "auto_archive_spread"
ERROR: column "auto_archive" does not exist
Expected behavior
The migration should run without error.
The text was updated successfully, but these errors were encountered:
Module
account_spread_cost_revenue
Describe the bug
The table name mentioned in
account-financial-tools/account_spread_cost_revenue/migrations/13.0.1.0.0/pre-migration.py
Line 7 in 2645ee8
account-financial-tools/account_spread_cost_revenue/models/res_company.py
Line 30 in ed3382b
To Reproduce
13.0: Run migration to v13.0 the following error log will occur:
INFO XXXX odoo.modules.migration: module account_spread_cost_revenue: Running migration [>13.0.1.0.0] pre-migration
ERROR XXXX odoo.sql_db: bad query: ALTER TABLE "res_partner" RENAME COLUMN "auto_archive" TO "auto_archive_spread"
ERROR: column "auto_archive" does not exist
Expected behavior
The migration should run without error.
The text was updated successfully, but these errors were encountered: