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

[17.0][MIG] account_multicompany_easy_creation: Migration to 17.0 #739

Open
wants to merge 16 commits into
base: 17.0
Choose a base branch
from

Conversation

victoralmau
Copy link
Member

Migration to 17.0

Changes done:

  • The default_sale_tax_id and default_purchase_tax_id fields that reference account.tax.template are removed because model does not exist and it would not be consistent to be able to set already existing taxes (account.tax). If applicable, the localization (l10n_en for example) addon will define account_sale_tax_id and account_purchase_tax_id values at the res.company level that will be used for the same purpose.
  • The fields reference to account.account.template are not necessary, when applying the chart template the ir.property records linked to the new company (property_account_receivable_id, property_account_payable_id, property_account_expense_categ_id and property_account_income_categ_id) are already set.

@Tecnativa TT50048

carlosdauden and others added 16 commits December 11, 2024 14:32
[UPD] Update account_multicompany_easy_creation.pot

[UPD] README.rst
…eation.

account_multicompany_easy_creation 13.0.1.0.1
…te correctly + Tests

account_multicompany_easy_creation 13.0.1.0.2
… function to update only records with taxes.

account_multicompany_easy_creation 13.0.1.0.3
Matching taxes by description is no longer reliable

TT32316

[UPD] Update account_multicompany_easy_creation.pot

account_multicompany_easy_creation 13.0.1.0.4
[UPD] Update account_multicompany_easy_creation.pot

[UPD] README.rst

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: multi-company-16.0/multi-company-16.0-account_multicompany_easy_creation
Translate-URL: https://translation.odoo-community.org/projects/multi-company-16-0/multi-company-16-0-account_multicompany_easy_creation/
Currently translated at 100.0% (56 of 56 strings)

Translation: multi-company-16.0/multi-company-16.0-account_multicompany_easy_creation
Translate-URL: https://translation.odoo-community.org/projects/multi-company-16-0/multi-company-16-0-account_multicompany_easy_creation/es/

[UPD] README.rst
Translated using Weblate (Italian)

Currently translated at 100.0% (56 of 56 strings)

Translation: multi-company-16.0/multi-company-16.0-account_multicompany_easy_creation
Translate-URL: https://translation.odoo-community.org/projects/multi-company-16-0/multi-company-16-0-account_multicompany_easy_creation/it/
…/pos_restaurant module is installed. (impossibility to access to pos.payment.method model)
Changes done:

- The default_sale_tax_id and default_purchase_tax_id fields that
reference account.tax.template are removed because model does not
exist and it would not be consistent to be able to set already
existing taxes (account.tax). If applicable, the localization
(l10n_en for example) addon will define account_sale_tax_id
and account_purchase_tax_id values at the res.company level
that will be used for the same purpose.

- The fields reference to account.account.template are not necessary,
when applying the chart template the ir.property records linked to
the new company (property_account_receivable_id, property_account_payable_id,
property_account_expense_categ_id and property_account_income_categ_id)
are already set.

TT50048
@pedrobaeza
Copy link
Member

/ocabot migration account_multicompany_easy_creation

@OCA-git-bot OCA-git-bot added this to the 17.0 milestone Dec 11, 2024
@OCA-git-bot OCA-git-bot mentioned this pull request Dec 11, 2024
14 tasks
Copy link

@carlos-lopez-tecnativa carlos-lopez-tecnativa left a comment

Choose a reason for hiding this comment

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

LGTM.

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

Successfully merging this pull request may close these issues.