-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
[IMP] Allow to use the storage either from the payment mode or from the payment method #1279
base: 16.0
Are you sure you want to change the base?
[IMP] Allow to use the storage either from the payment mode or from the payment method #1279
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great initiative 👍
account_payment_method_or_mode_fs_storage/models/account_payment_mode.py
Outdated
Show resolved
Hide resolved
...nt_payment_method_or_mode_fs_storage/tests/test_account_payment_method_or_mode_fs_storage.py
Show resolved
Hide resolved
@acsonefho ping |
a8c063e
to
c984316
Compare
account_payment_method_or_mode_fs_storage/models/account_payment_mode.py
Outdated
Show resolved
Hide resolved
account_payment_method_or_mode_fs_storage/models/account_payment_order.py
Outdated
Show resolved
Hide resolved
4e4de5a
to
23cc7e0
Compare
account_payment_method_or_mode_fs_storage/migrations/16.0.1.0.4/post-migrate.py
Show resolved
Hide resolved
account_payment_method_or_mode_fs_storage/models/account_payment_method.py
Outdated
Show resolved
Hide resolved
account_payment_method_or_mode_fs_storage/models/account_payment_order.py
Outdated
Show resolved
Hide resolved
account_payment_method_or_mode_fs_storage/models/account_payment_order.py
Outdated
Show resolved
Hide resolved
account_payment_method_or_mode_fs_storage/models/res_config_settings.py
Outdated
Show resolved
Hide resolved
account_payment_method_or_mode_fs_storage/models/res_config_settings.py
Outdated
Show resolved
Hide resolved
account_payment_method_or_mode_fs_storage/readme/CONTRIBUTORS.rst
Outdated
Show resolved
Hide resolved
04970f2
to
8c6e721
Compare
f550e6a
to
43efe52
Compare
310d5cf
to
4eba1a8
Compare
…he payment method
4eba1a8
to
786b357
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Initially, the storage was found only on the payment method. We added the storage at the payment mode level to allow different storage for different companies.