mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] fix wrong spelling
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
'description': """This module allows you to use check deposits.
|
||||
With a new model : account_check_deposit you can select all
|
||||
the checks payments and create a global deposit for the selected checks.
|
||||
You may have to create an account for recieved checks and a journal for payment by checks.""",
|
||||
You may have to create an account for received checks and a journal for payment by checks.""",
|
||||
'author': 'Akretion',
|
||||
'website': 'http://www.akretion.com/',
|
||||
'depends': ['account_accountant',
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
<field name="check_payment_ids" nolabel="1"
|
||||
colspan="4" widget="many2many"
|
||||
domain="[('reconcile_id','=',False),
|
||||
('account_id.user_type.code','=','recieved_check')]">
|
||||
('account_id.user_type.code','=','received_check')]">
|
||||
<tree string="Check Payment">
|
||||
<field name="journal_id" />
|
||||
<field name="period_id" />
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
<!-- New account.account.type -->
|
||||
|
||||
<record model="account.account.type" id="data_account_type_received_check">
|
||||
<field name="name">Recieved Checks</field>
|
||||
<field name="code">recieved_check</field>
|
||||
<field name="name">Received Checks</field>
|
||||
<field name="code">received_check</field>
|
||||
<field name="close_method">none</field>
|
||||
</record>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user