这是indexloc提供的服务,不要输入任何密码
Skip to content

Migration to version 16.0 #2967

@sbidoul

Description

@sbidoul

Todo

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

Extra undocumented steps (see commit descriptions):

  • odoo/odoo@26b2472 user_type_id -> account_type account.account.type
  • odoo/odoo@d8d47f9 - refactoring of account.move methods (@onchange)
  • odoo/odoo@2348386 - some fields became HTML from Text
  • odoo/odoo@785d49f - (silently) changes sig of function _get_reconciled_invoices_partials()
  • odoo/odoo@1595c0e - refactoring of env
  • odoo/odoo@3dad4b3 - refactoring di account.payment.term
  • odoo/odoo@b919440 - renaming of env['account.fiscal.position'].get_fiscal_position() to _get_fiscal_position
  • every change made to dot-files in the repo root is lost during migration. Maybe we should discuss to put those changes all together in a single commit, right after repo creation, as the first merge.

The following cmdline command is usuful (addresses both 15.0 and 16.0):

egrep -r "t-raw|\"ir.model|SavepointCase|\.manage|name_search|groups_id|fields_get_keys|get_xml_id|flush\(|recompute\(|refresh\(|invalidate_cache\(|account.account.type|user_type_id" --include \*.py --include \*xml .
name internal_type account_type
Receivable (Clienti) receivable asset_receivable
Bank and Cash liquidity asset_cash
Current Assets other asset_current
Non-current Assets other asset_non_current
Fixed Assets other asset_fixed
Expenses other expense
Depreciation other expense_depreciation
Cost of Revenue other expense_direct_cost
Off-Balance Sheet other off_balance
Payable payable liability_payable
Credit Card liquidity liability_credit_card
Prepayments other asset_prepayments
Current Liabilities other liability_current
Non-current Liabilities other liability_non_current
Equity other equity
Current Year Earnings other equity_unaffected
Income (Revenue) other income
Other Income other income_other

Modules to migrate

Elenco moduli su cui è auspicabile avere una revisione funzionale : needs functional review

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions