Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] csv2xml: Error when the module with csv folder has __openerp__py file. #3

Merged
merged 2 commits into from
Jul 25, 2017

Commits on Jun 20, 2017

  1. [FIX] csv2xml: Error when the module with csv folder has __openerp__.…

    …py file.
    
    When the odoo's module has a __openerp__.py file, occurs a error because the if for check if the __openerp__.py file exists is fine, but, the next if checks again the __manifest__.py file and not should, because the __openerp__.py file already have been checked
    Yanina Aular committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    95f13b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. [IMP] To avoid pass and simply to one condition

    Yanina Aular committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    14e4279 View commit details
    Browse the repository at this point in the history