WIP search domain ebsite

This commit is contained in:
snt 2024-09-18 17:21:07 +02:00 committed by snt
parent a61d228c9a
commit 1f832980b3
8 changed files with 56 additions and 75 deletions

View file

@ -1,15 +1,16 @@
{
'name': 'Website Descrition Internal',
'version': '16.0.1.0.0',
'summary': 'Sobrescribe el campo website_description y devuelve el campo internal description. Hereda la vista del campo y modifica el css.',
'author': 'Criptomart',
'depends': ['product','website_sale'],
'data': ['views/templates.xml'],
'assets': {
'web.assets_frontend': [
'website_description_internal/static/src/scss/custom.scss',
"name": "Website Descrition Internal",
"version": "16.0.1.0.0",
"summary": "Sobrescribe el campo website_description y devuelve el campo internal description. Hereda la vista del campo y modifica el css.",
"author2": "Criptomart",
"license": "AGPL-3",
"depends": ["product","website_sale"],
"data": ["views/templates.xml"],
"assets": {
"web.assets_frontend": [
"website_description_internal/static/src/scss/custom.scss",
],
},
'installable': True,
'application': False,
"installable": True,
"application": False,
}