-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Migration to version 16.0 #373
Comments
Hi, I tried to migrate LCR module to 16.0 but I have this error below : `odoo.tools.convert.ParseError: while parsing /home/odoo/src/user/account_payment_mode/views/account_payment_mode.xml:3 Field 'company_id' used in domain of field 'variable_journal_ids' ([('company_id', '=', company_id), ('type', 'in', ('bank', 'cash'))]) is restricted to the group(s) base.group_multi_company. View error context: |
@linkweaver before porting the LCR module, make sure ALL the underlying modules are ported to v16! |
Idea for DEB/DES: combine the generation of the XML export with the draft2done button. That way, users will not forget to set the declaration to done and, we make sure that, when the XML is generated, the declaration is not modified afterwards. |
l10n_fr_department: we plan to rename the field department_id on res.partner, cf |
Hello, l10n_fr_chorus_sale is also available on v 16 but it requires l10n_fr_chorus_account and thus l10n_fr_chorus_facturx . |
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
The text was updated successfully, but these errors were encountered: