contract
contract copied to clipboard
[16.0][FIX] contract_sale_generation: fix tests not running
fix tests not running because ContractSaleCommon was tagged as post_install but that only works on the test classes themselves.
please note also that although there is a test file called test_contract_sale_recurrency.py, it is not imported by tests/__init__.py so it does not run. i tried to run it but it causes errors.