Commit Graph

6 Commits

Author SHA1 Message Date
Stéphane Bidoul
321a6b234f [IMP] account_chart_update: add active field on tax code
Deactivate tax codes which are not in the template.
2015-01-14 22:41:05 +01:00
Adrien Peiffer
fe8457dced [PORT] Move account_chart_update out of unported 2014-11-27 10:18:59 +01:00
Nicolas Bessi
bba9718229 [FIX] move all unported addons into __unported__ folder instead of adding _unported suffix 2014-07-02 14:47:06 +02:00
Nicolas Bessi
880aec8363 Revert "Rename all addons to xxx_unported to be travis compliant"
This reverts commit 7eb182744f.
2014-07-02 14:44:45 +02:00
Nicolas Bessi
7eb182744f Rename all addons to xxx_unported to be travis compliant 2014-06-30 11:14:16 +02:00
Joaquin Gutierrez
69f0af6c0e [MRG]: Port account_char_update to version 7.0
[FIX]: Changed types to orm.Model, orm.TransientModel and orm.AbstractModel.
[FIX]: Fix deletion method for some fields of objects.
[FIX]: Contributions have been written in the standard format of the community.
[FIX]: Changes in the form to work as a real wizard.
[FIX]: Remove 'init_xml' keys, because it's no longer needed in v7.
[FIX]: Rename 'demo_xml' key to the new standard 'demo'.
[FIX]: Change imports calls.
[FIX]: Remove __author__ variables in files, because authors are put on manifest file (__openerp__.py).
[FIX]: Update view definitions to version 7.0
[FIX]: Rename variables to OpenERP standard.
[FIX]: Increased compatibility with standard PEP8.
2013-10-01 18:28:19 +02:00