You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
531 B
17 lines
531 B
# Copyright 2018 Eficent Business and IT Consulting Services, S.L.
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
'name': 'POS Config Show Accounting',
|
|
'version': '11.0.1.0.0',
|
|
'category': 'Point Of Sale',
|
|
'author': "Eficent,"
|
|
"Odoo Community Association (OCA)",
|
|
'website': 'https://github.com/OCA/pos',
|
|
'summary': 'Always display accounting settings in POS Config',
|
|
"license": "LGPL-3",
|
|
'depends': [
|
|
"point_of_sale",
|
|
],
|
|
'installable': True,
|
|
}
|