OCA / bank-payment

Odoo Electronic Payment
https://odoo-community.org/psc-teams/banking-10
GNU Affero General Public License v3.0
197 stars 518 forks source link

[12.0] account_banking_mandate update question #665

Closed microsound1 closed 4 years ago

microsound1 commented 4 years ago

Hi all,

I have a windows installation of odoo 12 with account_banking_mandate - v 12.0.1.0.0 On Apps - Update I can see a newer version of this module account_banking_mandate - v 12.0.2.0.0

When I try to update I get a ModuleNotFoundError: No module named 'openupgradelib'

Also the same error for account_payment_order update from - v 12.0.1.0.0 Local: 12.0.1.3.0 | Remote: 12.0.1.3.0

Is there anything I can do? Thank you.

pedrobaeza commented 4 years ago

Just install openupgradelib Python library in your system.

microsound1 commented 4 years ago

Thank you so much, on windows I had difficulties to find the correct command, but finally it worked:

Opened CMD Navigate to the python directory C:\Program Files (x86)\Odoo 12.0\python and issued "python -m pip install openupgradelib"