oca-technical/odoo-bringout-oca-pos-pos_partner_firstname/pos_partner_firstname/__manifest__.py
2025-08-29 15:43:03 +02:00

29 lines
909 B
Python

# 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.4",
"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",
],
},
}