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.
27 lines
671 B
27 lines
671 B
# Copyright 2019 Druidoo - Iván Todorovich
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'POS Invoice Send by Mail',
|
|
'summary': 'Send invoices by email from the POS',
|
|
'version': '12.0.1.0.0',
|
|
'category': 'Point of Sale',
|
|
'author': 'Druidoo, '
|
|
'Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/OCA/pos',
|
|
'license': 'AGPL-3',
|
|
'maintainers': [
|
|
'ivantodorovich',
|
|
],
|
|
'depends': [
|
|
'point_of_sale',
|
|
'mail',
|
|
],
|
|
'data': [
|
|
'views/assets.xml',
|
|
'views/pos_config.xml',
|
|
],
|
|
'qweb': [
|
|
'static/src/xml/pos.xml',
|
|
],
|
|
}
|