Skip to content

Commit

Permalink
[FIX] fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mFlayyan committed Apr 24, 2019
1 parent 9b884c3 commit 19aeab5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion base_delivery_carrier_files/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

{
'name': 'Base Delivery Carrier Files',
'version': '10.0.1.0.0',
'version': '10.0.1.0.1',
'category': 'Generic Modules/Warehouse',
'summary': """
Base module for creation of carrier files (La Poste, TNT Express Shipper, ...).
Expand Down
4 changes: 2 additions & 2 deletions base_delivery_carrier_files/carrier_file_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
property_stock_inventory: location_opening
valuation: real_time
cost_method: average
property_stock_account_input: o_expense
property_stock_account_output: o_income
property_stock_account_input: account.o_expense
property_stock_account_output: account.o_income
description: Ice cream can be mass-produced and thus is widely available in developed parts of the world. Ice cream can be purchased in large cartons (vats and squrounds) from supermarkets and grocery stores, in smaller quantities from ice cream shops, convenience stores, and milk bars, and in individual servings from small carts or vans at public events.
-
!record {model: stock.picking.type, id: outgoing_shipment_type_carrier_file}:
Expand Down
2 changes: 1 addition & 1 deletion base_delivery_carrier_files_document/carrier_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

import base64

from odoo import models, fields
from odoo import api, models, fields


class CarrierFile(models.Model):
Expand Down

0 comments on commit 19aeab5

Please sign in to comment.