[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
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.
[IMP] DEFAULT_SERVER_DATE_FORMAT
[IMP] display formatted date with context timezone in exception popup for account_invoice_constraint_chronology addons
[ADD] Add context in tests for account_invoice_constraint_chronology addons
[IMP] Use exceptions.warning for account_invoice_constraint_chronology addons
[IMP] Remove exclamation mark
[ADD] Add .pot file for account_invoice_constraint_chronology
[IMP] Use .env for account_invoice_constraint_chronology tests
[IMP] Use onchange decorator, add white space at end of file, correct ypo mistake for account_invoice_constraint_chronology
[IMP] Improve performance
* [MIG] account_move_template: to 10.0
All working, removed feature of transitory account, I think that feature
is redundant because it can be solved with python code lines and/or a
proper server action per client, beside it was not properly documented.
- All code refactored more new api oriented.
- Tested with enterprise and all views fixed.
- Removed all licences on files and moved as usual to where they belong.
* [FIX] removed tax from view.
The taxes should be triggered from the account itself and not wired into
the template.
* [FIX] account_move_template: Activities in just for saas-x comming on
v100, for now I left it commented to simply uncomment it on v11
* [FIX] account_move_template: Cleanup translations, not useful after
refactor
* [REF] account_move_template: Removing all reference to taxes.
* [IMP] account_move_template: Translating
* [FIX] account_move_template: Fixing lints.