-
- Downloads
[REF] account,payment_paypal: Remove the 'paypal_account' field
This field was relevant before the salepocalypse, it is no longer. Replaced by generic payment providers instead of putting paypal payment methods in account. Remove it from the res.company and res.config model Remove the method `_migrate_paypal_account` as it was used to find paypal accounts based on the removed field Closes #11231, task-22286
Showing
- addons/account/models/company.py 0 additions, 1 deletionaddons/account/models/company.py
- addons/account/models/res_config.py 0 additions, 5 deletionsaddons/account/models/res_config.py
- addons/account/views/res_config_view.xml 1 addition, 4 deletionsaddons/account/views/res_config_view.xml
- addons/payment_paypal/data/paypal.xml 0 additions, 1 deletionaddons/payment_paypal/data/paypal.xml
- addons/payment_paypal/models/__init__.py 0 additions, 1 deletionaddons/payment_paypal/models/__init__.py
- addons/payment_paypal/models/paypal.py 0 additions, 19 deletionsaddons/payment_paypal/models/paypal.py
- addons/payment_paypal/models/res_company.py 0 additions, 43 deletionsaddons/payment_paypal/models/res_company.py
Please register or sign in to comment