Skip to content
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

Add pre-migrate script to drop column bvr_adherent_num #4

Open
wants to merge 3 commits into
base: 14.0
Choose a base branch
from

Conversation



@openupgrade.migrate()
def migrate(env, version):
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I campi res.bank.ccp e res.partner.bank.ccp non sono più presenti in 14.0 quindi forse sono stati spostati o rimossi, come mai non sono gestiti nella migrazione?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perché sono stati integrati nel core di Odoo: OCA@bebd92b

(vedi il link alla commit anche sul task)

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(vedi il link alla commit anche sul task)

Avevo guardato la descrizione dell'attività ma non c'erano riferimenti ai campi ccp.

I dati che abbiamo in quei campi in v10, come vengono portati nelle nuove colonne del core, se ci vengono portati?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ho aggiunto il campo allo script (è valorizzato su record che verranno poi eliminati).

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Come mai il campo res.bank.ccp non è gestito nella migrazione?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mi era sfuggito, grazie

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Se gli unici record di res.partner.bank che avevano i campi bvr_adherent_num e ccp valorizzati sono da eliminare, allora può andare bene eliminare le loro colonne; è un po' rischioso perché da oggi alla migrazione si potrebbero aggiungere record che valorizzano questi campi e ci interessa migrarli, ma per me è sufficiente che @stevech091 ne sia al corrente.

Questo non vuol dire che debba succedere lo stesso per le colonne di res.bank.

@stevech091 puoi confermare che non ci interessa portare questi dati in 14.0?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Da come eravamo rimasti quando ci siamo sentiti, questi dati sono dati bancari che non gli servono e che, al massimo, può recuperare tramite fatture, estratti conto ecc...

Per ccp di res.bank abbiamo un solo record che ha quel campo valorizzato.

Comunque, come dici tu, aspettiamo la conferma definitiva di @stevech091



@openupgrade.migrate()
def migrate(env, version):
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(vedi il link alla commit anche sul task)

Avevo guardato la descrizione dell'attività ma non c'erano riferimenti ai campi ccp.

I dati che abbiamo in quei campi in v10, come vengono portati nelle nuove colonne del core, se ci vengono portati?



@openupgrade.migrate()
def migrate(env, version):
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Come mai il campo res.bank.ccp non è gestito nella migrazione?

@SimoneVagile SimoneVagile force-pushed the 14.0-mig-l10n_ch_base_bank-scripts branch from c8d2d06 to afa0f17 Compare March 4, 2022 13:44


@openupgrade.migrate()
def migrate(env, version):
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Se gli unici record di res.partner.bank che avevano i campi bvr_adherent_num e ccp valorizzati sono da eliminare, allora può andare bene eliminare le loro colonne; è un po' rischioso perché da oggi alla migrazione si potrebbero aggiungere record che valorizzano questi campi e ci interessa migrarli, ma per me è sufficiente che @stevech091 ne sia al corrente.

Questo non vuol dire che debba succedere lo stesso per le colonne di res.bank.

@stevech091 puoi confermare che non ci interessa portare questi dati in 14.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants