Esempio n. 1
0
 def _view_look_dom_arch(cls, tree, type, field_children=None):
     AnalyticAccount = Pool().get('analytic_account.account')
     AnalyticAccount.convert_view(tree)
     return super(InvoiceLine, cls)._view_look_dom_arch(tree, type,
         field_children=field_children)
Esempio n. 2
0
 def _view_look_dom_arch(cls, tree, type, field_children=None):
     AnalyticAccount = Pool().get("analytic_account.account")
     AnalyticAccount.convert_view(tree)
     arch, fields = super(PurchaseLine, cls)._view_look_dom_arch(tree, type, field_children=field_children)
     return arch, fields