i have done simple customize module in openerp
with using python and xml. but I cannot import in openerp. My module is not shown in openerp.
this is
In order to see a custom module in OpenERP 7, it must first be in the addons
directory.
Go to Settings
> Modules
> Update Modules List
Click Update
You must have Technical Features
enabled for the user you are logged in as.
Then go to Settings
> Modules
> Installed Modules
Remove the [Installed]
filter and search for your custom module.
Custom modules will not appear in Settings
> Modules
> Apps
because that view will only display Modules/Apps
that are found online.