Skip to content

Commit

Permalink
remove data
Browse files Browse the repository at this point in the history
  • Loading branch information
BrayhanJC committed Jan 19, 2019
1 parent 3655b5f commit 15e3e11
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 243 deletions.
1 change: 0 additions & 1 deletion __manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
],
'data': [
'views/l10n_co_res_partner.xml',
'data/l10n_states_co_data.xml',
'data/l10n_cities_co_data.xml',
],
'installable': True,
Expand Down
4 changes: 2 additions & 2 deletions data/l10n_cities_co_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1189,15 +1189,15 @@
<field search="[('code','=','CO')]" model="res.country" name="country_id"/>
<field search="[('code','=','ATL')]" model="res.country.state" name="state_id"/>
</record>

<!--
<record model="res.country.state.city" id="res_country_state_co_11001">
<field name="code">11001</field>
<field name="name">BOGOTÁ, D.C.</field>
<field search="[('code','=','CO')]" model="res.country" name="country_id"/>
<field search="[('code','=','DC ')]" model="res.country.state" name="state_id"/>
</record>

-->
<record model="res.country.state.city" id="res_country_state_co_13001">
<field name="code">13001</field>
<field name="name">CARTAGENA</field>
Expand Down
240 changes: 0 additions & 240 deletions data/l10n_states_co_data.xml

This file was deleted.

Binary file modified models/__init__.pyc
100755 → 100644
Binary file not shown.
1 change: 1 addition & 0 deletions models/l10n_co_res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class CountryStateCity(models.Model):
country_id = fields.Many2one('res.country', 'Country', required=True)
_order = 'code'

CountryStateCity()

class PartnerInfoExtended(models.Model):
_name = 'res.partner'
Expand Down

0 comments on commit 15e3e11

Please sign in to comment.