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

[16.0][OU-FIX] Base: Add help in ir.actions.client translation exclusions #4254

Merged
merged 1 commit into from
Dec 14, 2023

Commits on Dec 14, 2023

  1. [OU-FIX] Base: Add help in ir.actions.client translation exclusions

        In commit d2659fb, cyrilmanuel <[email protected]>
        fixed the same issue for ir.actions.act_window translation
    
        The pre-migration script excludes some fields from models, inherited by ir.actions fields.
        The goal is to allow the conversion of all text fields in json or jsonb (mecanic in odoo 16),
        but if the field is inherited by another fields in another model (in my example, name and help
        in the model ir_actions_client are inherited by ir.actions fields), you cannot execute the sql request.
        It will failed because you cannot convert fields inherited.
    cvinh committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    d8b8b3f View commit details
    Browse the repository at this point in the history