From b528058e0c0c84be2542d45fe23c3dac5dc563b6 Mon Sep 17 00:00:00 2001 From: resteve Date: Tue, 29 Sep 2015 16:32:23 +0200 Subject: [PATCH] Rename ir.module.module to ir.module --- MANIFEST.in | 2 ++ country_zip.xml | 2 +- tests/scenario_country_zip_es.rst | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 5aef985..e4dfacb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,4 +6,6 @@ include CHANGELOG include LICENSE include tryton.cfg include *.xml +include view/*.xml +include locale/*.po include doc/* diff --git a/country_zip.xml b/country_zip.xml index da19a86..c9f14ff 100644 --- a/country_zip.xml +++ b/country_zip.xml @@ -17,7 +17,7 @@ copyright notices and license terms. --> load.country.zips - diff --git a/tests/scenario_country_zip_es.rst b/tests/scenario_country_zip_es.rst index ebbd90b..a4645af 100644 --- a/tests/scenario_country_zip_es.rst +++ b/tests/scenario_country_zip_es.rst @@ -17,10 +17,10 @@ Create database:: Install account_invoice:: - >>> Module = Model.get('ir.module.module') + >>> Module = Model.get('ir.module') >>> module, = Module.find([('name', '=', 'country_zip_es')]) >>> Module.install([module.id], config.context) - >>> Wizard('ir.module.module.install_upgrade').execute('upgrade') + >>> Wizard('ir.module.install_upgrade').execute('upgrade') Load all spanish banks::