OCA / vertical-association

Odoo addons for membership related tasks
GNU Affero General Public License v3.0
38 stars 112 forks source link

[FIX] 16.0 membership_extension cron activate members (via date_from) #147

Closed PierrickBrun closed 10 months ago

rafaelbn commented 1 year ago

Could you please explain Step to reproduce (STR) ? Thank you!

PierrickBrun commented 1 year ago

Could you please explain Step to reproduce (STR) ? Thank you!

Before:

If a membership is created in the future (date_from > now) then the partner will not be a member, this is OK But when the date changes and date_from become <= now, then nothing happens and the partner does not become a member: NOK

After:

Both cases are OK because the cron checks if there are members to enable

PierrickBrun commented 1 year ago

I rebased on #139

github-actions[bot] commented 11 months ago

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. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.