Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
4032 Vizualizări

I would like to programmatically (ie: via ORM) give a value to this field based on a distribution of 100% to a specific Analytic Account. 

What kind of Python code would I need to write in order to supply a value for the new Analytic Distribution field at Odoo 16?

Are there examples of how to use ORM to define a distribution for a single or for multiple Analytic Accounts?


Imagine profil
Abandonează
Cel mai bun răspuns

You can see how we do this via the test framework.

Review https://github.com/odoo/odoo/blob/16.0/addons/account/tests/test_account_analytic.py


When using a dictionary for a new record, supply something like:



Via assignment, do something like:


Imagine profil
Abandonează
Cel mai bun răspuns

@Ray,

What is analytic_account_a and analytic_account_b here. I'm getting the error while using this method that these fields do not exist.

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
oct. 23
1173
1
iul. 23
4366
0
nov. 22
2372
1
feb. 22
5403
0
ian. 20
3700