mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-26 02:52:03 +02:00
19.0 vanilla
This commit is contained in:
parent
79f83631d5
commit
73afc09215
6267 changed files with 1534193 additions and 1130106 deletions
|
|
@ -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',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue