123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- 'name': 'Invoice Restrict',
- 'version': '7.0.0',
- 'category': 'Accounting',
- "sequence": 1,
- 'complexity': "easy",
- 'description': """
- This module restricts issuing invoices with date in past.
- """,
- 'author': 'Prime Consulting',
- 'website': 'http://www.prime.cv',
- 'depends': ['account'],
- 'data': [
- ],
- 'installable': True,
- 'auto_install': False,
- 'application': False,
- }
|