12345678910111213141516171819202122232425262728293031 |
- {
- 'name': "Tax required in invoice",
- 'version': "8.0.1.0.0",
- "author": "Camptocamp,Odoo Community Association (OCA)",
- 'website': "http://www.camptocamp.com",
- 'category': "Localisation / Accounting",
- 'license': "AGPL-3",
- 'depends': ["account"],
- 'data': [
- ],
- 'installable': True,
- }
|