1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/test_website_sale_full/__manifest__.py
2024-12-10 09:04:09 +07:00

19 lines
493 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "Website Sale Full Tests",
'summary': "Test Suite for eCommerce functionalities in enterprise",
'category': "Hidden",
'depends': [
'website_sale_comparison',
'website_sale_renting',
'website_sale_wishlist',
],
'assets': {
'web.assets_tests': [
'test_website_sale_full/static/tests/tours/**/*',
],
},
'license': 'OEEL-1',
}