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 d1861ab
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 @@ -25,6 +25,7 @@
class CarrierFile(models.Model):
_inherit = 'delivery.carrier.file'


@api.model
def get_type_selection(self):
result = super(CarrierFile, self
Expand Down

0 comments on commit d1861ab

Please sign in to comment.