account-financial-tools icon indicating copy to clipboard operation
account-financial-tools copied to clipboard

Migration to version 16.0

Open sbidoul opened this issue 2 years ago • 30 comments

Todo

https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0

Modules to migrate

  • [x] account_asset_management - By @RodrigoBM - #1479
  • [ ] account_asset_management_menu
  • [x] ~~account_balance_line~~ Included in core
  • [x] account_bank_statement_chatter - By @sergiobstoj - #1869
  • [x] account_chart_update - By @ljsalvatierra-factorlibre - #1555
  • [x] account_fiscal_month - By @BT-anieto - #1708
  • [x] account_fiscal_position_vat_check - By @syera94 - #1480
  • [x] account_fiscal_year - By @baimont - #1473
  • [x] account_fiscal_year_auto_create - By @legalsylvain - #1492
  • [x] account_invoice_constraint_chronology - By @AnizR - #1474
  • [x] account_journal_general_sequence - By @yajo - #1536
  • [x] account_journal_lock_date - By @RodrigoBM - #1509
  • [x] account_loan - By @etobella - #1721
  • [ ] account_lock_date_update
  • [ ] account_maturity_date_default
  • [ ] account_move_budget
  • [x] ~~account_move_force_removal~~ Not needed anymore. See odoo/odoo@6112f4f
  • [x] account_move_fiscal_month - By @BT-anieto - #1709
  • [x] account_move_fiscal_year - By @BT-anieto - #1710
  • [ ] account_move_line_menu
  • [x] account_move_line_purchase_info - By @astirpe - #1616
  • [ ] account_move_line_sale_info
  • [x] account_move_line_tax_editable - By @ljsalvatierra-factorlibre - #1508
  • [x] account_move_name_sequence - By @RodrigoBM - #1510
  • [x] account_move_print - By @ramiadavid - #1481
  • [ ] account_move_template
  • [x] account_partner_required - By @alexis-via - #1542
  • [x] account_sequence_option - By @Saran440 - #1810
  • [x] account_template_active - By @legalsylvain - #1491
  • [x] account_usability - By @legalsylvain - #1477
  • [x] base_vat_optional_vies - By @RodrigoBM - #1572
  • [ ] product_category_tax
  • [ ] sale_unreconciled - By @AaronHForgeFlow - #1936

Missing module? Check https://github.com/OCA/maintainer-tools/wiki/%5BFAQ%5D-Missing-modules-in-migration-issue-list

sbidoul avatar Oct 03 '22 16:10 sbidoul

I will work on account_asset_management

RodrigoBM avatar Oct 07 '22 12:10 RodrigoBM

account_balance_line not needed any more: https://github.com/OCA/account-financial-tools/pull/1476#issuecomment-1271683038

Is it a procedure to indicate it here an in OpenUpgrade?

rafaelbn avatar Oct 07 '22 14:10 rafaelbn

Here it's strikethrough and indicated that is not needed. On OpenUpgrade the module can be indicated as merged in apriori file for smoother migration.

pedrobaeza avatar Oct 07 '22 15:10 pedrobaeza

Why is account_fiscal_year and account_invoice_constraint_chronology not checked on the list?

RodrigoBM avatar Oct 21 '22 07:10 RodrigoBM

It's not done automatically. See https://github.com/OCA/oca-github-bot/issues/189 and https://github.com/OCA/oca-github-bot/pull/192 and you can review for getting this feature.

pedrobaeza avatar Oct 21 '22 07:10 pedrobaeza

thanks for the info @pedrobaeza

RodrigoBM avatar Oct 21 '22 08:10 RodrigoBM

Hi @sbidoul

Im working in account_move_print #1481

ramiadavid avatar Oct 21 '22 17:10 ramiadavid

Hi

I'm currently working on migrating account_move_line_tax_editable

-- https://github.com/OCA/account-financial-tools/pull/1508

Hi

I'm currently working on migrating account_chart_update


https://github.com/OCA/account-financial-tools/pull/1555

Hi

I'm currently working on migratin account_chart_update_l10n_eu_oss


https://github.com/OCA/account-financial-tools/pull/1556

I'm migrating account_group_menu #1563

BT-atornero avatar Jan 23 '23 14:01 BT-atornero

I'm migrating base_vat_optional_vies #1572

RodrigoBM avatar Jan 26 '23 12:01 RodrigoBM

Hi!

I'm currently working on migrating account_asset_batch_compute.

PR: #1611

JavierIniesta avatar Mar 09 '23 07:03 JavierIniesta

Module account_move_line_menu seems not necessary anymore, since the menuitem for Journal Entries is now accessible to group group_account_readonly in Odoo 16 (after commit https://github.com/odoo/odoo/commit/f5541768a6af90565de79e782d39643b9f5bfc11)

astirpe avatar Mar 15 '23 10:03 astirpe

account_move_line_purchase_info https://github.com/OCA/account-financial-tools/pull/1616 and account_move_line_sale_info https://github.com/OCA/account-financial-tools/pull/1617

astirpe avatar Mar 16 '23 10:03 astirpe

Module account_move_force_removal seems not necessary anymore for V16. The module was basically just bypassing the check made in method _unlink_forbid_parts_of_chain() that was ensuring that the sequence number was the last element of a chain of sequence. In V16 that method was removed, see https://github.com/odoo/odoo/commit/6112f4f59aeb5dc5a3b698edd861b19f25da7017

astirpe avatar Mar 21 '23 11:03 astirpe

Module account_move_force_removal seems not necessary anymore for V16. The module was basically just bypassing the check made in method _unlink_forbid_parts_of_chain() that was ensuring that the sequence number was the last element of a chain of sequence. In V16 that method was removed, see odoo/odoo@6112f4f

Handled in https://github.com/OCA/OpenUpgrade/pull/3802

pedrobaeza avatar Mar 25 '23 11:03 pedrobaeza

Migration account_move_budget #1658

jaenbox avatar Jun 06 '23 10:06 jaenbox

Hi,

Currently working on account_asset_number: https://github.com/OCA/account-financial-tools/pull/1687

ACheung-FactorLibre avatar Jul 05 '23 09:07 ACheung-FactorLibre

I'm missing account_fiscal_month, account_move_fiscal_month and account_move_fiscal_year

I'm working on them: account_fiscal_month: #1708 account_move_fiscal_month #1709 account_move_fiscal_year #1710

BT-anieto avatar Aug 02 '23 07:08 BT-anieto

Migrating account_lock_to_date in https://github.com/OCA/account-financial-tools/pull/1732

SirAionTech avatar Sep 29 '23 15:09 SirAionTech

Hi guys,

Anyone working on migrating product_category_tax?

FreezeS avatar Oct 17 '23 15:10 FreezeS

@FreezeS product_category_tax V16 is here: https://github.com/OCA/account-financial-tools/pull/1618 But we don't need this module anymore, so I will be happy if you or someone else will take over this PR..

astirpe avatar Oct 19 '23 11:10 astirpe

account_sequence_option https://github.com/OCA/account-financial-tools/pull/1775

matteoopenf avatar Nov 08 '23 10:11 matteoopenf

mig https://github.com/OCA/account-financial-tools/pull/1776 account_move_force_removal

matteoopenf avatar Nov 08 '23 16:11 matteoopenf

@astirpe why don't we need product_category_tax, has the functionality been implemented somewhere else? I see that #1618 has been closed.

FreezeS avatar Nov 23 '23 11:11 FreezeS

@FreezeS we don't need product_category_tax for our projects anymore, maybe you or someone else can take over...

astirpe avatar Nov 23 '23 11:11 astirpe

Hi

I'm currently working on migrating account_check_deposit #1907

fanchlegal avatar Jun 27 '24 11:06 fanchlegal