تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2835 أدوات العرض

Hello, I would like to add a column in an XML financial report. but I want to add it via XML. is that possible? 
If not, how can I do it?

for example, I would like to add a column on the balance sheet report to have a gross amount, depreciation, net.



Gros amount

depreciation

net

Software

10.000.000

2.000.000

8.000.000

Her is an example of my XML record

<record id="account_financial_report_line_01_fr_cdr_char_vent" model="account.financial.html.report.line">       
 <field name="name">TA | Ventes de marchandises  A</field>       
 <field name="code">Ventes_de_marchandises</field>      
  <field name="parent_id" ref='account_financial_report_line_01_fr_cdr_char'/>        
 <field name="domain" eval="[('account_id.code', '=like', '701%')]"/>         
<field name="formulas">balance = -sum.balance</field>       
 <field name="sequence" eval="1"/>      
  <field name="level" eval="3" />  
  </record> 

Regards. 


الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
2
يونيو 25
1205
0
فبراير 23
2762
1
مايو 22
3829
1
مارس 21
2862
1
يونيو 17
4188