21 lines
627 B
Python
21 lines
627 B
Python
# -*- 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",
|
|
],
|
|
}
|