mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[OU-FIX] account_credit_control: Remove comma
It was working, but better to not introduce such typo.
This commit is contained in:
@@ -14,7 +14,7 @@ def migrate(env, version):
|
||||
openupgrade.rename_columns(
|
||||
env.cr, {
|
||||
"credit_run_policy_rel": [
|
||||
("credit_control_run_id", "run_id,"),
|
||||
("credit_control_run_id", "run_id"),
|
||||
("credit_control_policy_id", "policy_id"),
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user