[WIP] remove an empty section; add Sale and Purchase sub-sections to the Analytic Accounting section

bzr revid: abo@openerp.com-20120802154211-0q5gm1tyus5lb3gi
This commit is contained in:
Antonin Bourguignon 2012-08-02 17:42:11 +02:00
parent c522d94080
commit 7d3c055d38
1 changed files with 8 additions and 5 deletions

View File

@ -232,19 +232,22 @@
</div>
</div>
</group>
<separator string="Electronic Payments"/>
<group>
<label for="id" string="Payment Settings"/>
</group>
<separator name="analytic_account" string="Analytic Accounting" invisible="1"/>
<group name="analytic_account" invisible="1">
<label for="id" string="Settings"/>
<label for="id" string="Sale"/>
<div name="analytic_account_sale"/>
<label for="id" string="Purchase"/>
<div name="analytic_account_purchase"/>
<div name="analytic_account"/>
</group>
<field name="sale_journal_id" invisible="1"/>
<field name="sale_refund_journal_id" invisible="1"/>
<field name="purchase_journal_id" invisible="1"/>
<field name="purchase_refund_journal_id" invisible="1"/>
<!-- Move those fields to the right place or delete them (from xml AND py if they are not necessary) -->
<separator string="No idea where these should go"/>
<group>
<field name="company_footer"/>