2
0
account-financial-tools/account_move_template
2023-06-05 11:29:47 +02:00
..
i18n Move account_move_template from __unported__ to root folder 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
test Move account_move_template from __unported__ to root folder 2023-06-05 11:29:47 +02:00
wizard Adopt CamelCase for naming classes 2023-06-05 11:29:47 +02:00
__init__.py Update copyright in the header files 2023-06-05 11:29:47 +02:00
__openerp__.py Change version 2023-06-05 11:29:47 +02:00
account_document_template.py Update copyright in the header files 2023-06-05 11:29:47 +02:00
account_move_template.py Update copyright in the header files 2023-06-05 11:29:47 +02:00
AUTHORS.txt Move account_move_template from __unported__ to root folder 2023-06-05 11:29:47 +02:00
move_template.xml Move account_move_template from __unported__ to root folder 2023-06-05 11:29:47 +02:00
README.rst Move the description to README.rst 2023-06-05 11:29:47 +02:00

Account Move Template
=====================

Templates for Journal Entries

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.