OCA / account-financial-tools

Odoo Accountant Financial Tools and Utils
GNU Affero General Public License v3.0
314 stars 758 forks source link

Migration to version 16.0 #1472

Open sbidoul opened 2 years ago

sbidoul commented 2 years ago

Todo

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

Modules to migrate

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

RodrigoBM commented 2 years ago

I will work on account_asset_management

rafaelbn commented 2 years ago

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?

pedrobaeza commented 2 years ago

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.

RodrigoBM commented 2 years ago

Why is account_fiscal_year and account_invoice_constraint_chronology not checked on the list?

pedrobaeza commented 2 years ago

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.

RodrigoBM commented 2 years ago

thanks for the info @pedrobaeza

ramiadavid commented 2 years ago

Hi @sbidoul

Im working in account_move_print #1481

ljsalvatierra-factorlibre commented 1 year ago

Hi

I'm currently working on migrating account_move_line_tax_editable

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

RodrigoBM commented 1 year ago

PR account_move_name_sequence

RodrigoBM commented 1 year ago

PR account_journal_lock_date

ljsalvatierra-factorlibre commented 1 year ago

Hi

I'm currently working on migrating account_chart_update


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

ljsalvatierra-factorlibre commented 1 year ago

Hi

I'm currently working on migratin account_chart_update_l10n_eu_oss


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

BT-atornero commented 1 year ago

I'm migrating account_group_menu #1563

RodrigoBM commented 1 year ago

I'm migrating base_vat_optional_vies #1572

JavierIniesta commented 1 year ago

Hi!

I'm currently working on migrating account_asset_batch_compute.

PR: #1611

astirpe commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

pedrobaeza commented 1 year ago

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

jaenbox commented 1 year ago

Migration account_move_budget #1658

ACheung-FactorLibre commented 1 year ago

Hi,

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

BT-anieto commented 1 year ago

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

SirAionTech commented 1 year ago

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

FreezeS commented 1 year ago

Hi guys,

Anyone working on migrating product_category_tax?

astirpe commented 1 year ago

@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..

matteoopenf commented 1 year ago

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

matteoopenf commented 1 year ago

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

FreezeS commented 11 months ago

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

astirpe commented 11 months ago

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

fanchlegal commented 4 months ago

Hi

I'm currently working on migrating account_check_deposit #1907