mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[15.0][IMP] product_contract : black, isort, prettier
This commit is contained in:
@@ -28,7 +28,7 @@ class TestProductTemplate(SavepointCase):
|
|||||||
self.service_product.is_contract = True
|
self.service_product.is_contract = True
|
||||||
self.service_product.property_contract_template_id = self.contract.id
|
self.service_product.property_contract_template_id = self.contract.id
|
||||||
self.service_product.is_contract = False
|
self.service_product.is_contract = False
|
||||||
self.assertEquals(len(self.service_product.property_contract_template_id), 0)
|
self.assertEqual(len(self.service_product.property_contract_template_id), 0)
|
||||||
|
|
||||||
def test_check_contract_product_type(self):
|
def test_check_contract_product_type(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
# generated from manifests external_dependencies
|
# generated from manifests external_dependencies
|
||||||
|
python-dateutil
|
||||||
|
|||||||
1
setup/product_contract/odoo/addons/product_contract
Symbolic link
1
setup/product_contract/odoo/addons/product_contract
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../../../product_contract
|
||||||
6
setup/product_contract/setup.py
Normal file
6
setup/product_contract/setup.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user