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>
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
1
de juny 25
|
340 | ||
|
0
d’abr. 24
|
779 | ||
|
0
de febr. 23
|
3298 | ||
|
5
de nov. 22
|
7500 | ||
|
2
de gen. 16
|
11980 |
Thanks a lot Ray