In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
Rename all addons to xxx_unported to be travis compliant
Revert "Rename all addons to xxx_unported to be travis compliant"
This reverts commit 7eb182744f.
[FIX] move all unported addons into __unported__ folder instead of adding _unported suffix
2018-04-03 13:30:33 +02:00
Launchpad Translations on behalf of account-core-editors
[FIX]: Changed types to orm.Model, orm.TransientModel and orm.AbstractModel.
[FIX]: Remove 'init_xml' keys, because it's no longer needed in v7.
[FIX]: Remove __author__ variables in files, because authors are put on manifest file (__openerp__.py).
[FIX]: Imports in standard format.
[FIX]: Format the text that explains the module.
[FIX]: Increased compatibility with standard PEP8.
[FIX] Remove class instantiation at the end of invoice.py