Skip to content

Commit

Permalink
cambios a odoo 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegoivanc committed Dec 28, 2018
1 parent 5a427f7 commit 3655b5f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions __manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
'Contact Module - Odoo 11.0',
'images': ['images/main_screenshot.png'],
'depends': [
'account',
'base'
],
'data': [
'views/l10n_co_res_partner.xml'
'views/l10n_co_res_partner.xml',
'data/l10n_states_co_data.xml',
'data/l10n_cities_co_data.xml',
],
'installable': True,
'application': True,
Expand Down
2 changes: 2 additions & 0 deletions data/l10n_cities_co_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<!-- States -->
<data noupdate="1">



<record model="res.country.state.city" id="res_country_state_co_05001">
<field name="code">05001</field>
<field name="name">MEDELLÍN</field>
Expand Down
5 changes: 3 additions & 2 deletions data/l10n_states_co_data.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- http://geoportal.dane.gov.co:8084/Divipola/ -->
<openerp>
<odoo>
<!-- States -->
<data noupdate="1">


<record model="res.country.state" id="res_country_state_co_05">
<field name="name">ANTIOQUIA</field>
<field name="code">ANT</field>
Expand Down Expand Up @@ -236,4 +237,4 @@
</record>

</data>
</openerp>
</odoo>
Empty file modified models/__init__.pyc
100644 → 100755
Empty file.

0 comments on commit 3655b5f

Please sign in to comment.