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>
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
1
cze 25
|
72 | ||
Help using Cloudflare as CDN for Odoo SaaS
Rozwiązane
|
|
1
cze 25
|
562 | |
|
0
kwi 24
|
850 | ||
|
0
lut 23
|
3356 | ||
|
5
lis 22
|
7541 |
Thanks a lot Ray