This website requires JavaScript.
Explore
Help
Sign In
Yaltik
/
account-financial-tools
Watch
2
Star
0
Fork
0
You've already forked account-financial-tools
Code
Pull Requests
Activity
c255ef9037
account-financial-tools
/
account_move_template
/
__init__.py
3 lines
42 B
Python
Raw
Normal View
History
Unescape
Escape
account_move_template: to 10.0 (#511) * [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.
2017-08-23 03:48:14 +02:00
from
.
import
models
pylint relative imports
2014-11-18 16:33:51 +01:00
from
.
import
wizard
Copy Permalink