Agreements can't be automatically created from a Sale Order even if the 'Create an agreement when the sale order is confirmed' setting is enabled.
Module
agreement_legal
Describe the bug
If the 'Create an agreement when the sale order is confirmed' configuration is already enabled, the admin assumes that a confirmed sale order will automatically create an agreement from the agreement template. Or is there actually another purpose?
To Reproduce
Affected versions: 18.0
Steps to reproduce the behavior:
- Check the 'Create an agreement when the sale order is confirmed' in Odoo >> Settings >> Agreements in Advanced Features section.
- Create a Quotation with set the
Agreement to the created agreement template in the Other Info tab.
- Confirm the Quotation.
Expected behavior
A confirmed sale order will automatically create an agreement from the agreement template.
Additional context
If I dig further, I found that the configuration is actually handled by the agreement_legal_sale module, but it seems it hasn't been migrated to 18.0 yet, right?
Agreements can't be automatically created from a Sale Order even if the 'Create an agreement when the sale order is confirmed' setting is enabled.
Module
agreement_legalDescribe the bug
If the 'Create an agreement when the sale order is confirmed' configuration is already enabled, the admin assumes that a confirmed sale order will automatically create an agreement from the agreement template. Or is there actually another purpose?
To Reproduce
Affected versions: 18.0
Steps to reproduce the behavior:
Agreementto the created agreement template in the Other Info tab.Expected behavior
A confirmed sale order will automatically create an agreement from the agreement template.
Additional context
If I dig further, I found that the configuration is actually handled by the
agreement_legal_salemodule, but it seems it hasn't been migrated to 18.0 yet, right?