123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- 'name': 'Invoice Attachment',
- 'version': '8.0.1.0.0',
- 'category': '',
- 'sequence': 14,
- 'summary': '',
- 'description': """
- Crea una relacion tipo One2many entre el modelo account.invoice y el ir.attachment.
- ===================================================================================
- """,
- 'author': 'Eiru Software / Rodney Enciso Arias.',
- 'website': 'www.eiru.com.py',
- 'license': 'AGPL-3',
- 'images': [
- ],
- 'depends': [
- 'account',
- ],
- 'data': [
- 'views/attachment_view.xml',
- ],
- 'demo': [
- ],
- 'test': [
- ],
- 'installable': True,
- 'auto_install': False,
- 'application': False,
- }
|