Tharathip C. @ Ecosoft
Tharathip C. @ Ecosoft
This module is connector between `agreement_legal` and `contract`. cc: @aomorawanc
I try to play `agreement_legal` module following [README](https://github.com/OCA/contract/blob/12.0/agreement_legal/README.rst) but I didn't understand in some point > **To configure this module:** > - Go to Agreement > Configuration > Templates >...
if date is same in depreciation line, the report will calculate Period Start Value and Period End Value may be not correct  cc: @Nantikan23
if date is same in depreciation line, the report will calculate Period Start Value and Period End Value may be not correct  cc: @Nantikan23
When click reconcile button on bank statement, I found error as below text. This PR is fixed for this issue Traceback (most recent call last): File "/opt/odoo/custom/src/odoo/odoo/addons/base/models/ir_http.py", line 237, in...
This PR fixed calculate Subtotal and Total with order date 
Add create="state='draft'" in sale order line  **Before Fix**  **After Fix** 