You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
714 B
27 lines
714 B
# Copyright 2019 Roberto Fichera
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "POS Partner Firstname",
|
|
"summary": "POS Support of partner firstname",
|
|
"version": "12.0.1.1.0",
|
|
"development_status": "Beta",
|
|
"category": "Point Of Sale",
|
|
"website": "https://github.com/OCA/pos",
|
|
"author": "Roberto Fichera, Odoo Community Association (OCA)",
|
|
"maintainers": ["robyf70"],
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"auto_install": True,
|
|
"depends": [
|
|
"point_of_sale",
|
|
"partner_firstname",
|
|
],
|
|
'qweb': [
|
|
'static/src/xml/pos.xml'
|
|
],
|
|
'data': [
|
|
'views/assets.xml',
|
|
],
|
|
}
|