bemade-addons/bemade_so_and_po_only_company/__manifest__.py

22 lines
555 B
Python

# -*- coding: utf-8 -*-
{
"name": "Force Partner to be a company on SO and PO",
"version": "15.0.0.0.1",
"category": "Extra Tools",
'summary': 'Force Partner to be a company on SO and PO',
"description": """
Force Partner to be a company on SO and PO
""",
"author": "Bemade",
'website': 'https://www.bemade.org',
"depends": [
'stock','sale',
],
"data": [
'views/sale_order.xml',
'views/purchase_order.xml',
],
"auto_install": False,
"installable": True,
'license': 'OPL-1'
}