From 8ec8bcd250504a2e9610d2d65cfec899ad4ebcd9 Mon Sep 17 00:00:00 2001 From: benjamin <benjamin@le-filament.com> Date: Wed, 30 Oct 2024 11:56:23 +0100 Subject: [PATCH] [UPD] account.move view to authorize person --- views/account_move.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/views/account_move.xml b/views/account_move.xml index 533057e..8a6b43a 100644 --- a/views/account_move.xml +++ b/views/account_move.xml @@ -12,7 +12,6 @@ <field name="inherit_id" ref="account.view_move_form" /> <field name="arch" type="xml"> <xpath expr="//field[@name='partner_id']" position="attributes"> - <attribute name="domain">[('is_company', '=', True)]</attribute> <attribute name="options">{'no_create': True}</attribute> </xpath> <xpath expr="//field[@name='payment_reference']" position="after"> -- GitLab