[FIX] - Remove recurring_next_date from sale order line

recurring_next_date should be computed by contract line to get default value
This commit is contained in:
sbejaoui
2018-11-02 17:13:36 +01:00
committed by Adasat
parent e6134d1546
commit d44dff5d2c
4 changed files with 14 additions and 18 deletions

View File

@@ -56,7 +56,6 @@
</group>
<group attrs="{'invisible': [('is_contract', '=', False)]}">
<field name="date_start"/>
<field name="recurring_next_date"/>
</group>
<group attrs="{'invisible': [('is_contract', '=', False)]}">
<field name="date_end"/>
@@ -68,8 +67,6 @@
attrs="{'column_invisible': [('parent.is_contract', '=', False)]}"/>
<field name="date_end"
attrs="{'column_invisible': [('parent.is_contract', '=', False)]}"/>
<field name="recurring_next_date"
attrs="{'column_invisible': [('parent.is_contract', '=', False)]}"/>
</xpath>
<xpath expr="//field[@name='order_line']/tree"
position="attributes">