partner-contact/partner_address_street3/__manifest__.py

20 lines
625 B
Python
Raw Permalink Normal View History

2021-03-23 19:36:29 +00:00
# © 2014-2016 Camptocamp SA
# @author: Nicolas Bessi
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Street3 in addresses',
'summary': 'Add a third address line on partners',
'license': 'AGPL-3',
2021-05-27 10:46:32 +00:00
'version': '1.0.1.0.0',
2021-03-23 19:36:29 +00:00
'author': "Camptocamp,Odoo Community Association (OCA)",
'maintainer': 'Camptocamp',
'category': 'Sales',
'depends': ['base'],
'website': 'https://gitlab.com/flectra-community/partner-contact',
'data': ['view/partner_view.xml'],
'post_init_hook': 'post_init_hook',
'uninstall_hook': 'uninstall_hook',
'installable': True,
}