You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I add 1 more lack in the addon : On sale order, we are not able to define the subscription's start date.
Maybe we can detect if a product is a subscription product to display the start date field (by default, this start date is defined by confirmation date).
Another issue is linked to the access rules. For non-admin users, it's not possible to access to contact models once the addon is installed.
Just wanted to check before I create a PR if some of these are as intended.
contract/subscription_oca/models/sale_subscription.py
Line 154 in 6c900c9
This will not actually close the subscription just open the close reason wizard.
contract/subscription_oca/wizard/close_subscription_wizard.py
Line 25 in 6c900c9
Why do we archive the record here directly IMO closed subscription should be just in the closed stage not archived directly
contract/subscription_oca/models/sale_subscription_stage.py
Line 15 in 6c900c9
This field is redundant because of field
type
.contract/subscription_oca/models/sale_subscription.py
Lines 156 to 160 in 6c900c9
This way we can't have "draft" subscriptions. There should by another stage before "pre".
contract/subscription_oca/models/sale_subscription.py
Line 145 in 6c900c9
If the cron job fails for a day subscription begin to stagnate, this should be
<=
contract/subscription_oca/models/sale_subscription.py
Line 189 in 18d62d3
This should be the otherway around if there is not a boundary (unlimited) this should be False not True. This is confusing.
Other:
The text was updated successfully, but these errors were encountered: