-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
[15.0][MIG] membership_variable_period #130
[15.0][MIG] membership_variable_period #130
Conversation
7f82885
to
fc4414b
Compare
Hello @flachica , please could you check test and try to fix runboat in order to test it please? Thank you very much! |
@flachica rebase /ocabot rebase |
Variable period for memberships =============================== Current membership module allows to set products that define a fixed period for a membership. This is good when the quotas are defined periodically, and when you become a member, you are until the end of that quota cycle. But a lot of times, membership quotas express an amount of time that you gain the membership. For example, one year since the subscription. This module allows to make it in Odoo, using current membership features, and adapting them for this purpose. As now the quota is not attached to a fixed period, you can also invoice more than one quantity for being a member for the corresponding number of periods. Finally, a cron has been included that triggers the recalculation of the membership state, allowing to have "old members", which doesn't work well on standard. Usage ===== Define a member product, and select 'Variable periods' in the field *Membership type*. You will be able to select them the period for the membership in quantity and interval.
Currently translated at 100.0% (12 of 12 strings) Translation: vertical-association-12.0/vertical-association-12.0-membership_variable_period Translate-URL: https://translation.odoo-community.org/projects/vertical-association-12-0/vertical-association-12-0-membership_variable_period/pt_BR/
Congratulations, PR rebased to 15.0. |
fc4414b
to
4765681
Compare
Hello @carmenbianca , please could you review this one? Cross review is a good practice! 😄 |
Please @fcvalgar could you review? |
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.
Functional review ok in runboat.
Thank you @flachica
internal @moduon MT-1834 |
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.
LGTM
This PR has the |
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.
/ocabot merge patch
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 5d4cbe5. Thanks a lot for contributing to OCA. ❤️ |
Standard migration from 14.0 to 15.0. All the instruction for testing in the README