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>
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
1
juin 25
|
836 | ||
|
1
juin 25
|
1653 | ||
|
0
avr. 24
|
1235 | ||
|
0
févr. 23
|
3747 | ||
|
5
nov. 22
|
7980 |
Thanks a lot Ray