
With the renaming of the "Backend" and "Frontend" directories to "Python
framework" and "JavaScript framework", and since we may want to document
modules that mainly rely on JavaScript, it makes sense to move the
"Standard modules" one level up from under "Python framework" directly
under "Reference".
closes odoo/documentation#2459
X-original-commit: 62e80093bd
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
15 lines
325 B
ReStructuredText
15 lines
325 B
ReStructuredText
.. _reference/account_group:
|
|
|
|
=============
|
|
Account Group
|
|
=============
|
|
|
|
.. automodel:: odoo.addons.account.models.chart_template.AccountGroupTemplate
|
|
:main:
|
|
|
|
.. autofield:: parent_id
|
|
.. autofield:: name
|
|
.. autofield:: code_prefix_start
|
|
.. autofield:: code_prefix_end
|
|
.. autofield:: chart_template_id
|