mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
25 lines
588 B
Python
Executable File
25 lines
588 B
Python
Executable File
{
|
|
'name': 'Partner Shipping Accounts',
|
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
|
'version': '11.0.1.0.0',
|
|
'category': 'Stock',
|
|
'sequence': 95,
|
|
'summary': 'Record shipping account numbers on partners.',
|
|
'description': """
|
|
Record shipping account numbers on partners.
|
|
|
|
* Customer Shipping Account Model
|
|
""",
|
|
'website': 'https://hibou.io/',
|
|
'depends': [
|
|
'delivery',
|
|
'contacts',
|
|
],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'views/delivery_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
}
|