server-env/carrier_environment/__manifest__.py

17 lines
538 B
Python
Raw Permalink 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': 'Carrier configuration with server_environment',
'version': '12.0.1.0.1',
'category': 'Tools',
'summary': 'Configure carriers with server_environment_files',
'author': "Akretion, Camptocamp, Odoo Community Association (OCA)",
'license': 'AGPL-3',
'website': 'https://github.com/OCA/server-env',
'depends': [
'server_environment',
'base_delivery_carrier_label',
],
}