Aplicoop desde el repo de kidekoop
This commit is contained in:
parent
69917d1ec2
commit
7cff89e418
93 changed files with 313992 additions and 0 deletions
10
website_sale_aplicoop/static/tests/test_suite.js
Normal file
10
website_sale_aplicoop/static/tests/test_suite.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
odoo.define('website_sale_aplicoop.test_suite', function (require) {
|
||||
'use strict';
|
||||
|
||||
// Import all test modules
|
||||
require('website_sale_aplicoop.test_cart_functions');
|
||||
require('website_sale_aplicoop.test_tooltips_labels');
|
||||
require('website_sale_aplicoop.test_realtime_search');
|
||||
|
||||
// Test suite is automatically registered by importing modules
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue