contract icon indicating copy to clipboard operation
contract copied to clipboard

[16.0][FIX] contract_sale_generation: fix tests not running

Open huguesdk opened this issue 3 months ago • 1 comments

fix tests not running because ContractSaleCommon was tagged as post_install but that only works on the test classes themselves.

huguesdk avatar Sep 19 '25 10:09 huguesdk

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.

huguesdk avatar Sep 23 '25 09:09 huguesdk