WIP search domain ebsite
This commit is contained in:
parent
a61d228c9a
commit
1f832980b3
8 changed files with 56 additions and 75 deletions
|
@ -1,23 +1,19 @@
|
|||
{
|
||||
'name': 'Product Retail',
|
||||
'category': 'Product',
|
||||
'summary': 'Gestiona productos en distribución.',
|
||||
'version': "16.0.1.0.0",
|
||||
'description': """
|
||||
"name": "Product Retail",
|
||||
"category": "Product",
|
||||
"summary": "Gestiona productos en distribución a minoristas.",
|
||||
"author": "Criptomart",
|
||||
"license": "AGPL-3",
|
||||
"version": "16.0.1.0.0",
|
||||
"description": """
|
||||
|
||||
Gestiona productos en distribución / Venta a minoristas
|
||||
==================================================
|
||||
* Añade campo a product: En Distribución y margin de minoristas.
|
||||
* Filtro de productos en distribución en la vista de productos.
|
||||
""",
|
||||
'author': 'Criptomart',
|
||||
'depends': [
|
||||
'product',
|
||||
],
|
||||
'data': [
|
||||
'views/product.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
'application': False,
|
||||
"depends": ["product"],
|
||||
"data": ["views/product.xml"],
|
||||
"installable": True,
|
||||
"application": False,
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (C) 2022-2024: Criptomart (https://criptomart.net)
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
from odoo import tools, models, fields, api, _
|
||||
from odoo import models, fields
|
||||
|
||||
|
||||
class ProductTemplate(models.Model):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue