mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 05:32:02 +02:00
29 lines
946 B
Python
29 lines
946 B
Python
# Copyright (C) 2016-Today: La Louve (<http://www.lalouve.net/>)
|
|
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Point of Sale - Extra Access Right",
|
|
"version": "16.0.1.0.2",
|
|
"category": "Point Of Sale",
|
|
"summary": "Point of Sale - Extra Access Right for certain actions",
|
|
"author": "La Louve, GRAP, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/pos",
|
|
"license": "AGPL-3",
|
|
"depends": ["point_of_sale"],
|
|
"demo": ["demo/res_groups.xml"],
|
|
"data": [
|
|
"security/res_groups.xml",
|
|
],
|
|
"assets": {
|
|
"point_of_sale.assets": [
|
|
"pos_access_right/static/src/css/*",
|
|
"pos_access_right/static/src/js/*.js",
|
|
"pos_access_right/static/src/xml/*.xml",
|
|
]
|
|
},
|
|
"qweb": [
|
|
"static/src/xml/*.xml",
|
|
],
|
|
"installable": True,
|
|
}
|