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

as default odoo create journal entries after Production order is done for all products in order, i'm added analytic account field to production order form, and all i need to link the analytic account to journal entries for this order, how that can be done and this all what I did

from odoo import models, fields

class MrpProduction(models.Model):
_inherit = 'mrp.production' analytic_account_id = fields.Many2one(
comodel_name='account.analytic.account', string='Analytic Account')


any help will be apprechiated 

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
iun. 17
2961
2
aug. 25
1807
1
iul. 24
2623
0
apr. 24
1692
1
ian. 24
2768