Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rim-odoo committed Jul 25, 2017
1 parent 179601e commit 9e6650d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion addons/website_sale_delivery/models/__init__.py
Expand Up @@ -4,4 +4,3 @@
from . import res_country
from . import delivery
from . import sale_order
from . import website_config_settings
16 changes: 0 additions & 16 deletions addons/website_sale_delivery/models/website_config_settings.py

This file was deleted.

Expand Up @@ -12,14 +12,6 @@
</div>
</div>
</div>
<div id="website_delivery_easypost" position="after">
<field name="is_installed_easypost" invisible="1"/>
<div class="content-group">
<div class="mt16" attrs="{'invisible': ['|', ('module_delivery_easypost', '=', False), ('is_installed_easypost','=',False)]}">
<button name="%(delivery.action_delivery_carrier_form)d" icon="fa-arrow-right" type="action" string="Easypost Delivery Methods" class="btn-link" context="{'search_default_delivery_type': 'easypost'}"/>
</div>
</div>
</div>
</field>
</record>
</odoo>

0 comments on commit 9e6650d

Please sign in to comment.