Skip to content

Commit

Permalink
[FIX] fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mFlayyan committed May 19, 2019
1 parent 0d138d0 commit 1c3cf9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions base_delivery_carrier_files/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
'name': 'Base Delivery Carrier Files',
'version': '10.0.1.0.1',
'category': 'Generic Modules/Warehouse',
'summary': """
Base module for creation of carrier files (La Poste, TNT Express Shipper, ...).
Files are exported as text (csv, ...).
""",
'author': "Camptocamp,Odoo Community Association (OCA)",
'license': 'AGPL-3',
'website': 'http://www.camptocamp.com',
Expand Down
1 change: 1 addition & 0 deletions delivery_carrier_file_tnt/carrier_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ def get_type_selection(self):
type = fields.Selection(get_type_selection, 'Type', required=True)
tnt_account = fields.Char('TNT Account', size=9)


CarrierFile()

0 comments on commit 1c3cf9f

Please sign in to comment.