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_reconcile_oca #629

Closed

Conversation

norlinhenrik
Copy link
Contributor

I have done the migration tasks. I am very bad in javascript. When installing I got this error. Is there anyone else who can fix it?
account_reconcile_oca

etobella and others added 30 commits February 3, 2024 22:19
* In "reconcile" tab, don't propose the move of the currently processed statement line

* In accounting, only select/search parent partners
* refactoring JS in order to add logic
* Improve views
* Minor fixes in Odoo code in order to fix all possible options
…of account move number (name) fot the counterpart account move line
Currently translated at 1.0% (1 of 92 strings)

Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_oca
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca/es/
Currently translated at 25.0% (23 of 92 strings)

Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_oca
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca/hr/
Currently translated at 81.5% (75 of 92 strings)

Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_oca
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca/tr/
By default, account_account name is a char field. But if
l10n_multilang is installed, it is translatable, hence
the DB column is now a jsonb.
We must handle both cases in the select query.
Currently translated at 76.0% (70 of 92 strings)

Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_oca
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca/pt_BR/
Currently translated at 100.0% (92 of 92 strings)

Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_oca
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca/fr/
Yung-Wa and others added 20 commits February 3, 2024 22:27
Currently translated at 100.0% (99 of 99 strings)

Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_oca
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca/nl/
Currently translated at 100.0% (99 of 99 strings)

Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_oca
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca/es/
Currently translated at 100.0% (99 of 99 strings)

Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_oca
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca/ca/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_oca
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca/
Currently translated at 100.0% (100 of 100 strings)

Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_oca
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca/es/
Currently translated at 100.0% (100 of 100 strings)

Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_oca
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca/pt_BR/
Currently translated at 99.0% (99 of 100 strings)

Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_oca
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca/fr/
…ncile with different partners

Sometimes you may need to reconcile journal items where the partner is different. It's not a good practice
 but may need to be done in cases such as when an invoice and a payment are posted with two partners that
 are in reality the same company, or because you just need to reconcile to clean up.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_oca
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca/
@norlinhenrik
Copy link
Contributor Author

I have disabled the chatter and tried to fix the other js. But when I open bank transactions, I get
Cannot read properties of undefined (reading 'root')

@norlinhenrik
Copy link
Contributor Author

@etobella Would you like to help with this migration? I can pay for a couple of hours.

@etobella
Copy link
Member

etobella commented Feb 8, 2024

Not an easy task for several reasons:

  • Odoo removed some logic for reconcile models and needs to be restored... I would recommend a different module in order to avoid license problems
  • There was an error of definiion on the views using list when should be kanban....
  • I have issues showing the new widgets. Almost ready

@norlinhenrik
Copy link
Contributor Author

Thank you for these important insights.

Odoo removed some logic for reconcile models and needs to be restored... I would recommend a different module in order to avoid license problems

Is this python or javascript or both?

There was an error of definition on the views using list when should be kanban....

Where? I cannot find it.

I have issues showing the new widgets. Almost ready

Nice!

@etobella
Copy link
Member

etobella commented Feb 8, 2024

image

Now I will prepare the missing functions moved from CE to EE

@etobella
Copy link
Member

etobella commented Feb 8, 2024

Superseed by #630

@etobella etobella closed this Feb 8, 2024
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.