Vous ne pouvez pas sélectionner plus de 25 sujets
			Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							|  | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2019 信莱德软件
     License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
    <record id="modules_report_docx" model="ir.actions.report">
      <field name="name">模块清单</field>
      <field name="model">ir.module.module</field>
      <field name="report_name">modules_list_report</field>
      <field name="report_type">docx</field>
      <field name="template_file">report_docx/demo/modules_list.docx</field>
      <field name="binding_model_id" ref="base.model_ir_module_module" />
      <field name="binding_type">report</field>
    </record>
 
 </odoo>
 |