forked from Yaltik/golem
[FIX]GOLEM Resource Account : keep reservation_id on invoice context, thanks Youssef for catching the bug
This commit is contained in:
parent
6ccf24e485
commit
fb51cf9dc0
@ -27,7 +27,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
<sheet>
|
||||
<group>
|
||||
<field name="reservation_id" readonly="1" />
|
||||
<field name="invoice_ids" widget="many2many" readonly="1">
|
||||
<field name="invoice_ids" widget="many2many" readonly="1"
|
||||
context="{'reservation_id': reservation_id}">
|
||||
<tree>
|
||||
<field name="partner_id" />
|
||||
<field name="amount_total" />
|
||||
|
Loading…
Reference in New Issue
Block a user