Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
116 Представления

Dear All,


One of our customer using odoo subscription module to manage their services. For that they would like to maintain the License numbers/keys distributed to their customers against their subscriptions sold.

We Would like to know Is there any way to manage License numbers/keys mapped to subscription module in Odoo? If so, Please suggest how to do that. 

If not available, then please suggest if there are any readymade apps available to manage license numbers/keys to  the subscription/sales modules


Thanks in advance

Regards,

Odoo@Tenthplanet


Аватар
Отменить
Лучший ответ

Have you seen https://www.odoo.com/industries/software-reseller ?

Аватар
Отменить
Лучший ответ

Hi,


Odoo does not natively manage software license numbers/keys; there is no standard field or mechanism to generate/distribute/manage them.


Option 1: Simple Studio/Customization

          - If the requirement is only to store license keys:

                   * Add a custom field on sale.subscription (via Studio): e.g. x_license_key.

                  * If one subscription can have multiple keys:

                              - Create a related one2many model (subscription.license) with fields:

                                         -License Key

                                         - Activation Date

                                         - Expiry Date

                                         - Notes


You can then expose this in the Subscription form view.


Advantage: very simple, stays inside Subscriptions.

Limitation: No automation for generation/distribution unless you extend further.


Option 2: License Management via Custom Module

                - If you need automatic license key generation & assignment, build a small module:

                         * Define a new model: subscription.license with fields (Key, Status, Subscription, Customer, Expiry).

                         * On confirmation of subscription sale order → generate or assign a license key automatically.

                        * Possible integration with external license server if needed.

                        * Add portal access so customers can see their licenses.

Best if licenses need to be tracked, revoked, or rotated.



Hope it helps

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
июл. 24
1550
2
нояб. 22
14075
0
нояб. 24
1068
1
июн. 25
780
Subscription scam Решено
1
апр. 25
2184