Module
contract
Describe the bug
When creating a new Customer Contract. And selecting a Contract Template which has invoice items wherein the line item is set to Auto Renew.
A lookup error will happen:
To Reproduce
Affected versions:
I am using Odoo Versions 18 installed via Podman using Image:
docker.io/library/odoo:18
Here are the installed modules I have of contract modules:
Steps to reproduce the behavior:
- Create
Contract Template with items which are set to "Auto-Renew".
- Create new contract and try to select a template.
Expected behavior
The selected template should populate. But it will only populate if you install dont have "Auto Renew" selected.
Additional context
I've attached the calls so you can see the transactions
Odoo_Contract_Problem.tar.gz
and the odoo error response.