acsone / weblate-odoo-component-generator

Generate weblate components for an Odoo project
GNU General Public License v3.0
4 stars 8 forks source link

[FIX] fixed the copy of the main component addons #10

Closed benwillig closed 5 years ago

benwillig commented 5 years ago

This should fixed https://github.com/OCA/l10n-italy/pull/621#issuecomment-439058200

sbidoul commented 5 years ago

LGTM, can you check the flake8 error?

benwillig commented 5 years ago

flake8 should be ok now. I had to disable the error for the specified lines because to use/import django objects, we have to call the setup method before.