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] account: allow OCA localization modules #1203

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Conversation

alexis-via
Copy link

This commit allows to have a fork of a localization module in OCA under a different name (adding '_oca' suffix). For example, a module l10n_fr_oca exists in OCA/l10n-france, cf https://github.com/OCA/l10n-france/tree/16.0/l10n_fr_oca

The post-install script of the account module installs localization modules corresponding to the country of the company:

  1. first, tries to find a module l10n_xx_oca
  2. then tries to find a module l10n_xx
    where xx is the country code.

This change has already been accepted in OCB v14, cf #1138


I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

This commit allows to have a fork of a localisation module in OCA under a different name (adding '_oca' suffix).
Copy link
Member

@rvalyi rvalyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@OCA-git-bot
Copy link

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants