Skip to content

Instantly share code, notes, and snippets.

@blaggacao
Created May 17, 2019 04:10
Show Gist options
  • Save blaggacao/3163123d528e9370e86a26516af382c5 to your computer and use it in GitHub Desktop.
Save blaggacao/3163123d528e9370e86a26516af382c5 to your computer and use it in GitHub Desktop.
Fun stuff
--- !Migration
version: 0.2.3
app_version: 10.0
--- !Migration
version: 3.0.0-rc.1
app_version: 12.0
service: odoo
pre_scripts:
- ../migration.d/orchestrate-10-to-12-refactoring-pre.py
uninstall:
- account_reports_l10n_co
remove:
- xoe_output
- xoe_output_website
- sales_team_acl
- backup_all
- create_testing_db
- crm_tweaks
- account_invoice_payment_date
- stock_picking_wave_ordered
- account_reports_l10n_co
--- !Migration
version: 3.0.0-rc.2
app_version: 12.0
upgrade:
- l10n_co
install:
- xoe_nightly_backup
- xoe_support_stack
- xoe_testing_stack
- base_address_city
- l10n_co_data
uninstall:
- l10n_generic_coa
--- !Migration
version: 3.0.0
app_version: 12.0
upgrade:
- base
uninstall:
- account_config_values
- tax_group_post_total_sale
- tax_group_post_total_purchase
- l10n_co_terceros_sale
- l10n_co_terceros_account
- l10n_co_partner_bank_data
- l10n_co_statement_imports
- l10n_co_terceros_crm
- l10n_co_geo_crm
- account_tax_adjustments_l10n_co
- l10n_co_product_data
- l10n_co_terceros_data
- l10n_co_taxes_bogota
- tax_min_amount
- tax_group_post_total
- l10n_co_terceros
- l10n_co_geo
- helpdesk_timesheets
- license_management
- accounting_wizards
remove:
- account_config_values
- tax_group_post_total_sale
- tax_group_post_total_purchase
- l10n_co_terceros_sale
- l10n_co_terceros_account
- l10n_co_partner_bank_data
- l10n_co_statement_imports
- l10n_co_terceros_crm
- l10n_co_geo_crm
- account_tax_adjustments_l10n_co
- l10n_co_product_data
- l10n_co_terceros_data
- l10n_co_taxes_bogota
- tax_min_amount
- tax_group_post_total
- l10n_co_terceros
- l10n_co_geo
- helpdesk_timesheets
- license_management
- accounting_wizards
post_scripts:
- ../migration.d/orchestrate-10-to-12-refactoring-post.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment