Files
account-financial-tools/account_check_deposit/data/account_deposit_sequence.xml
Mourad Elhadj Mimoune b381084edc [MIG] Migrate account_check_deposit from v8
[FIX] create move and move line at the same time

[WIP] add tests

[IMP] add tests

[FIX] tests: add check_deposit_account_id on company

[FIX] flake8
2017-02-07 10:44:30 +01:00

22 lines
653 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
account_check_deposit for Odoo
Copyright (C) 2012-2015 Akretion (http://www.akretion.com/)
@author: Benoît GUILLOT <benoit.guillot@akretion.com>
The licence is in the file __openerp__.py
-->
<openerp>
<data noupdate="1">
<record id="seq_account_check_deposit" model="ir.sequence">
<field name="name">Account Check Deposit</field>
<field name="code">account.check.deposit</field>
<field name="prefix">DEP</field>
<field name="padding">3</field>
<field name="company_id" eval="False"/>
</record>
</data>
</openerp>