mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Add delivery_partner, delivery_partner_dhl, delivery_partner_fedex, delivery_partner_ups
This commit is contained in:
24
delivery_partner/__manifest__.py
Executable file
24
delivery_partner/__manifest__.py
Executable file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
'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,
|
||||
}
|
||||
Reference in New Issue
Block a user