-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
29 lines (28 loc) · 909 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 2021 initOS Gmbh
# 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": "16.0.1.0.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",
],
"assets": {
"point_of_sale.assets": [
"pos_partner_firstname/static/src/js/PartnerDetailsEdit.js",
"pos_partner_firstname/static/src/js/PartnerScreen.js",
"pos_partner_firstname/static/src/xml/pos.xml",
],
},
}