mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 23:12:03 +02:00
19 lines
630 B
Python
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,
|
|
}
|