Files
odoo-usability/company_code/__manifest__.py
David Beal fe06c37cd5 ADD 12.0 module company_code (#77)
* ADD module company_code

* FIX doc

* FIX doc

* Update company_code/readme/USAGE.rst

Co-Authored-By: bealdav <david.beal@akretion.com>
2018-12-12 19:57:22 +01:00

21 lines
485 B
Python
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Copyright 2019 David BEAL @ Akretion
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Company Code',
'summary': 'Add a code field in company',
'version': '12.0.0.0.1',
'author': 'Akretion',
'maintainer': 'Akretion',
'license': 'AGPL-3',
'category': 'base',
'depends': [
'base',
],
'website': 'http://www.akretion.com/',
'data': [
'views/company_view.xml',
],
'installable': True,
}