añadido por dependencia de website sale suggest account

This commit is contained in:
santiky 2022-04-22 19:55:36 +02:00
parent d6de99c5aa
commit f264a746c6
Signed by: snt
GPG key ID: A9FD34930EADBE71
20 changed files with 1210 additions and 0 deletions

View file

@ -0,0 +1,21 @@
# -*- coding: utf-8 -*-
# © 2015 Antiun Ingeniería, S.L.
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
{
"name": "Suggest to create user account when buying",
"summary": "Suggest users to create an account when buying in the website",
"version": "12.0.1.0.1",
"category": "Website",
"website": "https://www.tecnativa.com",
"author": "Tecnativa, "
"LasLabs, "
"Odoo Community Association (OCA)",
"license": "LGPL-3",
"installable": True,
"depends": [
"website_sale",
],
"data": [
"views/website_sale.xml",
],
}