19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:43 +01:00
parent 4607ccbd2e
commit 825ff6514e
487 changed files with 184979 additions and 195262 deletions

View file

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
{
'name': 'Lunch',
'sequence': 300,
@ -45,15 +43,15 @@ If you want to save your employees' time and avoid them to always have coins in
'lunch/static/src/components/*',
'lunch/static/src/mixins/*.js',
'lunch/static/src/views/*',
'lunch/static/src/scss/lunch_view.scss',
'lunch/static/src/scss/lunch_kanban.scss',
],
'web.assets_tests': [
'lunch/static/tests/tours/*.js',
],
'web.qunit_suite_tests': [
'lunch/static/tests/lunch_kanban_tests.js',
'web.assets_unit_tests': [
'lunch/static/tests/**/*.test.js',
],
},
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}