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

19 lines
630 B
Python

# Copyright (C) 2024 - Today: GRAP (http://www.grap.coop)
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "PoS Payment Description",
"summary": "Payment description on order tree view",
"version": "16.0.1.0.0",
"category": "Point Of Sale",
"author": "GRAP, Odoo Community Association (OCA)",
"maintainers": ["legalsylvain"],
"website": "https://github.com/OCA/pos",
"license": "AGPL-3",
"depends": ["point_of_sale"],
"data": [
"views/view_pos_order.xml",
],
"installable": True,
}