
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>
20 lines
432 B
ReStructuredText
20 lines
432 B
ReStructuredText
.. _reference/account_account:
|
|
|
|
=======
|
|
Account
|
|
=======
|
|
|
|
.. automodel:: odoo.addons.account.models.chart_template.AccountAccountTemplate
|
|
:main:
|
|
|
|
.. autofield:: name
|
|
.. autofield:: currency_id
|
|
.. autofield:: code
|
|
.. autofield:: account_type
|
|
.. autofield:: reconcile
|
|
.. autofield:: note
|
|
.. autofield:: tax_ids
|
|
.. autofield:: nocreate
|
|
.. autofield:: chart_template_id
|
|
.. autofield:: tag_ids
|