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>
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
0
4월 24
|
624 | ||
|
0
2월 23
|
3121 | ||
|
5
11월 22
|
7353 | ||
|
2
1월 16
|
11756 | ||
|
0
3월 15
|
2965 |
Thanks a lot Ray