[IMP] Added group to account financial report module.
parent
521f028840
commit
98836d76f0
|
@ -36,6 +36,7 @@
|
||||||
"init_xml" : [],
|
"init_xml" : [],
|
||||||
"demo_xml" : [],
|
"demo_xml" : [],
|
||||||
"update_xml" : [
|
"update_xml" : [
|
||||||
|
"security/security.xml",
|
||||||
"wizard/wizard_report_report.xml",
|
"wizard/wizard_report_report.xml",
|
||||||
"wizard/account_report_wizard.xml",
|
"wizard/account_report_wizard.xml",
|
||||||
"view/account_view.xml",
|
"view/account_view.xml",
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<openerp>
|
||||||
|
<data>
|
||||||
|
<record model="res.groups" id="group_afreport">
|
||||||
|
<field name="name">Account Financial Report</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
</data>
|
||||||
|
</openerp>
|
|
@ -65,6 +65,7 @@
|
||||||
name="Reporte Balance 4 Columnas"
|
name="Reporte Balance 4 Columnas"
|
||||||
parent="account.final_accounting_reports"
|
parent="account.final_accounting_reports"
|
||||||
sequence="99"
|
sequence="99"
|
||||||
|
groups="account_financial_report.group_afreport"
|
||||||
action="action_wizard_report"/>
|
action="action_wizard_report"/>
|
||||||
|
|
||||||
|
|
||||||
|
@ -128,6 +129,7 @@
|
||||||
name="Reporte Balance 2 Columnas"
|
name="Reporte Balance 2 Columnas"
|
||||||
parent="account.final_accounting_reports"
|
parent="account.final_accounting_reports"
|
||||||
sequence="99"
|
sequence="99"
|
||||||
|
groups="account_financial_report.group_afreport"
|
||||||
action="action_wizard_report2"/>
|
action="action_wizard_report2"/>
|
||||||
|
|
||||||
<record id="wizard_report_view3" model="ir.ui.view">
|
<record id="wizard_report_view3" model="ir.ui.view">
|
||||||
|
@ -190,6 +192,7 @@
|
||||||
name="Reporte Balance "
|
name="Reporte Balance "
|
||||||
parent="account.final_accounting_reports"
|
parent="account.final_accounting_reports"
|
||||||
sequence="99"
|
sequence="99"
|
||||||
|
groups="account_financial_report.group_afreport"
|
||||||
action="action_wizard_report3"/>
|
action="action_wizard_report3"/>
|
||||||
|
|
||||||
</data>
|
</data>
|
||||||
|
|
Loading…
Reference in New Issue