mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[10.0][FIX] Correct domain attribute in field journal_id (#120)
* Correct domain attribute in field journal_id Original domain includes unknown value company_id. Throws error when selecting the journal. * Corregidos errores detectados por Lint * Refactoring, DRY * [FIX] Add missing field company_id to account_analytic_contract * Small refactoring for company_id field
This commit is contained in:
committed by
Pedro M. Baeza
parent
680fe079c2
commit
fc66a6379a
@@ -7,6 +7,7 @@
|
||||
<field name="arch" type="xml">
|
||||
<form string="Contract Template">
|
||||
<group name="group_main">
|
||||
<field name="company_id" invisible="1" />
|
||||
<field name="name" />
|
||||
<group name="group_main_left">
|
||||
<field name="journal_id" />
|
||||
|
||||
Reference in New Issue
Block a user