19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:12 +01:00
parent 79f83631d5
commit 73afc09215
6267 changed files with 1534193 additions and 1130106 deletions

View file

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
@ -32,20 +31,24 @@ Print product labels with barcode.
'security/ir.model.access.csv',
'wizard/product_label_layout_views.xml',
'views/product_views.xml',
'wizard/update_product_attribute_value_views.xml',
'views/product_tag_views.xml',
'views/product_views.xml', # To keep after product_tag_views.xml because it depends on it.
'views/res_config_settings_views.xml',
'views/product_attribute_views.xml',
'views/product_attribute_value_views.xml',
'views/product_category_views.xml',
'views/product_packaging_views.xml',
'views/product_combo_views.xml',
'views/product_document_views.xml',
'views/product_pricelist_item_views.xml',
'views/product_pricelist_views.xml',
'views/product_supplierinfo_views.xml',
'views/product_template_attribute_line_views.xml',
'views/product_template_views.xml',
'views/product_tag_views.xml',
'views/res_country_group_views.xml',
'views/res_partner_views.xml',
'views/uom_views.xml',
'report/product_reports.xml',
'report/product_product_templates.xml',
@ -54,20 +57,29 @@ Print product labels with barcode.
'report/product_pricelist_report_templates.xml',
],
'demo': [
'data/product_attribute_demo.xml',
'data/product_category_demo.xml',
'data/product_demo.xml',
'data/product_document_demo.xml',
'data/product_supplierinfo_demo.xml',
],
'installable': True,
'assets': {
'web.assets_backend': [
'product/static/src/js/**/*',
'product/static/src/xml/**/*',
'product/static/src/product_catalog/**/*.js',
'product/static/src/product_catalog/**/*.xml',
'product/static/src/product_catalog/**/*.scss',
'product/static/src/product_name_and_description/**/*.js',
'product/static/src/scss/product_form.scss',
],
'web.report_assets_common': [
'product/static/src/scss/report_label_sheet.scss',
],
'web.qunit_suite_tests': [
'web.assets_unit_tests': [
'product/static/tests/**/*',
],
},
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}