I want to create Analytic Plan when my module gets installed.
How my XML file that will be in the data directory should look like?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I want to create Analytic Plan when my module gets installed.
How my XML file that will be in the data directory should look like?
Review the Odoo demo data for Analytic Plans at https://github.com/odoo/odoo/blob/18.0/addons/analytic/data/analytic_account_demo.xml
<record id="analytic_plan_departments" model="account.analytic.plan">
<field name="name">Departments</field>
<field name="default_applicability">optional</field>
</record>
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
abr 24
|
624 | ||
|
0
feb 23
|
3120 | ||
|
5
nov 22
|
7352 | ||
|
2
ene 16
|
11754 | ||
|
0
mar 15
|
2963 |
Thanks a lot Ray