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
988e53bc50
commit
07e2291189
@ -27,7 +27,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
<sheet>
|
<sheet>
|
||||||
<group>
|
<group>
|
||||||
<field name="reservation_id" readonly="1" />
|
<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>
|
<tree>
|
||||||
<field name="partner_id" />
|
<field name="partner_id" />
|
||||||
<field name="amount_total" />
|
<field name="amount_total" />
|
||||||
|
Loading…
Reference in New Issue
Block a user