mirror of
https://github.com/NaN-tic/trytond-sale_invoice_cancel.git
synced 2023-12-14 07:22:55 +01:00
23 lines
775 B
Python
23 lines
775 B
Python
#This file is part of Tryton. The COPYRIGHT file at the top level of
|
|
#this repository contains the full copyright notices and license terms.
|
|
{
|
|
'name': 'Sale Invoice Cancel',
|
|
'name_ca_ES': 'Cancel·lar factures de comandes',
|
|
'name_es_ES': 'Cancelar facturas de pedidos',
|
|
'version': '2.4.0',
|
|
'author': 'Zikzakmedia',
|
|
'email': 'zikzak@zikzakmedia.com',
|
|
'website': 'http://www.zikzakmedia.com/',
|
|
'description': '''Cancel invoices from sale''',
|
|
'description_ca_ES': '''Cancel·la factures provinents de comandes de venda''',
|
|
'description_es_ES': '''Cancela facturas provenientes de pedidos de venta''',
|
|
'depends': [
|
|
'ir',
|
|
'res',
|
|
'account_invoice_cancel',
|
|
],
|
|
'xml': [
|
|
],
|
|
'translation': [
|
|
]
|
|
}
|