[IMP]:account config wizard

bzr revid: apa@tinyerp.com-20120803102853-zeztlg9z8urjo647
This commit is contained in:
Amit Patel (OpenERP) 2012-08-03 15:58:53 +05:30
parent 08449aca2c
commit fb38c4b76a
2 changed files with 9 additions and 9 deletions

View File

@ -79,7 +79,7 @@ class account_config_settings(osv.osv_memory):
'purchase_refund_sequence_prefix': fields.related('purchase_refund_journal_id', 'sequence_id', 'prefix', type='char', string='Supplier credit note sequence'),
'purchase_refund_sequence_next': fields.related('purchase_refund_journal_id', 'sequence_id', 'number_next', type='integer', string='Next supplier credit note number'),
'module_account_check_writing': fields.boolean('check writing',
'module_account_check_writing': fields.boolean('pay your supplier by check',
help="""This allows you to check writing and printing.
This installs the module account_check_writing."""),
'module_account_accountant': fields.boolean('accountant features',

View File

@ -176,6 +176,10 @@
<field name="module_account_payment" class="oe_inline"/>
<label for="module_account_payment"/>
</div>
<div>
<field name="module_account_check_writing" class="oe_inline"/>
<label for="module_account_check_writing"/>
</div>
</div>
</group>
<separator string="Bank &amp; Cash"/>
@ -197,6 +201,10 @@
<label for="paypal_account"/>
<field name="paypal_account" placeholder="sales@openerp.com" class="oe_inline"/>
</div>
<div>
<label for="company_footer"/>:
<field name="company_footer" class="oe_inline"/>
</div>
</div>
</group>
<separator string="Accounting &amp; Finance"/>
@ -239,18 +247,10 @@
<label for="id" string="Purchase"/>
<div name="analytic_account_purchase"></div>
</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"/>
<field name="module_account_check_writing"/>
</group>
</form>
</field>
</record>