mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
@@ -34,6 +34,7 @@ class AccountBankStatement(models.Model):
|
||||
{
|
||||
"domain": [("statement_id", "=", self.id)],
|
||||
"context": {
|
||||
"default_statement_id": self.id,
|
||||
"default_journal_id": self._context.get("active_id")
|
||||
if self._context.get("active_model") == "account.journal"
|
||||
else None,
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<field name="company_id" invisible="1" />
|
||||
<field name="currency_id" invisible="1" />
|
||||
<field name="country_code" invisible="1" />
|
||||
<field5c1485a3 name="state" invisible="1" />
|
||||
<field name="state" invisible="1" />
|
||||
<field name="suitable_journal_ids" invisible="1" />
|
||||
<field name="date" />
|
||||
<field name="payment_ref" required="1" />
|
||||
|
||||
Reference in New Issue
Block a user