2
0
account-financial-tools/account_move_template
Nhomar Hernández [Vauxoo] 5bc8527f98 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.
2023-06-05 11:29:47 +02:00
..
i18n account_move_template: to 10.0 (#511) 2023-06-05 11:29:47 +02:00
models account_move_template: to 10.0 (#511) 2023-06-05 11:29:47 +02:00
security Move account_move_template from __unported__ to root folder 2023-06-05 11:29:47 +02:00
static/description Add missing default oca icons 2023-06-05 11:29:47 +02:00
view account_move_template: to 10.0 (#511) 2023-06-05 11:29:47 +02:00
wizard account_move_template: to 10.0 (#511) 2023-06-05 11:29:47 +02:00
__init__.py account_move_template: to 10.0 (#511) 2023-06-05 11:29:47 +02:00
__manifest__.py account_move_template: to 10.0 (#511) 2023-06-05 11:29:47 +02:00
README.rst account_move_template: to 10.0 (#511) 2023-06-05 11:29:47 +02:00

Account Move Template - Templates for Journal Entries
=====================================================

The user can configure journal entries templates, useful for recurring entries.
The amount of each template line can be computed (through python code)
or kept as user input.

If user input, when using the template, user has to fill
the amount of every input lines.

The journal entry form allows lo load, through a wizard,
the template to use and the amounts to fill.


Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-financial-tools/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
`here <https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_move_template%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.


Credits
-------

Authors:
~~~~~~~~

* Davide Corio <davide.corio@agilebg.com>
* Lorenzo Battistini <lorenzo.battistini@agilebg.com>
* Paolo Chiara <p.chiara@isa.it>
* Franco Tampieri <franco.tampieri@agilebg.com>

Contributors:
~~~~~~~~~~~~~

* Jalal ZAHID <j.zahid@auriumtechnologies.com>  (port to v10)
* Alex Comba <alex.comba@agilebg.com> (Port to V8)
* Guewen Baconnier <guewen.baconnier@camptocamp.com>